Displaying 1 result from an estimated 1 matches for "vrlpogt".
Did you mean:
arlpogt
2005 May 13
3
rsync: mkstemp failed: No such file or directory (2)
Hello everyone,
Server1: Harmony
Server2: Peace
I've been using rsync 2.6.4 since some time now, without any problem.
I "copy" files from Server2 to Server1 (making Server1 a mirror of Server2).
The command line used on Server1 was:
rsync -vrlpogt --delete-after Server2::Img/ /LocalImg
I was copying files from Server2 (module Img) to Server1 (in /LocalImg).
We had a problem with Server2, so I had to format the partition. Now, I'm
trying to copy back the files to Server2 from Server1.
I tried the following command on Server1:
rsync...