From 9109888eacbdd208739797be3353bedfdfa3a808 Mon Sep 17 00:00:00 2001 From: Theodotos Andreou Date: Tue, 16 Jan 2018 08:51:02 +0200 Subject: [PATCH] Updated Setting up Backup (markdown) --- Setting-up-Backup.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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