Uses generic function to create mysql backup

This commit is contained in:
Tobias Herre 2023-10-20 20:03:00 +02:00
parent 743f75a929
commit 5a9e0b6735
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ commands:
methods:
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");
!run_backups::
"any" usebundle => create_mysql_backup_cron_job(@(cfg),"$(cfg[backup_dir])/roundcube.sql","users","false");