Using inotify with rsync is a great idea.
If one has a job that runs daily to get differences on a very large
filesytem with very small files, then can do this (assuming the
initial copy is already completed):
inotify watch source filesystem (or tree)
take down all the notices in a txt file (absol
At 07:58 06.03.2009 -0800, Wayne Davison wrote:
>On Thu, Mar 05, 2009 at 03:27:50PM -0800, Peter Salameh wrote:
>> My proposal is to first send a checksum of the file list for each
>> directory. If is found to be identical to the same checksum on the
>> remote side then the list need not be sent f
On Thu, Mar 05, 2009 at 03:27:50PM -0800, Peter Salameh wrote:
> My proposal is to first send a checksum of the file list for each
> directory. If is found to be identical to the same checksum on the
> remote side then the list need not be sent for that directory!
My rZync source does something l
On 5-Mar-2009, at 16:27, Peter Salameh wrote:
One of the speed-limiting issues with rsync is having to send huge
file lists when mirroring large file systems, even for incremental
updates where only a small part of the file system might have
changed. My proposal is to first send a checksum
Peter Salameh wrote:
> My
> proposal is to first send a checksum of the file list for each
> directory. If is found to be identical to the same checksum on the
> remote side then the list need not be sent for that directory!
...
> It might even be possible to use the rsync checksum algorithm on
Kyle Lanclos wrote:
> Peter Salameh wrote:
> > One of the speed-limiting issues with rsync is having to send huge file
> > lists when mirroring large file systems, even for incremental updates
> > where only a small part of the file system might have changed.
>
> Personally, I find that the send
Kyle Lanclos wrote:
Peter Salameh wrote:
One of the speed-limiting issues with rsync is having to send huge file
lists when mirroring large file systems, even for incremental updates
where only a small part of the file system might have changed.
Personally, I find that the sending of
Peter Salameh wrote:
> One of the speed-limiting issues with rsync is having to send huge file
> lists when mirroring large file systems, even for incremental updates
> where only a small part of the file system might have changed.
Personally, I find that the sending of the file list, whether in
Hello,
I have followed the discussion of speeding up rsync when there are lots
of files, and I have a proposal which I think would greatly speed rsync
when doing routine mirroring of large filesystems.
One of the speed-limiting issues with rsync is having to send huge file
lists when mirrori