From ec774af02e1ecc212af10c472f0c93c5113761c7 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Mon, 23 Nov 2009 15:24:43 +0100 Subject: [PATCH] separate config and code --- remote-backup | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/remote-backup b/remote-backup index 6344624..e7a2c1c 100755 --- a/remote-backup +++ b/remote-backup @@ -60,12 +60,7 @@ then fi ###END: generic tool checker -# ------------- file locations ----------------------------------------- - -MOUNT_DEVICE=/dev/hdb1; -SNAPSHOT_RW=/root/snapshot; -EXCLUDES=/usr/local/etc/backup_exclude; - +source /etc/remote-backup.conf # ------------- the script itself --------------------------------------