backup: add archive flag

This commit is contained in:
Girish Ramakrishnan
2024-12-09 16:20:24 +01:00
parent 65a7f5f1c6
commit 147e014205
5 changed files with 24 additions and 13 deletions
+4 -2
View File
@@ -30,7 +30,8 @@ describe('backups', function () {
manifest: null,
format: 'tgz',
preserveSecs: 0,
label: ''
label: '',
archive: false
};
const appBackup = {
@@ -45,7 +46,8 @@ describe('backups', function () {
manifest: { foo: 'bar' },
format: 'tgz',
preserveSecs: 0,
label: ''
label: '',
archive: false
};
describe('crud', function () {