From 061d7c84c49b9e63c311123f52a142fc66b4228f Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Tue, 29 Jul 2014 10:59:19 -0400 Subject: [PATCH] Removed backup_dir_mount_cmd option from Sysstem > server config. The option has been replaced by a script /usr/local/ispconfig/server/scripts/backup_dir_mount.sh. If this script exists, is exacutable and is owned by the root user, then it will be executed upfront of the backup jobs when the option "Backup directory is a mount?" is enabled in server config settings. --- interface/web/help/lib/admin.conf.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/help/lib/admin.conf.php b/interface/web/help/lib/admin.conf.php index b0163e5..62616b1 100644 --- a/interface/web/help/lib/admin.conf.php +++ b/interface/web/help/lib/admin.conf.php @@ -5,4 +5,4 @@ */ -?> \ No newline at end of file +?> -- Gitblit v1.9.1