Hello Guys, Is there anyway to move the deleted files/folder to another place ? I have googled a little bit but nothing comes out. Apaarently there are not this options does anyone know how i can manage this ? Thanks -- Franck -------------- next part -------------- HTML attachment scrubbed and removed
On Thu, 2008-10-02 at 20:59 -0400, Franck Y wrote:> Is there anyway to move the deleted files/folder to another place ? > I have googled a little bit but nothing comes out.It's the --backup-dir option. If you want to treat deleted files differently from overwritten ones, use this patch: http://rsync.samba.org/ftp/rsync/patches/backup-dir-dels.diff Matt
On Sun, 2008-10-05 at 01:03 -0400, Franck Y wrote:> Quick Question i will have to download the source [to use a backup > dir] ? > > It is already running on my system ? I have installed though a rpm ?Your RPM-installed rsync should support the --backup-dir option out of the box. You only need to get the source and rebuild rsync if you want the --backup-dir-dels option, which lets you treat deleted files differently from overwritten ones. Matt