1
0
Selfhosted-config/config/kopia/repository.config
2025-05-29 08:17:44 +00:00

20 lines
435 B
Plaintext

{
"storage": {
"type": "filesystem",
"config": {
"path": "/repository",
"dirShards": null
}
},
"caching": {
"cacheDirectory": "../cache",
"maxCacheSize": 5242880000,
"maxMetadataCacheSize": 5242880000,
"maxListCacheDuration": 30
},
"hostname": "b27568001edb",
"username": "root",
"description": "My Repository",
"enableActions": false,
"formatBlobCacheDuration": 900000000000
}