OpenBagTwo / gsb

A tool for managing incremental backups of your save states using Git!
https://openbagtwo.github.io/gsb/
GNU General Public License v3.0
0 stars 0 forks source link

Option to delete original backup when running gsb rewind #47

Open OpenBagTwo opened 9 months ago

OpenBagTwo commented 9 months ago

Spun off from #42

GIVEN M.A.R.I.L.L.A is managing large game saves

WHEN she restores a backup using gsb rewind and provides the command-line flag --delete-original

THEN upon successfully rewinding to the desired state, the backup that she restored will be deleted from the linear history, just as if she had run gsb delete <original_backup> herself

SO her history is not unnecessarily cluttered with two restore points that share the same state (and so she can hopefully free up some disk space the next time she runs a gc)

Notes