Displaying 1 result from an estimated 1 matches for "mike_db_20041109".
Did you mean:
mike_db_20041110
2004 Nov 12
2
Database file rsync - any way to tell it to rsync against the last file?
...B has rsync running as a service.
Every day I make a new backup on point A (mike_db_20041110.bak), and
since there's no matching file on point B, the entire file is sent
over. But since these are backups of the same database, the
difference between mike_db_20041110.bak and the prior backup,
(mike_db_20041109.bak), should be fairly minor.
Is there any way to tell it that I want to rsync mike_db_20041110.bak,
using mike_db_20041109.bak as a source, so that when I'm done I still
have both files? I could build a script to rename them to the same
filename, but I'd rather let rsync do the work if p...