summaryrefslogtreecommitdiff
path: root/test/backupstore/testfiles/query.conf
blob: 984ace6c5c8384701244947809de73562767326a (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
# this is a dummy config file so that bbackupquery can be used


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

Server
{
	PidFile = testfiles/bbackupd.pid
}

# this is just a dummy entry
BackupLocations
{
	test_delete
	{
		Path = testfiles/test_delete
	}
}