> Those are really nice new options.
Second that! I think this is an awesome feature!
> > [EMAIL PROTECTED]:MM
> > This option allows you to specify at what time to stop rsync, in
> > [EMAIL PROTECTED]:minute numeric format (e.g. [EMAIL PROTECTED]:59).
>
> Is there any reason to use a nonstandard date/time format like this? The
> ISO standard of YYYY-MM-DDThh:mm is widely used and is what I'd expect:
The only improvement in my eyes might be if the date specification in the
time format could be optional like:
[YYYY-MM-DD]hh:mm
or even Waynes' format
[EMAIL PROTECTED]:MM
I see using this feature regularly in rsync processes called in the
evening from cron that stop before people start working the next day.
Then we can keep the backups to "off hours". The advantage, in my eyes, to
making the date part of the time spec optional is that it would simplify
the logic. With the date optional, I could just tell Rsync to always stop
at 7am. With the date required, the command has to first figure out if it
is after midnight and then set the --stop-at time to <today>@07:00 or
<tomorrow>@07:00.
In any case, I really like this feature! Thanks again John for the patch
and Wayne for the mods and including it in the patches directory!!
-Brian
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html