[Box Backup-dev] COMMIT r685 - box/chris/general/test/bbackupd/testfiles

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sun, 23 Jul 2006 22:25:47 +0000 (GMT)


Author: chris
Date: 2006-07-23 22:25:45 +0000 (Sun, 23 Jul 2006)
New Revision: 685

Added:
   box/chris/general/test/bbackupd/testfiles/bbackupd.conf.in
Removed:
   box/chris/general/test/bbackupd/testfiles/bbackupd.conf
Log:
* bbackupd.conf, bbackupd.conf.in
- bbackupd.conf should be auto-generated from bbackupd.conf.in; must provide
  a template.


Deleted: box/chris/general/test/bbackupd/testfiles/bbackupd.conf
===================================================================
--- box/chris/general/test/bbackupd/testfiles/bbackupd.conf	2006-07-23 22:24:08 UTC (rev 684)
+++ box/chris/general/test/bbackupd/testfiles/bbackupd.conf	2006-07-23 22:25:45 UTC (rev 685)
@@ -1,50 +0,0 @@
-
-CertificateFile = testfiles/clientCerts.pem
-PrivateKeyFile = testfiles/clientPrivKey.pem
-TrustedCAsFile = testfiles/clientTrustedCAs.pem
-
-KeysFile = testfiles/bbackupd.keys
-
-DataDirectory = testfiles/bbackupd-data
-
-StoreHostname = localhost
-AccountNumber = 0x01234567
-
-UpdateStoreInterval = 3
-MinimumFileAge = 4
-MaxUploadWait = 24
-
-FileTrackingSizeThreshold = 1024
-DiffingUploadSizeThreshold = 1024
-
-MaximumDiffingTime = 8
-
-ExtendedLogging = yes
-
-CommandSocket = testfiles/bbackupd.sock
-
-NotifyScript = @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
-	}
-}
-

Copied: box/chris/general/test/bbackupd/testfiles/bbackupd.conf.in (from rev 679, box/chris/general/test/bbackupd/testfiles/bbackupd.conf)