On Mon, Feb 23, 2004 at 02:21:35PM +0900, Shinichi Maruyama wrote:
> With --backup --backup-dir=... , rsync sometimes says some
> errors like "No such file or directory".
> I made a little fixes.
Much appreciated. I've checked this in.
..wayne..
--
To unsubscribe or change options:
wayned> On Tue, Feb 17, 2004 at 10:28:20AM -0500, Jason M. Felice wrote:
wayned> > All callers of robust_rename() call copy_file() if EXDEV is received.
wayned> > This patch moves the copy_file() call into robust_rename().
wayned>
wayned> Seems like a good simplification. I did a refinement pass
On Tue, Feb 17, 2004 at 10:28:20AM -0500, Jason M. Felice wrote:
> All callers of robust_rename() call copy_file() if EXDEV is received.
> This patch moves the copy_file() call into robust_rename().
Seems like a good simplification. I did a refinement pass on your
changes, and also added back a d
All callers of robust_rename() call copy_file() if EXDEV is received. This
patch moves the copy_file() call into robust_rename().
Patch Summary:
-12 +1backup.c
-15 +2rsync.c
-9 +33 util.c
patchwork diff util.c
--- util.c 2004-02-17 09:58:44.0 -0500
+++ util