summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-02-01 09:55:12 +0000
committerChris Wilson <chris+github@qwirx.com>2012-02-01 09:55:12 +0000
commit0594bdf97e19ffeab4353d4c04f54ddf580fc1ca (patch)
tree742edfc101000a3f2c1d28c42a5b297347de547d
parentcbc2639aec361e3832cc1adfc28079b49a89f0ad (diff)
Disable automatic backups in the temploc configuration, and enable the
NotifyScript, so that we can tell what kind of errors bbackupd reported and reproduce them reliably.
-rw-r--r--configure.ac1
-rw-r--r--test/bbackupd/testfiles/bbackupd-temploc.conf.in (renamed from test/bbackupd/testfiles/bbackupd-temploc.conf)3
2 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6b4cc61d..c5a05fe4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,6 +90,7 @@ AC_CONFIG_FILES([infrastructure/BoxPlatform.pm
test/bbackupd/testfiles/bbackupd-exclude.conf
test/bbackupd/testfiles/bbackupd-snapshot.conf
test/bbackupd/testfiles/bbackupd-symlink.conf
+ test/bbackupd/testfiles/bbackupd-temploc.conf
])
AX_CONFIG_SCRIPTS([bin/bbackupd/bbackupd-config
bin/bbackupquery/makedocumentation.pl
diff --git a/test/bbackupd/testfiles/bbackupd-temploc.conf b/test/bbackupd/testfiles/bbackupd-temploc.conf.in
index 07cbdcd1..d4e0d1b3 100644
--- a/test/bbackupd/testfiles/bbackupd-temploc.conf
+++ b/test/bbackupd/testfiles/bbackupd-temploc.conf.in
@@ -11,6 +11,7 @@ StoreHostname = localhost
StorePort = 22011
AccountNumber = 0x01234567
+AutomaticBackup = no
UpdateStoreInterval = 3
MinimumFileAge = 4
MaxUploadWait = 24
@@ -26,6 +27,8 @@ ExtendedLogFile = testfiles/bbackupd.log
CommandSocket = testfiles/bbackupd.sock
+NotifyScript = @TARGET_PERL@ testfiles/notifyscript.pl
+
Server
{
PidFile = testfiles/bbackupd.pid