Posted by esadot on August 11, 2007 at 12:12am
Jump to:
| Project: | backup |
| Version: | 5.x-4.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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,
Comments
#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 ?