*************** *** 460,465 **** \-\-password\-file=FILE read password from FILE \-\-list\-only list the files instead of copying them \-\-bwlimit=KBPS limit I/O bandwidth; KBytes per second \-\-write\-batch=FILE write a batched update to FILE \-\-only\-write\-batch=FILE like \-\-write\-batch but w/o updating dest \-\-read\-batch=FILE read a batched update from FILE --- 460,467 ---- \-\-password\-file=FILE read password from FILE \-\-list\-only list the files instead of copying them \-\-bwlimit=KBPS limit I/O bandwidth; KBytes per second + \-\-stop\-at=y-m-dTh:m Stop rsync at year-month-dayThour:minute + \-\-time\-limit=MINS Stop rsync after MINS minutes have elapsed \-\-write\-batch=FILE write a batched update to FILE \-\-only\-write\-batch=FILE like \-\-write\-batch but w/o updating dest \-\-read\-batch=FILE read a batched update from FILE *************** *** 2009,2014 **** result is an average transfer rate equaling the specified limit\&. A value of zero specifies no limit\&. .IP .IP "\fB\-\-write\-batch=FILE\fP" Record a file that can later be applied to another identical destination with \fB\-\-read\-batch\fP\&. See the "BATCH MODE" --- 2011,2031 ---- result is an average transfer rate equaling the specified limit\&. A value of zero specifies no limit\&. .IP + .IP "\fB\-\-stop\-at=y-m-dTh:m\fP" + This option allows you to specify at what + time to stop rsync, in year-month-dayThour:minute numeric format (e\&.g\&. + 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\&. If you prefer, you may separate the + date numbers using slashes instead of dashes\&. + .IP + .IP "\fB\-\-time\-limit=MINS\fP" + This option allows you to specify the maximum + number of minutes rsync will run for\&. + .IP .IP "\fB\-\-write\-batch=FILE\fP" Record a file that can later be applied to another identical destination with \fB\-\-read\-batch\fP\&. See the "BATCH MODE"