summaryrefslogtreecommitdiff
path: root/test/bbackupd/testfiles/bbackupd.conf.in
blob: 6d381d5ba80d3334ee8321cb5d741011b70e8dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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
	}
}