Displaying 1 result from an estimated 1 matches for "local_nfs_mounts".
2007 Aug 10
2
DO NOT REPLY [Bug 4873] New: rsync transfers stop when encountering Emacs autosave files with hash signs
...is while synching a large
amount of data from one server to a target directory on another server which is
mounted via NFSv3. The rsyncs are spawned by an Expect script which takes care
of the password entry. Rsync is invoked as follows, e.g.
rsync -avi --numeric-ids --delete sourcehost:/src_path /local_nfs_mounts/path2/
Files are transferred until the first filename with hash signs is encountered.
This file also seems to be transferred still, but the transfer ends at that
time, and has to be re-initiated to continue with the remaining untransferred
files. I think I have also seen cases where it stops on fi...