mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 06:16:08 +01:00
bug fix: remote restore of incremental backups
This commit is contained in:
@@ -433,8 +433,6 @@ class IncJobs(multi.Thread):
|
|||||||
|
|
||||||
if self.reconstruct == 'remote':
|
if self.reconstruct == 'remote':
|
||||||
|
|
||||||
self.jobid = JobSnapshots.objects.get(pk=jobid)
|
|
||||||
|
|
||||||
self.findRestorePath()
|
self.findRestorePath()
|
||||||
|
|
||||||
self.jobid = self.extraArgs['jobid']
|
self.jobid = self.extraArgs['jobid']
|
||||||
|
|||||||
Reference in New Issue
Block a user