Displaying 1 result from an estimated 1 matches for "msg11841".
Did you mean:
msg11014
2006 Jan 20
1
deleting remote dirs I no longer want to backup
...r want to copy dirb, and I want it to be removed on the
remote side, and I cannot figure how to achieve this.
I tried:
rsync -aR --exclude=dirb --exclude-deleted dira dirb /tmp
but this has no effect.
I have searched for similar posts, and found:
http://www.mail-archive.com/rsync@lists.samba.org/msg11841.html
What is exactly meant by "Rsync only deletes inside directories
that it sends" ? I mean, in the command I used, I provide dirb in the
list of dirs to be copied, so "send" mean really send over the wire?
I have tried what is suggested (ie put dira and dirb into test-rsync...