settings: move backup settings
This commit is contained in:
@@ -216,7 +216,7 @@ describe('backup cleaner', function () {
|
||||
backupFolder: '/tmp/someplace',
|
||||
format: 'tgz'
|
||||
}));
|
||||
await settings.setBackupPolicy({ retention: { keepWithinSecs: 1 }, schedule: '00 00 23 * * *' });
|
||||
await backups.setPolicy({ retention: { keepWithinSecs: 1 }, schedule: '00 00 23 * * *' });
|
||||
});
|
||||
|
||||
async function cleanupBackups() {
|
||||
|
||||
Reference in New Issue
Block a user