Hi,

On Thu, Jun 11, 2009 at 14:13, Les Mikesell<lesmikes...@gmail.com> wrote:
> Mirco Piccin wrote:
>> Anyway, each daily file is quite similar to the each other, so rsync
>> (or custom script) should be the better way to to the job.
>
> That won't help unless each file is named the same as the previous one.

You can try to use the "-y" or "--fuzzy" option to rsync (at least
rsync 3) to implement this.

Quoting from the man page: "-y, --fuzzy: This option tells rsync that
it should look for a basis file for any destination file that  is
missing. The current algorithm looks in the same directory as the
destination file for either a file that has an identical size and
modified-time, or a similarly-named file. If found, rsync uses the
fuzzy basis file to try to speed up the transfer."

HTH,
Filipe

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to