Mirroring Files and Directories with rsync With rsync, supplied by default on OS X, quick
mirrors and backups are a command line away. [Discuss (1) | Link to this hack]
Comments on this hack
Showing messages 1 through 1 of 1.
Excluding the Trash directory
2003-07-31 09:57:16
warnero
[View]
I am trying this hack out for the first time with the exlude option and I can't get it to not include the Trash.
Here's the hack
rsync -vaz --exclude=~/.Trash/ ~/ /Volumnes/Backup (external disk)
Here's the hack
rsync -vaz --exclude=~/.Trash/ ~/ /Volumnes/Backup (external disk)
Any ideas?