mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-03 19:00:45 +01:00
bug fix: fetch snapshots for rustic on brand new server
This commit is contained in:
@@ -50,6 +50,8 @@ class CPBackupsV2(multi.Thread):
|
||||
except:
|
||||
pass
|
||||
|
||||
statusRes, message = self.InstallRustic()
|
||||
|
||||
### set self.website as it is needed in many functions
|
||||
from websiteFunctions.models import Websites
|
||||
self.website = Websites.objects.get(domain=self.data['domain'])
|
||||
|
||||
Reference in New Issue
Block a user