Al Savage
2013-03-14 03:35:06 UTC
I'm not sure that this is the correct place to ask this . . . but it
doesn't seem to rise to the level of a bug, yet, until someone more
knowledgable says it is.
In the example below,
rsync version is 3.0.9 shl
F: is a local drive on an eCS 2.1 box;
V: is a LAN Warp Server Advanced share
Z: is a NAS4Free (FreeBSD) Samba share
The file "temp.txt" does not exist at the destination.
Copying from local to WSA:
[C:\programs\rsync]rsync f:\temp\temp.txt z:\x\
[C:\programs\rsync]rsync f:\temp\temp.txt z:\x\
Result: the file is copied to dest first run. Nothing occurs second
run, as --update is not specified, and the file isn't newer on source
anyway.)
Copying from local to NAS:
[C:\programs\rsync]rsync f:\temp\temp.txt z:\x\
[C:\programs\rsync]rsync f:\temp\temp.txt z:\x\
rsync: rename "z:/x/.temp.txt.EmotUo" -> "temp.txt": Invalid argument
(22)
rsync error: some files/attrs were not transferred (see previous errors)
(code 2
3) at main.c(1176) [sender=3.0.9]
The file is copied to dest first run. The second (and subsequent) runs
always produce this error. Options I've tried with no change:
--update
-X
--os2-perms
I found this initially by looking at the logs that luckybackup produces.
rsync is not updating any files copied to the NAS that *already exist*
on the NAS. But backing out options one-by-one, I realized that it's
not an update problem after all, as even when a file does not need to be
updated, the "Invalid argument (22)" occurs.
doesn't seem to rise to the level of a bug, yet, until someone more
knowledgable says it is.
In the example below,
rsync version is 3.0.9 shl
F: is a local drive on an eCS 2.1 box;
V: is a LAN Warp Server Advanced share
Z: is a NAS4Free (FreeBSD) Samba share
The file "temp.txt" does not exist at the destination.
Copying from local to WSA:
[C:\programs\rsync]rsync f:\temp\temp.txt z:\x\
[C:\programs\rsync]rsync f:\temp\temp.txt z:\x\
Result: the file is copied to dest first run. Nothing occurs second
run, as --update is not specified, and the file isn't newer on source
anyway.)
Copying from local to NAS:
[C:\programs\rsync]rsync f:\temp\temp.txt z:\x\
[C:\programs\rsync]rsync f:\temp\temp.txt z:\x\
rsync: rename "z:/x/.temp.txt.EmotUo" -> "temp.txt": Invalid argument
(22)
rsync error: some files/attrs were not transferred (see previous errors)
(code 2
3) at main.c(1176) [sender=3.0.9]
The file is copied to dest first run. The second (and subsequent) runs
always produce this error. Options I've tried with no change:
--update
-X
--os2-perms
I found this initially by looking at the logs that luckybackup produces.
rsync is not updating any files copied to the NAS that *already exist*
on the NAS. But backing out options one-by-one, I realized that it's
not an update problem after all, as even when a file does not need to be
updated, the "Invalid argument (22)" occurs.
--
Regards,
Al S.
Regards,
Al S.