From ad0dd1eea6e12ba6ec79649c86fb606836b6887a Mon Sep 17 00:00:00 2001 From: Raine Date: Thu, 9 Nov 2023 21:31:09 +0100 Subject: [PATCH] feat: restic as backup --- 002-restic-as-backup.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 002-restic-as-backup.md diff --git a/002-restic-as-backup.md b/002-restic-as-backup.md new file mode 100644 index 0000000..9fc7daf --- /dev/null +++ b/002-restic-as-backup.md @@ -0,0 +1,7 @@ +# Restic as backup. + +We use restic as backup tool because we use multiple servers in our infrastructure and restic allows for compact backups. + +We can enforce a policy to keep all data but lose the ability to "snipe" a backup from a specific date.. over time. +To view the current policy, check out ixvd/hub/backup-policy.txt. +