search for: brpu

Displaying 1 result from an estimated 1 matches for "brpu".

Did you mean: breu
2008 Feb 15
4
Revised flags patch
...ackup files. It also fixes some bitrot that would have crept into the version for 3.0 without this update. ;) I hope you'll like it and include it with the 3.0 release. Thanks, Rolf PS: Please CC me on any comments, since I'm not on the list. -------------- next part -------------- diff -brpu rsync-3.0.0pre9/backup.c rsync-3.0.0pre9-flags/backup.c --- rsync-3.0.0pre9/backup.c Mon Sep 24 00:19:55 2007 +++ rsync-3.0.0pre9-flags/backup.c Fri Feb 15 19:33:09 2008 @@ -61,7 +61,17 @@ static int make_simple_backup(const char return 0; while (1) { - if (do_rename(fname, fnamebak) == 0)...