mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +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':
|
||||
|
||||
self.jobid = JobSnapshots.objects.get(pk=jobid)
|
||||
|
||||
self.findRestorePath()
|
||||
|
||||
self.jobid = self.extraArgs['jobid']
|
||||
|
||||
Reference in New Issue
Block a user