Skip to content

Commit

Permalink
🐛 fix remote backups (#68)
Browse files Browse the repository at this point in the history
We forgot to enable MoveData to actually copy the snapshot to the remote. Right now this just keeps a snapshot locally, which is pretty good, but we also want remote backups!

Not merging by myself because I'm not sure if this deletes the local VolumeSnapshots... Maybe it's okay if it does?
  • Loading branch information
nikhiljha authored Jun 10, 2024
1 parent 07ce6e5 commit d655a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/velero.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
# Specify nothing else so it backs up everything.
# We can also exclude some namespaces if needed.
"ttl": "168h", # 7 days
"snapshotMoveData": True,
},
}
},
Expand Down

0 comments on commit d655a99

Please sign in to comment.