*************** *** 394,399 **** --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 --- 394,401 ---- --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 *************** *** 1733,1738 **** result is an average transfer rate equaling the specified limit. A value of zero specifies no limit. dit(bf(--write-batch=FILE)) Record a file that can later be applied to another identical destination with bf(--read-batch). See the "BATCH MODE" section for details, and also the bf(--only-write-batch) option. --- 1735,1753 ---- 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-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. + + dit(bf(--time-limit=MINS)) This option allows you to specify the maximum + number of minutes rsync will run for. + dit(bf(--write-batch=FILE)) Record a file that can later be applied to another identical destination with bf(--read-batch). See the "BATCH MODE" section for details, and also the bf(--only-write-batch) option.