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:// | ||
+ | |||
+ | 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: | ||
+ | |||
+ | < | ||
+ | |||
+ | < | ||
+ | ._* | ||
+ | *~ | ||
+ | Thumbs.db | ||
+ | .DS_Store | ||
+ | #* | ||
+ | *# | ||
+ | :2* | ||
+ | .Apple* | ||
+ | .TemporaryItems | ||
+ | Temporary Items | ||
+ | lost+found | ||
+ | rdiff-backup-data | ||
+ | Network Trash Folder | ||
+ | </ | ||
+ | |||
+ | == Backups == | ||
+ | |||
+ | These are the files excluded in some configurations of [[Backup Manager]] | ||
+ | |||
+ | See '' | ||
+ | |||
+ | < | ||
+ | Network\ Trash\ Folder | ||
+ | .recycle | ||
+ | /dev | ||
+ | /sys | ||
+ | /proc | ||
+ | /tmp | ||
+ | .AppleDouble | ||
+ | lost+found | ||
+ | .DS_Store | ||
+ | ._* | ||
+ | : | ||
+ | rdiff-backup-data | ||
+ | *.mov | ||
+ | *.mp4 | ||
+ | *.flv | ||
+ | .AppleDB | ||
+ | .AppleDesktop | ||
+ | zarchive | ||
+ | *.dmg | ||
+ | </ |