Hi Joseph!

Am 05.02.2015 um 20:19 schrieb Joseph:
I have a cron tab entry:
8 12 1-7 * 1 rsync ...

From `man 5 crontab`:

Note: The day of a command's execution can be specified by two fields — day of month, and day of week. If both fields are restricted (ie, aren't *), the command will be run when _either_ field matches the current time. For example, ``30 4 1,15 * 5'' would cause a command to be run at 4:30 am on the 1st and 15th of each month, plus every Friday.

That means, in your case, that your rsync will run every day from the first to the seventh of each month, plus every Monday.

Greetings
--Flo

Reply via email to