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
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
(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