Displaying 1 result from an estimated 1 matches for "remotepc".
Did you mean:
remotedc
2003 Aug 30
1
How to synch entire dir???
I hope someone can answer this. I saw another post about this but it
had no answer.
How do you exclude entire dirs???
I have RTFM, RTF FAQ, RTF Mailing List Archives, and still I can't
figure it out. ugh.
I am using this:
rsync -avz -e ssh --exclude=/Stuff /home/user/Data/Docs/
remotePC:/home/user/Data/Docs/
but "Stuff" is always synched. The actual path to "Stuff" is:
/home/user/Data/Docs/Stuff
I have tried:
--exclude "/Stuff/"
--exclude "/Stuff"
--exclude "/home/user/Data/Docs/Stuff/"
--exclude=/Stuff
--exclude=/Stuff/
--exc...