Uses generic function to create mysql backup
This commit is contained in:
parent
743f75a929
commit
5a9e0b6735
|
@ -74,7 +74,6 @@ commands:
|
||||||
|
|
||||||
methods:
|
methods:
|
||||||
run_backups::
|
run_backups::
|
||||||
# "any" usebundle => mysql_backup_db(@(cfg),"$(cfg[backup_dir])/roundcube.sql");
|
|
||||||
"any" usebundle => create_mysql_backup_cron_job(@(cfg),"$(cfg[backup_dir])/roundcube.sql","users","true");
|
"any" usebundle => create_mysql_backup_cron_job(@(cfg),"$(cfg[backup_dir])/roundcube.sql","users","true");
|
||||||
!run_backups::
|
!run_backups::
|
||||||
"any" usebundle => create_mysql_backup_cron_job(@(cfg),"$(cfg[backup_dir])/roundcube.sql","users","false");
|
"any" usebundle => create_mysql_backup_cron_job(@(cfg),"$(cfg[backup_dir])/roundcube.sql","users","false");
|
||||||
|
|
Loading…
Reference in New Issue