Displaying 2 results from an estimated 2 matches for "2_modified".
2004 Apr 19
3
[PATCH] time limit
...hours).
If this patch is accepted it may need some tweaking by the
rsync core developers as I am not too familiar with the code base.
The url is http://www.terry.uga.edu/~jft/rsync-timelimit.patch.gz
And it is posted below as well.
Thanks,
-John
diff -urN rsync-2.6.1pre-2/NEWS rsync-2.6.1pre-2_modified/NEWS
--- rsync-2.6.1pre-2/NEWS 2004-04-15 14:23:52.000000000 -0400
+++ rsync-2.6.1pre-2_modified/NEWS 2004-04-19 16:07:57.000000000 -0400
@@ -23,6 +23,9 @@
* Added a couple extra diffs in the "patches" dir, removed the
ones that got applied, and rebuilt the rest.
+ * Added -...
2004 Apr 22
2
[PATCH] --timelimit and --stopat
...s time starts when rsync starts to "con-
sider" which files need transferring.
--stopat=YYMMDDHHMMSS
This option allows you to specify at what time to stop rsync, in
yr-mon-day-hr-min-sec numeric format.
-John
diff -urN rsync-2.6.1pre-2/NEWS rsync-2.6.1pre-2_modified/NEWS
--- rsync-2.6.1pre-2/NEWS 2004-04-15 14:23:52.000000000 -0400
+++ rsync-2.6.1pre-2_modified/NEWS 2004-04-22 15:30:17.000000000 -0400
@@ -23,6 +23,13 @@
* Added a couple extra diffs in the "patches" dir, removed the
ones that got applied, and rebuilt the rest.
+ * Add...