Configure pruning for restic #41

Closed
opened 2021-02-28 11:45:40 +01:00 by simon · 0 comments

Currently all snapshots are kept. I want to keep only some of the “normal” system backups.

  • Add tag system to backups
  • Regularily run restic forget --tag system --keep-daily 7 --keep-weekly 5 --keep-monthly 12 --keep-yearly 10 and prune
    • How often should I run it? Every 60 days seems like a good compromise.
      • Not too often (rewriting files costs more than keeping old files since wasabi has a 90 day minimum storage policy)
      • Not too infrequently (keeping too much clutter costs more than deleting it)
    • Where to run it? Since it is not that often, fuuko should be able to handle it.
      • vueko has constrained memory (restic takes 1.2 GiB while pruning)
      • all systems at home have slow upload (which is bad, since pruning blocks all backups)
Currently all snapshots are kept. I want to keep only some of the “normal” system backups. - [X] Add tag `system` to backups - [ ] Regularily run `restic forget --tag system --keep-daily 7 --keep-weekly 5 --keep-monthly 12 --keep-yearly 10` and prune - [X] How often should I run it? Every 60 days seems like a good compromise. - Not too often (rewriting files costs more than keeping old files since wasabi has a 90 day minimum storage policy) - Not too infrequently (keeping too much clutter costs more than deleting it) - [X] Where to run it? Since it is not that often, fuuko should be able to handle it. - vueko has constrained memory (restic takes 1.2 GiB while pruning) - all systems at home have slow upload (which is bad, since pruning blocks all backups)
simon added the
type
feature
label 2021-02-28 11:45:51 +01:00
simon added the
blocked by/release 21.05
label 2021-03-22 07:24:13 +01:00
simon added the due date 2021-06-01 2021-04-13 14:06:56 +02:00
simon removed the
blocked by/release 21.05
label 2021-05-28 14:39:00 +02:00
simon closed this issue 2021-05-28 15:04:40 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

2021-06-01

Dependencies

No dependencies set.

Reference: simon/nixos-config#41
There is no content yet.