On Mon, 2007-12-31 at 10:38 -0800, Wayne Davison wrote:
> This is now fixed in the latest dev version. The original file will be
> left intact if the rename from the --temp-dir fails, and a copy of the
> successful transfer will be left in the --partial-dir if that option was
> specified (and the
Another possible solution is checking permissions before coping… and if the
permissions on local folder are not enough… fails without trying to copy…
From: Shushu Inbar שושו ענבר [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 30, 2007 12:46 PM
To: rsync@
Hi,
How about creating a temporary directory your self with write permissions? Is
that possible?
If it is so you can copy in the first phase to that place and still keep
working with the partial flags and then copy locally to the local folder. In
that case you won’t lose the files.
Wha
On Sun, Dec 30, 2007 at 01:49:10PM -0500, Matt McCutchen wrote:
> Yes, the premature deletion of the source files ought to be fixed.
This is now fixed in the latest dev version. The original file will be
left intact if the rename from the --temp-dir fails, and a copy of the
successful transfer wi
On Sun, 2007-12-30 at 12:46 +0200, Shushu Inbar שושו ענבר wrote:
> My problem is that when I have proper permissions in the partial dir,
> but no permissions in the destination dir, it means that the rsync
> deletes the original files, and after failing to copy the files
> from /tmp to the destinat
I recommend on your last solution (unless other will arise from the mailing
list), since I don't think adding more copy actions would be healthy...
I will wait for some mailing list feedback before I work on this solution.
Regards,
Shushu
On Dec 30, 2007 1:34 PM, Shani Ben - Avraham <[EMAIL PROT