Updated Setting up Backup (markdown)
parent
a80e782ce0
commit
9109888eac
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue