Dave, thanks for the response! I read my command over at least 10 times
to make sure there wasn't a mistake and now I finally noticed one. The
second command should read:
rsync -va --stats --timeout=1800 --exclude-from=exclude.list --delete
--port=1 -R [EMAIL PROTECTED]::backup/home/ /home/bac
I didn't test this out myself, but I have a couple comments. One is to
note the two scenarios are quite different internally to rsync because in
the second case "home" is the name of a rsyncd.conf module and not just
a path. Secondly, the -R option is not used very often and may behave
in some un
Hello,
I am noticing inconsistencies when using a trailing slash on the source
directories in conjunction with the '--delete' option. In one instance
when using a trailing slash files get deleted from subdirectories in the
destination tree. In the other instance they don't. I am using rsync
2.5.5.