From ab74148ede3e5b9ba396d2bffaaa4ae0156fc6a8 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 6 Jun 2004 21:08:51 +0000 Subject: [PATCH] Fixed a typo and added an extra note. --- time-limit.diff | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/time-limit.diff b/time-limit.diff index 36e417a..f71e9f2 100644 --- a/time-limit.diff +++ b/time-limit.diff @@ -140,18 +140,19 @@ Do we need configure support for mktime()? --write-batch=PREFIX write batch fileset starting with PREFIX --read-batch=PREFIX read batch fileset starting with PREFIX --checksum-seed=NUM set block/file checksum seed -@@ -892,6 +894,18 @@ transfer was too fast, it will wait befo +@@ -892,6 +894,19 @@ transfer was too fast, it will wait befo result is an average transfer rate equaling the specified limit. A value of zero specifies no limit. +dit(bf(--stop-at=y-m-dTh:m)) This option allows you to specify at what +time to stop rsync, in year-month-dayThour:minute numeric format (e.g. -+2004-12-3lT23:59). You can specify a 2 or 4-digit year. You can also ++2004-12-31T23:59). You can specify a 2 or 4-digit year. You can also +leave off various items and the result will be the next possible time +that matches the specified data. For example, "1-30" specifies the next +January 30th (at midnight), "04:00" specifies the next 4am, "1" +specifies the next 1st of the month at midnight, and ":59" specifies the -+next 59th minute after the hour. ++next 59th minute after the hour. If you prefer, you may separate the ++date numbers using slashes instead of dashes. + +dit(bf(--time-limit=MINS)) This option allows you to specify the maximum +number of minutes rsync will run for. -- 2.34.1