Awesome, thanks! 

And yes, adding comments to a backup is very helpful for me. 

Jonathan

On Fri, May 13, 2022, 05:56 Christian Grün <christian.gruen@gmail.com> wrote:
Hi Jonathan,

I hope the facility to add comments to backups has turned out to be helpful.

We have further enhanced db:create-backup with a boolean compress flag
[1]: If you use a recent version, you’ll need to update your code with
the upcoming version 9.7.2 of BaseX. Nothing will change if you use
the CREATE BACKUP command or the GUI.

Best,
Christian

[1] https://github.com/BaseXdb/basex/issues/2103



On Wed, Mar 30, 2022 at 12:26 AM Jonathan Robie
<jonathan.robie@gmail.com> wrote:
>
> I have been making backups before doing particularly complex things to  my treebanks, and I find myself writing down information about what stage of processing a given backup corresponds to.
>
> "after replacing subtrees for missing compounds"
>
> I wish I could associate these strings with backups in BaseX so I can more easily know which one I would restore if something went wrong.
>
> Jonathan