converting --parent lable to --tag as per suggestion by rustic dev

This commit is contained in:
usman@cyberpersons.com
2023-03-04 11:14:05 +05:00
parent 93ad509361
commit f40957a554

View File

@@ -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):