Displaying 1 result from an estimated 1 matches for "__software".
Did you mean:
___software
2006 Jul 10
1
rsync transferring identical files
Hi all,
I have set up a backup system which is syncing files between a linux
based file server and a remote server on the internet.
After doing an initial rsync with the following command:
rsync -a --delete --numeric-ids --relative --delete-excluded --
exclude=*__software* --exclude=*.AppleDB* --exclude=*.DS_Store* --
exclude=*:2e* --exclude=*.AppleDesktop* --exclude=*.AppleDouble* --
rsh=/usr/bin/ssh backup@myserver.com:/storage/files /backup/
location/
and letting the process run for about 5 days, I changed a few of the
files and ran it again and...