mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2026-01-22 05:47:37 +01:00
fix: user correct path collection for filter
This commit is contained in:
@@ -56,7 +56,7 @@ def createBackupScriptStructure(backupList, baseDomain=""):
|
||||
|
||||
rsyncScript = rsyncScriptTemplate.render(hostname=hostname, token=icingaToken,
|
||||
hostname_base=hostnameBase)
|
||||
rsyncFilter = rsyncFilterTemplate.render(paths=fullPaths)
|
||||
rsyncFilter = rsyncFilterTemplate.render(paths=paths)
|
||||
|
||||
path = "./build/backup/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user