Re: Can rsync monitor a file system?

2006-06-27 Thread Daniel Laffien
Hi there, I'm using the FAM tool FILESCHANGED with a small script, that calls RSYNC delayed after FILESCHANGED reports a changed file in a tree, maybe this is useful for you. fileschanged -r -t 10 [path] | while read file; do rsync [path] done I'm sycing the whole tree and not the

Re: rsync option for continuing event i/o errors occured on remove server

2006-05-17 Thread Daniel Laffien
or me! Best regards, Daniel Laffien Am Wed, 17 May 2006 10:53:56 +0200 hat Gabriel CORRE <[EMAIL PROTECTED]> geschrieben: Hello, I search a way to continue processing backup event i/o errors occured on the remote server. I use rsync to make backup of files on a files-server. Recen

fuzzy match was Re: How to use multiple link-dest directories?

2006-02-24 Thread Daniel Laffien
(And while I'm in the mood, it would be nice for the man page to clarify exactly what "fuzzy match" matches, and what it costs. My guess is that the important case it matches is a file that is renamed, that it operates through the construction of a hash table based on file-size/mod-date per dire