Displaying 1 result from an estimated 1 matches for "home13".
Did you mean:
home1
2002 Dec 16
1
--backup-dir : unrecognized option
...m
If I'm pushing the data:
# /usr/local/bin/rsync -azb --backup-dir=/tmp -e /bin/rsh --delete /home/
backup_host:/home
/usr/local/bin/rsync: unrecognized option `--backup-dir=/tmp'
..and If I'm pulling, I get the same:
# /usr/local/bin/rsync -b --backup-dir=/tmp -e /bin/rsh
file_host:/home13/user5 /home13/user5
/usr/local/bin/rsync: unrecognized option `--backup-dir=/tmp'
I've searched for similar reported errors by other users, but I haven't
found anything.
The readme file does not mention this feature, but the documentation does.
The "config -help" from the sou...