I would like to back up my Cryptpad server in such a way that if the hardware fails on the current server, I am able to install a new Cryptpad instance and insert the backed up directories and files and be able to continue as if the new server was the old server.
On this page it says to back up the following dirs:
- datastore/
- block/
- blob/
- pins/
- tasks/
- logs/
So my question is, are the user's password hashes included in these directories? In other words, if I replace these dirs in a new installation, will users be able to log into the new installation as if it was the old installation? Will the instance recognize the users and grant them access to their data? And if not, what must I back up additionally to achieve this?
Thanks