Hi, I’d like to know if there is an option to export all vaults, for all users.
This is so I can keep offsite backup.
Thank you
Hi, I’d like to know if there is an option to export all vaults, for all users.
This is so I can keep offsite backup.
Thank you
You can dump the database
sqlite3 db.sqlite3 ".backup sqlite3.db.backup"
and backup the resulting file. The data is still encrypted.
@WpJ what I was thinking was, just regularly stop the docker container and then just copy the db.sqlite3
file to a different location.
No need to stop it. Using the command @WpJ wrote is more then enough. I do that in a cron every 5 hours