Re: How to emulate rdiff behaviour

2009-05-30 Thread Wayne Davison
On Thu, May 28, 2009 at 11:32:16AM -0400, Matt McCutchen wrote: - Each day, generate a reverse batch (by running rsync in the reverse direction with --only-write-batch) and then update the destination file. In order to avoid any inconsistency between the files when the reverse run is done and

rsync and snapshots

2009-05-30 Thread Jignesh Shah
Hi, when file is unavailable (or vanished), is there any way to tell rsync to retrieve file from snapshot? Any other idea? Jignesh -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before

Re: rsync-3.0.6 prints file list generation time wrong ???

2009-05-30 Thread Wayne Davison
On Fri, May 29, 2009 at 06:29:22PM +0530, Jignesh Shah wrote: Does that mean rsync traversed complete 1000k files in 0.671 seconds? Rsync uses an incremental recursion scan by default, so when that is active the time mentioned is just for the getting-started part of the scan. I've been thinking

Re: rsync-3.0.6 prints file list generation time wrong ???

2009-05-30 Thread Jignesh Shah
Big thanks Wayne, then could you tell me what the while loop in flist.c::send_file_list does between calculation of file generation time (given below)? The while loop generates the complete flist. Isn't it? gettimeofday(start_tv, NULL); . . while (1) {

DO NOT REPLY [Bug 6422] New: rsync needlessly aborts when getcwd() fails

2009-05-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6422 Summary: rsync needlessly aborts when getcwd() fails Product: rsync Version: 3.0.6 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3

mention the source and destination cannot both be remote

2009-05-30 Thread jidanni
rsync: The source and destination cannot both be remote. OK, but mention that in the first few lines of the DESCRIPTION on the man page. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync