Displaying 1 result from an estimated 1 matches for "flag_no_delete".
2002 May 04
1
A simpler move-files patch
...pare_dest;
}
+
+ if (move_files)
+ args[ac++] = "--move-files";
*argc = ac;
}
Index: rsync.h
--- rsync.h 2002/04/11 02:18:51 1.131
+++ rsync.h 2002/05/04 19:20:29
@@ -47,6 +47,7 @@
#define SAME_NAME SAME_DIR
#define LONG_NAME (1<<6)
#define SAME_TIME (1<<7)
+#define FLAG_NO_DELETE (1<<8)
/* update this if you make incompatible changes */
#define PROTOCOL_VERSION 26
Index: rsync.yo
--- save/rsync.yo Fri May 3 16:35:18 2002
+++ rsync.yo Sat May 4 11:53:41 2002
@@ -254,6 +254,7 @@
--delete-after delete after transferring, not before
--ignore-err...