Displaying 1 result from an estimated 1 matches for "db_20080403_0003_db".
Did you mean:
  db_20080402_0003_db
  
2008 Apr 03
1
combining --preallocate and --fuzzy
...ing
started.  Here is my situation.  I am using cwrsync to copy files from
one Windows server to another Windows server.  One file that I need
to backup is 130 GB.  The daily changes occur all throughout the file,
not just at the end of the file.  File names look like this:
Db_20080402_0003_DB.BAK
Db_20080403_0003_DB.BAK
Therefore, I can use the .fuzzy switch as a basis for rsync.  I want to
take this one step farther.
What I would like to accomplish is the merging of the .preallocate patch
and the .fuzzy option.  When these 2 switches are used together (at least
on Windows platforms), I want rsync to determi...