Re: Rsync 2.5.7 --delete and --backup behavoir

2006-12-09 Thread Matt McCutchen
On 12/7/06, Grok Mogger <[EMAIL PROTECTED]> wrote: Is there any way to include deleted empty folders in the backup? No, rsync does not support backing up folders. Do you need to back up the attributes of the deleted folders? If not, you could just write a script to create backup folders of th

Re: Rsync 2.5.7 --delete and --backup behavoir

2006-12-07 Thread Grok Mogger
Grok Mogger wrote: Hey everyone, I'm mirroring a lot of directories from one machine to another. The source machine is running Rsync 2.5.7 and the destination machine (the machine holding the mirror) is running Rsync 2.6.9. I'm using the --backup, --backup-dir, and --delete-after options.

Rsync 2.5.7 --delete and --backup behavoir

2006-12-07 Thread Grok Mogger
Hey everyone, I'm mirroring a lot of directories from one machine to another. The source machine is running Rsync 2.5.7 and the destination machine (the machine holding the mirror) is running Rsync 2.6.9. I'm using the --backup, --backup-dir, and --delete-after options. I tested this with t