diff --git a/backup.py b/backup.py index 1b405b6..590f6ff 100644 --- a/backup.py +++ b/backup.py @@ -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/"