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

Automatic backups #6

Open OpenBagTwo opened 1 year ago

OpenBagTwo commented 1 year ago

GIVEN M.A.R.I.L.L.A has gsb set up to track the save state for a multiplayer server

WHEN she runs the command (from any directory)

$ gsb watch my-save

and optionally provides the command-line flag --interval 30m

THEN gsb will periodically check the save data aliased by my-save and, when will create new backups with the message "Automatic Backup" until the process terminates

SO she doesn't have to manually run the backups herself

Notes