Differences

This shows you the differences between two versions of the page.


filename_exclusions [2015/06/01 22:13] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Filename Exclusions ====
  
 +  * [[rsync]]
 +
 +  * [[http://beandog.digitaltrike.com/exclude-list|rsync-exclude list]]
 +
 +These are files that are generally ignored when backing up, archiving, moving files, etc.
 +
 +== Rsync ==
 +
 +You can save this list as a file, then use it to exclude files:
 +
 +<code>rsync --exclude-from=FILE</code>
 +
 +<code>
 +._*
 +*~
 +Thumbs.db
 +.DS_Store
 +#*
 +*#
 +:2*
 +.Apple*
 +.TemporaryItems
 +Temporary Items
 +lost+found
 +rdiff-backup-data
 +Network Trash Folder
 +</code>
 +
 +== Backups ==
 +
 +These are the files excluded in some configurations of [[Backup Manager]]
 +
 +See ''BM_TARBALL_BLACKLIST'' variable.
 +
 +<code>*~
 +Network\ Trash\ Folder
 +.recycle
 +/dev
 +/sys
 +/proc
 +/tmp
 +.AppleDouble
 +lost+found
 +.DS_Store
 +._*
 +:2eTemporaryItems
 +rdiff-backup-data
 +*.mov
 +*.mp4
 +*.flv
 +.AppleDB
 +.AppleDesktop
 +zarchive
 +*.dmg
 +</code>

Navigation
QR Code
QR Code filename_exclusions (generated for current page)