mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 05:41:35 +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,
|
rsyncScript = rsyncScriptTemplate.render(hostname=hostname, token=icingaToken,
|
||||||
hostname_base=hostnameBase)
|
hostname_base=hostnameBase)
|
||||||
rsyncFilter = rsyncFilterTemplate.render(paths=fullPaths)
|
rsyncFilter = rsyncFilterTemplate.render(paths=paths)
|
||||||
|
|
||||||
path = "./build/backup/"
|
path = "./build/backup/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user