Results 1 to 2 of 2
below is the default for a week using the program backintime
@weekly nice -n 19 /usr/bin/backintime --backup-job >/dev/null 2>&1
Did I edit the crontab right for once a week on ...
- 07-31-2010 #1Linux Newbie
- Join Date
- Jan 2010
- Location
- usa
- Posts
- 106
back in time on firday at midnight
below is the default for a week using the program backintime
@weekly nice -n 19 /usr/bin/backintime --backup-job >/dev/null 2>&1
Did I edit the crontab right for once a week on friday at 12am?
0 0 * * 5 nice -n 19 /usr/bin/backintime --backup-job >/dev/null 2>&1
- 08-01-2010 #2
That looks OK.
I would run it hourly though - it doesn't take much space if files haven't changed as it uses hard links


Reply With Quote
