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

View File

@@ -121,7 +121,7 @@ async function setupServer() {
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 * * *'