mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-22 07:22:07 +01:00
converting --parent lable to --tag as per suggestion by rustic dev
This commit is contained in:
@@ -110,7 +110,7 @@ pass = {ObsecurePassword}
|
||||
#command = f'chown cyberpanel:cyberpanel {self.FinalPathRuctic}'
|
||||
#ProcessUtilities.executioner(command)
|
||||
|
||||
command = f'rustic -r {self.repo} backup {self.FinalPathRuctic}/config.json --password "" --parent {parent}'
|
||||
command = f'rustic -r {self.repo} backup {self.FinalPathRuctic}/config.json --password "" --tag {parent}'
|
||||
ProcessUtilities.executioner(command)
|
||||
|
||||
def InitiateBackup(self):
|
||||
|
||||
Reference in New Issue
Block a user