Updated Setting up Backup (markdown)

Theodotos Andreou 2018-01-16 08:51:02 +02:00
parent a80e782ce0
commit 9109888eac

@ -12,16 +12,8 @@ Download and enable the *Backup and Migrate' module:
``` ```
$ cd cms $ cd cms
$ ./vendor/bin/drush dl backup_migrate $ drush dl backup_migrate
$ ./vendor/bin/drush en backup_migrate $ 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
``` ```
## Create a scheduled backup ## Create a scheduled backup