[P2] restic restore missing --overwrite always — silently skips existing files #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Restic does not overwrite existing files at the restore destination by default. If
~/dockerhas stale configs from a partial previous run, the restore silently leaves the old files in place.Fix
Add the flag to both restore commands:
Files:
playbooks/redeploy.yml,playbooks/disaster.yml