bitwarden

This commit is contained in:
jaydee
2024-11-29 12:20:59 +01:00
parent 24b34a3b00
commit a6b05df362

View File

@@ -171,9 +171,10 @@ for b in backups[host]:
cmnd = f"rsync -avz --delete {SOURCE_DIR} --link-dest {LATEST_LINK} --exclude=\"gitlab/logs/prometheus\" --exclude=\"home-assistant.log\" --exclude=\"gitlab/logs/*\" --exclude=\"esphome/config/.esphome\" --exclude=\".cache\" --exclude=\".git\" --exclude=\"var_lib_motioneye\" rsync://{BACKUP_HOST}{BACKUP_PATH}"
ans = "y"
print(cmnd)
if _TEST:
print(cmnd)
ans = input("continue?") or "n"
if ans == "y":