Skip to content

Instantly share code, notes, and snippets.

@rubo77
Last active September 20, 2024 17:28
Show Gist options
  • Select an option

  • Save rubo77/8ffaadbc58ab099d2bc3 to your computer and use it in GitHub Desktop.

Select an option

Save rubo77/8ffaadbc58ab099d2bc3 to your computer and use it in GitHub Desktop.

Revisions

  1. rubo77 revised this gist Aug 30, 2015. 1 changed file with 3 additions and 165 deletions.
    168 changes: 3 additions & 165 deletions ignorelist
    Original file line number Diff line number Diff line change
    @@ -3,171 +3,9 @@
    # A list of files to exclude when backing up *nix home directories using rsync.
    #
    # Author: Ruben Barkow <https://gist.github.com/rubo77> (original)
    # Version: 2015-04-15
    # Version: 2015-08-30
    # Website: https://gist.github.com/rubo77/8ffaadbc58ab099d2bc3

    #These directories may be excluded:
    # the repository has moved to github

    # local temporary working directories
    VirtualBox*
    .vagrant
    .android
    .AndroidStudioBeta

    #games
    .minecraft
    .PlayOnLinux
    .local/share/Steam/

    # contains mounted file systems
    .gvfs
    .local/share/gvfs-metadata
    # contains the actual encrypted home directory
    .Private
    # session-specific
    .dbus
    .cache
    .Trash
    .local/share/Trash
    # cached info about audio CDs
    .cddb
    # cached packages lists
    .aptitude

    #Flash-specific:

    # Cache for flash, maybe others?
    .adobe
    # except for Flash persistence, there is no reason to keep this
    .macromedia

    #Files:

    # contains errors from the current graphical session
    .xsession-errors
    # recently used files
    .recently-used
    .recently-used.xbel
    .thumbnails
    # session-specific
    .Xauthority
    .ICEauthority
    .gksu.lock
    .pulse # directory
    .pulse-cookie
    .esd_auth

    #KDE specific:

    # Recent documents on KDE
    .kde/share/apps/RecentDocuments
    # Contains a history of the Klipper clipboard (KDE)
    .kde/share/apps/klipper
    # you will loose saved scrolling positions of PDFs
    .kde/share/apps/okular/docdata
    .kde/share/apps/gwenview/recentfolders
    # cached other users' profile pics
    .kde/share/apps/kmess/displaypics
    # cached emoticons of others
    .kde/share/apps/kmess/customemoticons

    #Firefox-specific (see also Profile folder):

    .mozilla/firefox/*/Cache
    # in case Fx crashes dumps will be stored in this
    .mozilla/firefox/*/minidumps
    # session-specific
    .mozilla/firefox/*/.parentlock
    # phishing database, recreated
    .mozilla/firefox/*/urlclassifier3.sqlite
    # blacklisted extensions
    .mozilla/firefox/*/blocklist.xml
    # extension database, recreated on startup
    .mozilla/firefox/*/extensions.sqlite
    .mozilla/firefox/*/extensions.sqlite-journal
    .mozilla/firefox/*/extensions.rdf
    .mozilla/firefox/*/extensions.ini
    .mozilla/firefox/*/extensions.cache
    # cached UI data, recreated
    .mozilla/firefox/*/XUL.mfasl
    .mozilla/firefox/*/XPC.mfasl
    .mozilla/firefox/*/xpti.dat
    .mozilla/firefox/*/compreg.dat

    #Opera-specific (related question on Superuser.com: Is documentation available on files and directories in the Opera profile folder?):

    .opera/temporary_downloads
    .opera/cache
    .opera/thumbnails
    .opera/opcache
    .opera/icons
    .opera/application_cache
    .opera/widgets/*/cache
    .opera/lock

    #Komodo Edit:

    .komodoedit/*/codeintel/db
    .komodoedit/*/host-*/*/codeintel
    .komodoedit/*/XRE/Cache
    .komodoedit/*/XRE/.activatestate/komodo edit/Crash Reports
    .komodoedit/*/XRE/.activatestate/komodo edit/*/Cache
    .komodoedit/*/XRE/.activatestate/komodo edit/*/minidump
    .komodoedit/*/XRE/.parentlock
    .komodoedit/*/XRE/extensions.rdf
    .komodoedit/*/XRE/extensions.ini
    .komodoedit/*/XRE/extensions.cache
    .komodoedit/*/XRE/XPC.mfasl
    .komodoedit/*/XRE/XUL.mfasl
    .komodoedit/*/XRE/xpti.dat
    .komodoedit/*/XRE/pluginreg.dat
    .komodoedit/*/XRE/compreg.dat
    .komodoedit/*/XRE/*.sqlite-journal
    .komodoedit/*/pystdout.log
    .komodoedit/*/pystderr.log
    .komodoedit/*/history.sqlite.bak
    .komodoedit/*/running.lock
    .komodoedit/*/mutex.lock
    .komodoedit/*/*.xmlc
    .komodoedit/*/startup-env.tmp
    .komoeoedit/*/commandments.fifo
    .komoeoedit/*/history.sqlite

    #GnuPG:

    .gnupg/rnd
    .gnupg/random_seed
    .gnupg/.#*
    .gnupg/*.lock
    .gnupg/gpg-agent-info-*

    #Google Chrome:

    .config/google-chrome/Default/Local Storage
    .config/google-chrome/Default/Session Storage
    .config/google-chrome/Default/Application Cache
    .config/google-chrome/Default/History Index *

    # Local repositories (added by errantlinguist on 2015-04-13):
    .gradle
    .gvm
    .grails/
    .grails_history
    .m2/repository
    .local/share/notbit/

    #indexer
    .local/share/baloo
    .local/share/zeitgeist
    .local/share/akonadi

    #Other apps:

    # Pidgin
    .pulse/icons
    # Cached applets
    .guayadeque/cache.db
    .java/deployment/cache
    .icedteaplugin
    .icedtea
    .gnome2/epiphany/favicon_cache
    https://github.com/rubo77/rsync-homedir-excludes/blob/master/rsync-homedir-excludes.txt
  2. rubo77 revised this gist Aug 30, 2015. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion ignorelist
    Original file line number Diff line number Diff line change
    @@ -154,9 +154,13 @@ VirtualBox*
    .grails/
    .grails_history
    .m2/repository
    .local/share/zeitgeist
    .local/share/notbit/

    #indexer
    .local/share/baloo
    .local/share/zeitgeist
    .local/share/akonadi

    #Other apps:

    # Pidgin
  3. rubo77 revised this gist Aug 30, 2015. 1 changed file with 17 additions and 1 deletion.
    18 changes: 17 additions & 1 deletion ignorelist
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,17 @@

    #These directories may be excluded:

    # local temporary working directories
    VirtualBox*
    .vagrant
    .android
    .AndroidStudioBeta

    #games
    .minecraft
    .PlayOnLinux
    .local/share/Steam/

    # contains mounted file systems
    .gvfs
    .local/share/gvfs-metadata
    @@ -138,8 +149,13 @@
    .config/google-chrome/Default/History Index *

    # Local repositories (added by errantlinguist on 2015-04-13):
    .gradle/caches
    .gradle
    .gvm
    .grails/
    .grails_history
    .m2/repository
    .local/share/zeitgeist
    .local/share/notbit/

    #Other apps:

  4. rubo77 revised this gist Aug 30, 2015. 1 changed file with 14 additions and 1 deletion.
    15 changes: 14 additions & 1 deletion ignorelist
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,11 @@
    # rsync-homedir-excludes
    #
    # A list of files to exclude when backing up *nix home directories using rsync.
    #
    # Author: Ruben Barkow <https://gist.github.com/rubo77> (original)
    # Version: 2015-04-15
    # Website: https://gist.github.com/rubo77/8ffaadbc58ab099d2bc3

    #These directories may be excluded:

    # contains mounted file systems
    @@ -129,12 +137,17 @@
    .config/google-chrome/Default/Application Cache
    .config/google-chrome/Default/History Index *

    # Local repositories (added by errantlinguist on 2015-04-13):
    .gradle/caches
    .m2/repository

    #Other apps:

    # Pidgin
    .pulse/icons
    # Cached applets
    .guayadeque/cache.db
    .java/deployment/cache
    .icedteaplugin
    .icedtea
    .gnome2/epiphany/favicon_cache
    .gnome2/epiphany/favicon_cache
  5. @errantlinguist errantlinguist revised this gist Apr 15, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rsync-homedir-excludes.txt
    Original file line number Diff line number Diff line change
    @@ -146,6 +146,7 @@
    # Pidgin
    .pulse/icons
    # Cached applets
    .guayadeque/cache.db
    .java/deployment/cache
    .icedteaplugin
    .icedtea
  6. @errantlinguist errantlinguist revised this gist Apr 15, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rsync-homedir-excludes.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    # rsync-homedir-excludes
    #
    # A list of files to exclude when backing up *nix home directories using rsync.
    #
    # Author: errantlinguist <https://gist.github.com/errantlinguist> (fork), Ruben Barkow <https://gist.github.com/rubo77> (original)
    # Version: 2015-04-15
    # Website: https://gist.github.com/errantlinguist/4055e237381eae516f6c
  7. @errantlinguist errantlinguist renamed this gist Apr 15, 2015. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion ignorelist → rsync-homedir-excludes.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,10 @@
    # rsync-homedir-excludes
    #
    # A list of files to exclude when backing up *nix home directories using rsync.
    # Author: errantlinguist <https://gist.github.com/errantlinguist> (fork), Ruben Barkow <https://gist.github.com/rubo77> (original)
    # Version: 2015-04-15
    # Website: https://gist.github.com/errantlinguist/4055e237381eae516f6c

    #These directories may be excluded:

    # contains mounted file systems
    @@ -141,4 +148,4 @@
    .java/deployment/cache
    .icedteaplugin
    .icedtea
    .gnome2/epiphany/favicon_cache
    .gnome2/epiphany/favicon_cache
  8. @errantlinguist errantlinguist revised this gist Apr 15, 2015. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions ignorelist
    Original file line number Diff line number Diff line change
    @@ -129,6 +129,10 @@
    .config/google-chrome/Default/Application Cache
    .config/google-chrome/Default/History Index *

    # Local repositories (added by errantlinguist on 2015-04-13):
    .gradle/caches
    .m2/repository

    #Other apps:

    # Pidgin
  9. rubo77 revised this gist Nov 4, 2014. 1 changed file with 47 additions and 24 deletions.
    71 changes: 47 additions & 24 deletions ignorelist
    Original file line number Diff line number Diff line change
    @@ -1,27 +1,37 @@
    #These directories may be excluded:

    .gvfs # contains mounted file systems?
    # contains mounted file systems
    .gvfs
    .local/share/gvfs-metadata
    .Private # contains the actual encrypted home directory
    .dbus # session-specific
    # contains the actual encrypted home directory
    .Private
    # session-specific
    .dbus
    .cache
    .Trash # do I need to say more?
    .Trash
    .local/share/Trash
    .cddb # cached info about audio CDs
    .aptitude # cached packages lists
    # cached info about audio CDs
    .cddb
    # cached packages lists
    .aptitude

    #Flash-specific:

    .adobe # Cache for flash, maybe others?
    .macromedia # except for Flash persistence, there is no reason to keep this
    # Cache for flash, maybe others?
    .adobe
    # except for Flash persistence, there is no reason to keep this
    .macromedia

    #Files:

    .xsession-errors # contains errors from the current graphical session
    .recently-used # recently used files
    # contains errors from the current graphical session
    .xsession-errors
    # recently used files
    .recently-used
    .recently-used.xbel
    .thumbnails
    .Xauthority # session-specific
    # session-specific
    .Xauthority
    .ICEauthority
    .gksu.lock
    .pulse # directory
    @@ -30,26 +40,37 @@

    #KDE specific:

    .kde/share/apps/RecentDocuments # Recent documents on KDE
    .kde/share/apps/klipper # Contains a history of the Klipper clipboard (KDE)
    .kde/share/apps/okular/docdata # you will loose saved scrolling positions of PDFs
    # Recent documents on KDE
    .kde/share/apps/RecentDocuments
    # Contains a history of the Klipper clipboard (KDE)
    .kde/share/apps/klipper
    # you will loose saved scrolling positions of PDFs
    .kde/share/apps/okular/docdata
    .kde/share/apps/gwenview/recentfolders
    .kde/share/apps/kmess/displaypics # cached other users' profile pics
    .kde/share/apps/kmess/customemoticons # cached emoticons of others
    # cached other users' profile pics
    .kde/share/apps/kmess/displaypics
    # cached emoticons of others
    .kde/share/apps/kmess/customemoticons

    #Firefox-specific (see also Profile folder):

    .mozilla/firefox/*/Cache
    .mozilla/firefox/*/minidumps # in case Fx crashes dumps will be stored in this
    .mozilla/firefox/*/.parentlock # session-specific
    .mozilla/firefox/*/urlclassifier3.sqlite # phishing database, recreated
    .mozilla/firefox/*/blocklist.xml # blacklisted extensions
    .mozilla/firefox/*/extensions.sqlite # extension database, recreated on startup
    # in case Fx crashes dumps will be stored in this
    .mozilla/firefox/*/minidumps
    # session-specific
    .mozilla/firefox/*/.parentlock
    # phishing database, recreated
    .mozilla/firefox/*/urlclassifier3.sqlite
    # blacklisted extensions
    .mozilla/firefox/*/blocklist.xml
    # extension database, recreated on startup
    .mozilla/firefox/*/extensions.sqlite
    .mozilla/firefox/*/extensions.sqlite-journal
    .mozilla/firefox/*/extensions.rdf
    .mozilla/firefox/*/extensions.ini
    .mozilla/firefox/*/extensions.cache
    .mozilla/firefox/*/XUL.mfasl # cached UI data, recreated
    # cached UI data, recreated
    .mozilla/firefox/*/XUL.mfasl
    .mozilla/firefox/*/XPC.mfasl
    .mozilla/firefox/*/xpti.dat
    .mozilla/firefox/*/compreg.dat
    @@ -110,8 +131,10 @@

    #Other apps:

    .pulse/icons # Pidgin
    .java/deployment/cache # Cached applets
    # Pidgin
    .pulse/icons
    # Cached applets
    .java/deployment/cache
    .icedteaplugin
    .icedtea
    .gnome2/epiphany/favicon_cache
  10. rubo77 created this gist Nov 4, 2014.
    117 changes: 117 additions & 0 deletions ignorelist
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,117 @@
    #These directories may be excluded:

    .gvfs # contains mounted file systems?
    .local/share/gvfs-metadata
    .Private # contains the actual encrypted home directory
    .dbus # session-specific
    .cache
    .Trash # do I need to say more?
    .local/share/Trash
    .cddb # cached info about audio CDs
    .aptitude # cached packages lists

    #Flash-specific:

    .adobe # Cache for flash, maybe others?
    .macromedia # except for Flash persistence, there is no reason to keep this

    #Files:

    .xsession-errors # contains errors from the current graphical session
    .recently-used # recently used files
    .recently-used.xbel
    .thumbnails
    .Xauthority # session-specific
    .ICEauthority
    .gksu.lock
    .pulse # directory
    .pulse-cookie
    .esd_auth

    #KDE specific:

    .kde/share/apps/RecentDocuments # Recent documents on KDE
    .kde/share/apps/klipper # Contains a history of the Klipper clipboard (KDE)
    .kde/share/apps/okular/docdata # you will loose saved scrolling positions of PDFs
    .kde/share/apps/gwenview/recentfolders
    .kde/share/apps/kmess/displaypics # cached other users' profile pics
    .kde/share/apps/kmess/customemoticons # cached emoticons of others

    #Firefox-specific (see also Profile folder):

    .mozilla/firefox/*/Cache
    .mozilla/firefox/*/minidumps # in case Fx crashes dumps will be stored in this
    .mozilla/firefox/*/.parentlock # session-specific
    .mozilla/firefox/*/urlclassifier3.sqlite # phishing database, recreated
    .mozilla/firefox/*/blocklist.xml # blacklisted extensions
    .mozilla/firefox/*/extensions.sqlite # extension database, recreated on startup
    .mozilla/firefox/*/extensions.sqlite-journal
    .mozilla/firefox/*/extensions.rdf
    .mozilla/firefox/*/extensions.ini
    .mozilla/firefox/*/extensions.cache
    .mozilla/firefox/*/XUL.mfasl # cached UI data, recreated
    .mozilla/firefox/*/XPC.mfasl
    .mozilla/firefox/*/xpti.dat
    .mozilla/firefox/*/compreg.dat

    #Opera-specific (related question on Superuser.com: Is documentation available on files and directories in the Opera profile folder?):

    .opera/temporary_downloads
    .opera/cache
    .opera/thumbnails
    .opera/opcache
    .opera/icons
    .opera/application_cache
    .opera/widgets/*/cache
    .opera/lock

    #Komodo Edit:

    .komodoedit/*/codeintel/db
    .komodoedit/*/host-*/*/codeintel
    .komodoedit/*/XRE/Cache
    .komodoedit/*/XRE/.activatestate/komodo edit/Crash Reports
    .komodoedit/*/XRE/.activatestate/komodo edit/*/Cache
    .komodoedit/*/XRE/.activatestate/komodo edit/*/minidump
    .komodoedit/*/XRE/.parentlock
    .komodoedit/*/XRE/extensions.rdf
    .komodoedit/*/XRE/extensions.ini
    .komodoedit/*/XRE/extensions.cache
    .komodoedit/*/XRE/XPC.mfasl
    .komodoedit/*/XRE/XUL.mfasl
    .komodoedit/*/XRE/xpti.dat
    .komodoedit/*/XRE/pluginreg.dat
    .komodoedit/*/XRE/compreg.dat
    .komodoedit/*/XRE/*.sqlite-journal
    .komodoedit/*/pystdout.log
    .komodoedit/*/pystderr.log
    .komodoedit/*/history.sqlite.bak
    .komodoedit/*/running.lock
    .komodoedit/*/mutex.lock
    .komodoedit/*/*.xmlc
    .komodoedit/*/startup-env.tmp
    .komoeoedit/*/commandments.fifo
    .komoeoedit/*/history.sqlite

    #GnuPG:

    .gnupg/rnd
    .gnupg/random_seed
    .gnupg/.#*
    .gnupg/*.lock
    .gnupg/gpg-agent-info-*

    #Google Chrome:

    .config/google-chrome/Default/Local Storage
    .config/google-chrome/Default/Session Storage
    .config/google-chrome/Default/Application Cache
    .config/google-chrome/Default/History Index *

    #Other apps:

    .pulse/icons # Pidgin
    .java/deployment/cache # Cached applets
    .icedteaplugin
    .icedtea
    .gnome2/epiphany/favicon_cache