mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 01:07:05 +02: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