diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-22 17:46:19 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-22 17:46:19 +0100 |
commit | b575b2b4862c4019a4ca5c9240ea5989f7a93b40 (patch) | |
tree | dfc5889c25a69d8ce3402539484a20d5af732db3 /op_guide/stolon/nomad_full_backup.md | |
parent | 015c3725326e635d58bd5ee1c30b95560ed45055 (diff) | |
download | infrastructure-b575b2b4862c4019a4ca5c9240ea5989f7a93b40.tar.gz infrastructure-b575b2b4862c4019a4ca5c9240ea5989f7a93b40.zip |
Remove all files from op_guide, now migrated to guide.deuxfleurs.fr
Diffstat (limited to 'op_guide/stolon/nomad_full_backup.md')
-rw-r--r-- | op_guide/stolon/nomad_full_backup.md | 26 |
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} -``` - |