Skip to navigation
How to delete all snapshots from my restic respository
29.05.23
With 3 commands, you can clean up the repository: ```console restic -r /mnt/bak/restic forget --keep-last 1 -p /root/.restic restic -r /mnt/bak/restic forget latest -p /root/.restic restic -r /mnt/bak/restic prune -p /root/.restic ```
https://github.com/restic/restic/issues/1977
Reply
Anonymous
Information Epoch 1732427784
Effectiveness beats efficiency.
Home
Notebook
Contact us