Displaying 1 result from an estimated 1 matches for "008902000072_0181".
2005 May 13
3
rsync: mkstemp failed: No such file or directory (2)
...s to Server2 from Server1.
I tried the following command on Server1:
rsync -vrlpogt --delete-after /LocalImg/ Server2::Img
The directories were created on Server2, but no files were copied!
I got the following error message repeating for each file it failed to copy:
rsync: mkstemp "/tmp/.008902000072_0181.PNG.KnfE9V" (in Img) failed: No such
file or directory (2)
I tried rsync 2.6.5pre1 but got the same problem.
By the way, I have rsync running as daemon (as root) on Server2. The config
is:
uid = root
gid = root
log file = /var/log/rsyncd.log
[Img]
path = /Img
list = yes
read onl...