Closed thecodingwizardx closed 1 month ago
Hello @thecodingwizardx! A good question.
The ability to export bookmarks is currently in the backlog. But even without it, there's still some room to implement your own backup mechanism as, by default, the Grimoire stores all its data in a single directory (DB + images). Let me give you some propositions:
docker run --rm -v grimoire_data:/volume -v $(pwd):/backup alpine tar -czvf /backup/grimoire_backup.tar.gz -C /volume ./
to create a single backup file.I'll create a note for myself to write down some actual guide on how to do this for Grimoire's docs. Please don't hesitate to share your findings on this topic as it may benefit us all :)
PS I will move this to discussions.
Hi, whats the most preferrable way of backing uo?