bug fix: remote restore of incremental backups
This commit is contained in:
parent
463cf814c3
commit
f8efe735c0
|
|
@ -433,8 +433,6 @@ class IncJobs(multi.Thread):
|
|||
|
||||
if self.reconstruct == 'remote':
|
||||
|
||||
self.jobid = JobSnapshots.objects.get(pk=jobid)
|
||||
|
||||
self.findRestorePath()
|
||||
|
||||
self.jobid = self.extraArgs['jobid']
|
||||
|
|
|
|||
Loading…
Reference in New Issue