move retentionSecs inside retentionPolicy

part of #441
This commit is contained in:
Girish Ramakrishnan
2020-05-14 16:19:35 -07:00
parent 573da29a4d
commit 6a9fe1128f
5 changed files with 27 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ describe('backups', function () {
provider: 'filesystem',
password: 'supersecret',
backupFolder: BACKUP_DIR,
retentionSecs: 1,
retentionPolicy: { keepWithin: 1 },
format: 'tgz'
})
], done);