Skip to content

Commit 463cf81

Browse files
committed
bug fix: remote restore of incremental backups
1 parent 2c54390 commit 463cf81

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

IncBackups/IncBackupsControl.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,11 @@ def restorePoint(self):
432432
self.reconstruct = self.extraArgs['reconstruct']
433433

434434
if self.reconstruct == 'remote':
435+
436+
self.jobid = JobSnapshots.objects.get(pk=jobid)
437+
438+
self.findRestorePath()
439+
435440
self.jobid = self.extraArgs['jobid']
436441
self.backupDestinations = self.extraArgs['backupDestinations']
437442
self.passwordFile = self.extraArgs['password']

0 commit comments

Comments
 (0)