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:
@@ -432,6 +432,11 @@ class IncJobs(multi.Thread):
|
|||||||
self.reconstruct = self.extraArgs['reconstruct']
|
self.reconstruct = self.extraArgs['reconstruct']
|
||||||
|
|
||||||
if self.reconstruct == 'remote':
|
if self.reconstruct == 'remote':
|
||||||
|
|
||||||
|
self.jobid = JobSnapshots.objects.get(pk=jobid)
|
||||||
|
|
||||||
|
self.findRestorePath()
|
||||||
|
|
||||||
self.jobid = self.extraArgs['jobid']
|
self.jobid = self.extraArgs['jobid']
|
||||||
self.backupDestinations = self.extraArgs['backupDestinations']
|
self.backupDestinations = self.extraArgs['backupDestinations']
|
||||||
self.passwordFile = self.extraArgs['password']
|
self.passwordFile = self.extraArgs['password']
|
||||||
|
|||||||
Reference in New Issue
Block a user