borgserver

This commit is contained in:
auricom
2022-11-20 22:50:55 +01:00
parent 86c209b6c0
commit 732ef74f65
15 changed files with 151 additions and 285 deletions

View File

@@ -0,0 +1,20 @@
{
"storage": {
"type": "filesystem",
"config": {
"path": "/snapshots",
"dirShards": null
}
},
"caching": {
"cacheDirectory": "cache",
"maxCacheSize": 5242880000,
"maxMetadataCacheSize": 5242880000,
"maxListCacheDuration": 30
},
"hostname": "cluster",
"username": "root",
"description": "Cluster",
"enableActions": false,
"formatBlobCacheDuration": 900000000000
}