ensure box update backups are also preserved for 3 weeks
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ function update(boxUpdateInfo, options, progressCallback, callback) {
|
||||
|
||||
progressCallback({ percent: 10, message: 'Backing up' });
|
||||
|
||||
backups.backupBoxAndApps((progress) => progressCallback({ percent: 10+progress.percent*70/100, message: progress.message }), next);
|
||||
backups.backupBoxAndApps({ preserveSecs: 3*7*24*60*60 }, (progress) => progressCallback({ percent: 10+progress.percent*70/100, message: progress.message }), next);
|
||||
}
|
||||
|
||||
maybeBackup(function (error) {
|
||||
|
||||
Reference in New Issue
Block a user