diff --git a/Setting-up-Backup.md b/Setting-up-Backup.md index 3085a0e..57f37f5 100644 --- a/Setting-up-Backup.md +++ b/Setting-up-Backup.md @@ -12,16 +12,8 @@ Download and enable the *Backup and Migrate' module: ``` $ cd cms -$ ./vendor/bin/drush dl backup_migrate -$ ./vendor/bin/drush en backup_migrate -``` - -## Setup CRON - -Run `crontab -e` as the *webadmin* user and add this cron job: - -``` -5 * * * * php /srv/webadmin/cms/sites/all/modules/civicrm/bin/cli.php -u cmsadmin -p MyDrupalAdminPass -e Job -a execute +$ drush dl backup_migrate +$ drush en backup_migrate ``` ## Create a scheduled backup