-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to delete backups from old plan? #76
Comments
You're right that backrest will retain these forever so long as the snapshots are retained in your repo (and with the plan deleted backrest is no longer managing forgets / prunes for snapshots created by that plan). If you go ahead and delete those snapshots with the restic cli, backrest will pick this up after the next backup and will garbage collect the associated UI entries. I can see the argument for this being a UI capability, but I'd like to hold off on adding it for now. With the exception of managed forget operations (which restic ensures will always keep at least one copy of your data) backrest today executes very few destructive operations on your behalf and that's an important part of ensuring it's safe for your data. |
use |
I can't run this on the official backrest container... We need shell support. |
#72 adds a button for manually forgetting individual snapshots. |
During my tests, I created 2 plans to backup to the same repository. I then deleted one of the plans, but the repository still shows the old backup.
Is there a way to remove that data without deleting the repository? I see no option for this in the interface...
The text was updated successfully, but these errors were encountered: