From 0564653685f7fb1aebc1556361ad26e74076f750 Mon Sep 17 00:00:00 2001
From: Falko Timme <ft@falkotimme.com>
Date: Thu, 21 Nov 2013 11:16:35 -0500
Subject: [PATCH] - Added options to use a mounted backup directory. This allows for remote backups, e.g. vis sshfs to a backup server. The backup script checks if the backup directory is mounted, and if not, tries to mount it.

---
 install/tpl/server.ini.master |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/install/tpl/server.ini.master b/install/tpl/server.ini.master
index f2966c2..ac4d0b4 100644
--- a/install/tpl/server.ini.master
+++ b/install/tpl/server.ini.master
@@ -15,6 +15,8 @@
 loglevel=2
 admin_notify_events=1
 backup_dir=/var/backup
+backup_dir_is_mount=n
+backup_dir_mount_cmd=
 backup_mode=rootgz
 monit_url=
 monit_user=

--
Gitblit v1.9.1