summaryrefslogtreecommitdiff
path: root/test/bbackupd/testfiles/bbackupd-temploc.conf.in
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 /test/bbackupd/testfiles/bbackupd-temploc.conf.in
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.
Diffstat (limited to 'test/bbackupd/testfiles/bbackupd-temploc.conf.in')
-rw-r--r--test/bbackupd/testfiles/bbackupd-temploc.conf.in58
1 files changed, 58 insertions, 0 deletions
diff --git a/test/bbackupd/testfiles/bbackupd-temploc.conf.in b/test/bbackupd/testfiles/bbackupd-temploc.conf.in
new file mode 100644
index 00000000..d4e0d1b3
--- /dev/null
+++ b/test/bbackupd/testfiles/bbackupd-temploc.conf.in
@@ -0,0 +1,58 @@
+
+CertificateFile = testfiles/clientCerts.pem
+PrivateKeyFile = testfiles/clientPrivKey.pem
+TrustedCAsFile = testfiles/clientTrustedCAs.pem
+
+KeysFile = testfiles/bbackupd.keys
+
+DataDirectory = testfiles/bbackupd-data
+
+StoreHostname = localhost
+StorePort = 22011
+AccountNumber = 0x01234567
+
+AutomaticBackup = no
+UpdateStoreInterval = 3
+MinimumFileAge = 4
+MaxUploadWait = 24
+
+FileTrackingSizeThreshold = 1024
+DiffingUploadSizeThreshold = 1024
+
+MaximumDiffingTime = 3
+KeepAliveTime = 1
+
+ExtendedLogging = no
+ExtendedLogFile = testfiles/bbackupd.log
+
+CommandSocket = testfiles/bbackupd.sock
+
+NotifyScript = @TARGET_PERL@ testfiles/notifyscript.pl
+
+Server
+{
+ PidFile = testfiles/bbackupd.pid
+}
+
+BackupLocations
+{
+ Test1
+ {
+ Path = testfiles/TestDir1
+
+ ExcludeFile = testfiles/TestDir1/excluded_1
+ ExcludeFile = testfiles/TestDir1/excluded_2
+ ExcludeFilesRegex = \.excludethis$
+ ExcludeFilesRegex = EXCLUDE
+ AlwaysIncludeFile = testfiles/TestDir1/dont.excludethis
+ ExcludeDir = testfiles/TestDir1/exclude_dir
+ ExcludeDir = testfiles/TestDir1/exclude_dir_2
+ ExcludeDirsRegex = not_this_dir
+ AlwaysIncludeDirsRegex = ALWAYSINCLUDE
+ }
+ Test2
+ {
+ Path = testfiles/TestDir2
+ }
+}
+