[Box Backup-commit] COMMIT r2164 - in box/trunk: . test/bbackupd/testfiles

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed May 28 10:38:13 BST 2008


Author: chris
Date: 2008-05-28 10:38:12 +0100 (Wed, 28 May 2008)
New Revision: 2164

Added:
   box/trunk/test/bbackupd/testfiles/bbackupd-exclude.conf.in
   box/trunk/test/bbackupd/testfiles/bbackupd-snapshot.conf.in
   box/trunk/test/bbackupd/testfiles/bbackupd-symlink.conf.in
Modified:
   box/trunk/configure.ac
Log:
Add new bbackupd config files for bbackupd test.


Modified: box/trunk/configure.ac
===================================================================
--- box/trunk/configure.ac	2008-05-28 09:34:53 UTC (rev 2163)
+++ box/trunk/configure.ac	2008-05-28 09:38:12 UTC (rev 2164)
@@ -316,6 +316,9 @@
                    runtest.pl
                    test/backupstorefix/testfiles/testbackupstorefix.pl
                    test/bbackupd/testfiles/bbackupd.conf
+                   test/bbackupd/testfiles/bbackupd-exclude.conf
+                   test/bbackupd/testfiles/bbackupd-snapshot.conf
+                   test/bbackupd/testfiles/bbackupd-symlink.conf
                    test/bbackupd/testfiles/extcheck1.pl
                    test/bbackupd/testfiles/extcheck2.pl
                    test/bbackupd/testfiles/notifyscript.pl

Copied: box/trunk/test/bbackupd/testfiles/bbackupd-exclude.conf.in (from rev 2078, box/trunk/test/bbackupd/testfiles/bbackupd.conf.in)
===================================================================
--- box/trunk/test/bbackupd/testfiles/bbackupd-exclude.conf.in	                        (rev 0)
+++ box/trunk/test/bbackupd/testfiles/bbackupd-exclude.conf.in	2008-05-28 09:38:12 UTC (rev 2164)
@@ -0,0 +1,47 @@
+
+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
+
+UpdateStoreInterval = 3
+MinimumFileAge = 4
+MaxUploadWait = 24
+DeleteRedundantLocationsAfter = 10
+
+FileTrackingSizeThreshold = 1024
+DiffingUploadSizeThreshold = 1024
+
+MaximumDiffingTime = 3
+KeepAliveTime = 1
+
+ExtendedLogging = no
+ExtendedLogFile = testfiles/bbackupd.log
+
+CommandSocket = testfiles/bbackupd.sock
+
+NotifyScript    = @TARGET_PERL@ testfiles/notifyscript.pl
+SyncAllowScript = @TARGET_PERL@ testfiles/syncallowscript.pl
+
+Server
+{
+	PidFile = testfiles/bbackupd.pid
+}
+
+BackupLocations
+{
+	Test1
+	{
+		Path = testfiles/TestDir1
+		ExcludeDir = testfiles/TestDir1/spacetest/d3
+		ExcludeFile = testfiles/TestDir1/spacetest/f2
+	}
+}
+

Copied: box/trunk/test/bbackupd/testfiles/bbackupd-snapshot.conf.in (from rev 2141, box/trunk/test/bbackupd/testfiles/bbackupd.conf.in)
===================================================================
--- box/trunk/test/bbackupd/testfiles/bbackupd-snapshot.conf.in	                        (rev 0)
+++ box/trunk/test/bbackupd/testfiles/bbackupd-snapshot.conf.in	2008-05-28 09:38:12 UTC (rev 2164)
@@ -0,0 +1,56 @@
+
+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 = 0
+MinimumFileAge = 4
+MaxUploadWait = 24
+DeleteRedundantLocationsAfter = 10
+
+FileTrackingSizeThreshold = 1024
+DiffingUploadSizeThreshold = 1024
+
+MaximumDiffingTime = 3
+KeepAliveTime = 1
+
+ExtendedLogging = no
+ExtendedLogFile = testfiles/bbackupd.log
+
+CommandSocket = testfiles/bbackupd.sock
+
+NotifyScript    = @TARGET_PERL@ testfiles/notifyscript.pl
+SyncAllowScript = @TARGET_PERL@ testfiles/syncallowscript.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/trunk/test/bbackupd/testfiles/bbackupd-symlink.conf.in (from rev 2141, box/trunk/test/bbackupd/testfiles/bbackupd.conf.in)
===================================================================
--- box/trunk/test/bbackupd/testfiles/bbackupd-symlink.conf.in	                        (rev 0)
+++ box/trunk/test/bbackupd/testfiles/bbackupd-symlink.conf.in	2008-05-28 09:38:12 UTC (rev 2164)
@@ -0,0 +1,55 @@
+
+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
+
+UpdateStoreInterval = 3
+MinimumFileAge = 4
+MaxUploadWait = 24
+DeleteRedundantLocationsAfter = 10
+
+FileTrackingSizeThreshold = 1024
+DiffingUploadSizeThreshold = 1024
+
+MaximumDiffingTime = 3
+KeepAliveTime = 1
+
+ExtendedLogging = no
+ExtendedLogFile = testfiles/bbackupd.log
+
+CommandSocket = testfiles/bbackupd.sock
+
+NotifyScript    = @TARGET_PERL@ testfiles/notifyscript.pl
+SyncAllowScript = @TARGET_PERL@ testfiles/syncallowscript.pl
+
+Server
+{
+	PidFile = testfiles/bbackupd.pid
+}
+
+BackupLocations
+{
+	Test1
+	{
+		Path = testfiles/symlink-to-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
+	}
+}
+




More information about the Boxbackup-commit mailing list