On Nov 20, 2007 2:56 PM, Matt McCutchen <[EMAIL PROTECTED]> wrote:
> No, because rsync only backs up files from the destination and your
> destination is now a new, empty directory instead of the previous
> snapshot.
Yep, I understood why it was working this way, just thought I may be
missing an o
On Tue, 2007-11-20 at 14:24 -0500, Steve wrote:
> I'm currently using rsync to backup home directories using this:
>
> rsync -avx --delete --backup --backup-dir=/u1/home.bak /u0/home/
> /u1/home >> ${log}
>
> I'm trying to move to snapshot backups using this:
>
> rsync -avx --delete --backup --b