Displaying 1 result from an estimated 1 matches for "varox".
Did you mean:
varon
2002 Nov 20
2
Syntax for using rsync options --exclude and --delete!
...ync -vaox --exclude ".snapshot" * [destination]
NOTE: Current directory is source.
I have tried the following scenarios in my test environment:
rsync -vaox --exclude ".snapshot" --delete * [destination]
rsync -vaox --delete --exclude ".snapshot" * [destination]
rsync -varox --exclude ".snapshot" --delete * [destination]
rsync -varox --delete * [destination]
rsync -vaox --delete * [destination]
Please help!
Btw - I am using rsync version 2.3.1
THANKS IN ADVANCE FOR YOUR HELP!
Leslie