Displaying 1 result from an estimated 1 matches for "file_bak123".
2004 Apr 28
0
problem with rsync usage across NFS
.../nfs_path/test/file
(3) On Sun, we update the file.
And we use the same rsync command as listed in (1) to deliver the
data file.
(4) We login to the same linux machine as in (2) in another window.
And do
ls -l /nfs_path/test/
We expect to see two files, file and file_bak123
where file is the new version.
Instead, we see just one file: file (the old version).
--------------------------------------------------------------------
** if in the first step, we use 'cp /sun/test/file /nfs_path/test/',
and continue with (2)-(4) exactly as above,
we...