Removing backup id from storage (Web GUI)

I have a backup, created with the web edition gui, that erroneously backed up many gigs it didnt need to (cached game files in documents folder) and looking at what else is in my docs folder I have decided I don’t want to back it up at all.

I removed the backup through the GUI (hitting the red X) but ofc, the data is still there in my storage.

How do I completely remove a backup id from storage?

1 Like

Figured out a way.

I removed DOCS backup from the schedule.
and added a prune step with the following custom arguments

-r 1-6 -id DOCS -exclusive

There are 6 revisions I want to delete, numbered 1 to 6. The -exclusive is required to remove newest snapshot.

3 Likes