summaryrefslogtreecommitdiff
path: root/test/backupstore/testfiles/query.conf
blob: a25f148c0d288c40fdb74b2bfd68398b32b0687b (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
# 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
StorePort = 22011

Server
{
	PidFile = testfiles/bbackupd.pid
}

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