aboutsummaryrefslogtreecommitdiff
path: root/op_guide/stolon/nomad_full_backup.md
diff options
context:
space:
mode:
Diffstat (limited to 'op_guide/stolon/nomad_full_backup.md')
-rw-r--r--op_guide/stolon/nomad_full_backup.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/op_guide/stolon/nomad_full_backup.md b/op_guide/stolon/nomad_full_backup.md
deleted file mode 100644
index 2fb5822..0000000
--- a/op_guide/stolon/nomad_full_backup.md
+++ /dev/null
@@ -1,26 +0,0 @@
-Start by following ../restic
-
-## Garbage collect old backups
-
-```
-mc ilm import deuxfleurs/${BUCKET_NAME} <<EOF
-{
- "Rules": [
- {
- "Expiration": {
- "Days": 62
- },
- "ID": "PurgeOldBackups",
- "Status": "Enabled"
- }
- ]
-}
-EOF
-```
-
-Check that it has been activated:
-
-```
- mc ilm ls deuxfleurs/${BUCKET_NAME}
-```
-