Add script for pruning borg repo #439

Closed
opened 2022-10-27 08:02:19 +00:00 by raucao · 0 comments
Owner

We did not include this in #433 yet.

https://borgbackup.readthedocs.io/en/stable/usage/prune.html

Something along the lines of:

borg prune --prefix $VM_NAME --keep-hourly 24 --keep-daily 7  --keep-weekly 2 --keep-monthly 1 $BORG_REPO

borg compact
We did not include this in #433 yet. https://borgbackup.readthedocs.io/en/stable/usage/prune.html Something along the lines of: ```bash borg prune --prefix $VM_NAME --keep-hourly 24 --keep-daily 7 --keep-weekly 2 --keep-monthly 1 $BORG_REPO borg compact ```
raucao added the
feature
label 2022-10-27 08:02:19 +00:00
raucao self-assigned this 2022-11-05 12:10:13 +00:00
greg closed this issue 2022-11-05 20:42:32 +00: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'.

No due date set.

Dependencies

No dependencies set.

Reference: kosmos/chef#439
No description provided.