filesystem: rename backupFolder to backupDir

This commit is contained in:
Girish Ramakrishnan
2025-08-02 10:37:37 +02:00
parent 4fcaae8053
commit 547d8ae113
13 changed files with 66 additions and 49 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ async function databaseSetup() {
const id = await backupTargets.add({
provider: 'filesystem',
label: 'Default',
config: { backupFolder: '/tmp/boxtest' },
config: { backupDir: '/tmp/boxtest' },
format: 'tgz',
retention: { keepWithinSecs: 2 * 24 * 60 * 60 },
schedule: '00 00 23 * * *'