rsync: mkstemp "/20070129_1012/.status.csv.IWS933" (in test) failed: No such file or directory (2)

Matt McCutchen hashproduct+rsync at gmail.com
Wed Jan 31 22:30:21 GMT 2007


On 1/29/07, Shai <shaibn at gmail.com> wrote:
> + rsync -av --timeout 120 /home/20070129_1012/status.csv --port 5873
> fileserver::test/20070129_1012/status.csv

> rsync: mkstemp "/20070129_1012/.status.csv.IWS933" (in
> test) failed: No such file or directory (2)

Since you want the file to have the same name "status.csv" on the
destination as on the source, you can omit that name from the
destination path: "fileserver::test/20070129_1012/".  This will have
the same effect except that rsync will create the directory
"20070129_1012" if it doesn't exist before trying to receive a file
into it.

Note to people who might encounter this message in the archives: since
rsync 2.6.7, when the receiver is receiving a single file that is not
a directory, it tries to change into the containing directory first.
Thus, people who try the original command with rsync 2.6.7 or newer
should see a "push_dir" error instead of a "mkstemp" error.

Matt


More information about the rsync mailing list