Displaying 1 result from an estimated 1 matches for "vlogtprz".
Did you mean:
vlogdtprz
2010 Mar 22
1
Incremental recursion not working
Hello,
I'm using rsync 3.0.3 over ssh to sync data between two hosts. I can't
get the incremental recursion working:
rsync -vLogtprz --progress --delete --delete-during --partial -e "ssh -p
1234" --numeric-ids user at host /local/dir/
The documentation states that the only thing which disables incremental
recursion is not using delete-during (or disabling it by --no-i-r).
None of them applies for above command call....