Schedule backup
esadot - August 11, 2007 - 00:12
| Project: | backup |
| Version: | 5.x-4.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
Thanks for contributing the module.
I was wondering if the module allows to schedule an automatic backup to be executed every defined interval of time, or a particular day and time of the week (say every Sunday morning).
Thanks in advance,

#1
It's very easy to do that, you need just implement the hook cron http://api.drupal.org/api/function/hook_cron/5
#2
but how to use it ?