bug fix: remote restore of incremental backups

This commit is contained in:
Usman Nasir
2020-07-28 22:53:09 +05:00
parent 463cf814c3
commit f8efe735c0

View File

@@ -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']