Displaying 1 result from an estimated 1 matches for "23oct05".
2005 Sep 24
3
Preserving overwritten/deleted items
Hi,
doing a rather usual backup:
| rsync -av --delete /path/to/sender/ /path/to/receiver/
some items might be removed or overwritten on the receiving side.
I'd like to keep a copy of these files/links/whatever. Is there a way to
create a copy of them in another tree right before they are purged?
Christoph