
25 Mar
2008
25 Mar
'08
1:18 p.m.
DAVAUT Benoit wrote:
I have a question concerning database backup. I want a weekly backup with a cron, but I don’t know where integrate my backup script (shell).
Do you have an idea ?
The Linux distributions that we use have /etc/cron.weekly, if you have that you could place your script in there (or create a symlink) to have it run weekly as root. See 'man crontab' for more info on crontabs. Nils Breunese.