From: Wayne Davison Date: Sun, 6 Jun 2004 21:08:51 +0000 (+0000) Subject: Fixed a typo and added an extra note. X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/commitdiff_plain/ab74148ede3e5b9ba396d2bffaaa4ae0156fc6a8 Fixed a typo and added an extra note. --- 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.