Re: file-attr-restore and dollar signs

2006-09-02 Thread Wayne Davison
On Thu, Aug 31, 2006 at 09:24:53PM -0400, Matt McCutchen wrote: > However, if the input for some reason contained a "\$", it would be > nice if the script either rejected it or interpreted it in some way > that did not involve an unexpected interpolation. I wasn't particularly worried about manual

Re: Archiving deleted files instead of deleting them

2006-09-02 Thread feenster
Ah! I've just been experimenting with the --backup flag, and it is exactly what I need. Just need to work out now how put the date into the archive folder path, and I will be a happy bunny. I'm using cwRsync on windows, so it I don't have the full range of commands available to be me. Seems to wor

Re: Archiving deleted files instead of deleting them

2006-09-02 Thread feenster
Christoph, Thanks for the reply. I did find your post, but it didn't appear to be the same thing I was wanting. What I want to achieve is 2 folders on my backup server. 1 folder is a "Live" folder - it is an exact copy of the data I am backing up, deletions and all. The second folder is an "Arch

Re: Archiving deleted files instead of deleting them

2006-09-02 Thread Christoph Biedl
feenster wrote... > Is this possible with Rsync? Seems like you're looking for the --backup option. Chri- "Had the same question several months ago" stoph -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/

Archiving deleted files instead of deleting them

2006-09-02 Thread feenster
Hi all, I want to synchronise two folders using Rsync. I have tried using the --delete flag to make sure any files deleted from the source are deleted from the destination. However, what I want is for any files deleted from the source to not be deleted on the destination, but moved into an "Archi