From 5a9e0b6735cc6e2a3f0d3ec8a7d0a33b09aaeb1a Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Fri, 20 Oct 2023 20:03:00 +0200 Subject: [PATCH] Uses generic function to create mysql backup --- roundcube.cf | 1 - 1 file changed, 1 deletion(-) diff --git a/roundcube.cf b/roundcube.cf index 4dc8bf6..bb10881 100644 --- a/roundcube.cf +++ b/roundcube.cf @@ -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");