Re: rsync read block size

2009-05-25 Thread Andrew Gideon
On Sun, 24 May 2009 00:45:09 +0200, Matthias Schniedermeyer wrote: > On the other hand the quiescent and device/filesystem snapshotting > results in a rsyncable copy. Another possibility is to have the files on a volume or file system that supports snapshots. That won't guarantee "quiescent", b

Re: --fuzzy question

2009-05-25 Thread Ryan Malayter
On Thu, May 21, 2009 at 7:34 AM, Julian Pace Ross wrote: > However your explanation made me realise why one 10GB uncompressed > database.bak file (MSSQL) was not yielding any block matches at all... I > contacted the admin for this db and surprise surprise, he insists on > reindexing everyday...

DO NOT REPLY [Bug 6405] Error parsing commandline in version 3.0.6

2009-05-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6405 way...@samba.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 6405] New: Error parsing commandline in version 3.0.6

2009-05-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6405 Summary: Error parsing commandline in version 3.0.6 Product: rsync Version: 3.0.6 Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P3

Re: how to output verbose information to console when run rsync --daemon?

2009-05-25 Thread Daniel.Li
I used "--log-file" option, but I just found those "connectbla bla..." info. No other valuable info like rsync client with -v options. Can anyone help here ? On Wed, 2009-05-06 at 11:42 +0800, Daniel.Li wrote: > Dear List, > > option "-v" can output information to console. But it see

implement diff backup schema on rsync GPL code.

2009-05-25 Thread Daniel.Li
Dear All, I'm planning to implement diff backup feature on rsync. Currently, I have seen delta data and data from server side. And I have found that there are many case in current code, it seems a lot of work to do to implement this feature. Do you have any ideas, or suggestions on how to simply