Re: when using --backup-dir: why not make_bak_dir() . . .

2002-12-27 Thread Buck Huppmann
er, just a contributor. (You might like to profile the change, > though, just to see the kind of hit you take. IIRC, it was pretty > significant.) > > P.S. -- Many thanks to the Rsync team, Merry Christmas and Happy > Holidays! > > Regards, > > Jim Delahanty > >

RE: when using --backup-dir: why not make_bak_dir() . . .

2002-12-16 Thread James Delahanty
the change, though, just to see the kind of hit you take. IIRC, it was pretty significant.) P.S. -- Many thanks to the Rsync team, Merry Christmas and Happy Holidays! Regards, Jim Delahanty > Date: Mon, 9 Dec 2002 17:13:15 -0500 > From: Buck Huppmann <[EMAIL PROTECTED]> > To: [E

when using --backup-dir: why not make_bak_dir() . . .

2002-12-09 Thread Buck Huppmann
here (in keep_backup())? --- backup.c.orig Mon Dec 9 17:02:36 2002 +++ backup.cMon Dec 9 17:03:50 2002 @@ -273,6 +273,7 @@ /* move to keep tree if a file */ if(!kept) { + make_bak_dir(fname,backup_dir); if (!robust_move (fname, keep_name)