Originally created by @laxmanpradhan on GitHub (Jul 6, 2018).
I'm trying to do a backup of my vault. Reading the official documentation, there are some differences for the rust docker implementation (https://help.bitwarden.com/article/backup-on-premise/). In the docker implementation, by default all 3 folders mentioned in that link are combined into the data folder. I assume that backing up that one /data/ folder is sufficient for a full backup. Assuming that is correct, I can put in pull request into the readme to add a backup section to clarify this if you want.
Also the official docs talk about an automatic nightly backup of the database. Is that also the case with this sqlite implementation?
Originally created by @laxmanpradhan on GitHub (Jul 6, 2018).
I'm trying to do a backup of my vault. Reading the official documentation, there are some differences for the rust docker implementation (https://help.bitwarden.com/article/backup-on-premise/). In the docker implementation, by default all 3 folders mentioned in that link are combined into the data folder. I assume that backing up that one /data/ folder is sufficient for a full backup. Assuming that is correct, I can put in pull request into the readme to add a backup section to clarify this if you want.
Also the official docs talk about an automatic nightly backup of the database. Is that also the case with this sqlite implementation?
Hi, yes that's correct. All you need to do to restore the server fully is that data folder. If you want to save space, you can omit the icon_cache folder.
There is no automatic backup of the db or anything like that.
Hope that helps.
@mprasil commented on GitHub (Jul 6, 2018):
Hi, yes that's correct. All you need to do to restore the server fully is that data folder. If you want to save space, you can omit the icon_cache folder.
There is no automatic backup of the db or anything like that.
Hope that helps.
What @mprasil said is correct, so I'm closing this, but you are right that the readme is a bit barebones in its current state. If you want to help expand the documentation I would very much appreciate it!
@dani-garcia commented on GitHub (Jul 6, 2018):
What @mprasil said is correct, so I'm closing this, but you are right that the readme is a bit barebones in its current state. If you want to help expand the documentation I would very much appreciate it!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @laxmanpradhan on GitHub (Jul 6, 2018).
I'm trying to do a backup of my vault. Reading the official documentation, there are some differences for the rust docker implementation (https://help.bitwarden.com/article/backup-on-premise/). In the docker implementation, by default all 3 folders mentioned in that link are combined into the data folder. I assume that backing up that one /data/ folder is sufficient for a full backup. Assuming that is correct, I can put in pull request into the readme to add a backup section to clarify this if you want.
Also the official docs talk about an automatic nightly backup of the database. Is that also the case with this sqlite implementation?
@mprasil commented on GitHub (Jul 6, 2018):
Hi, yes that's correct. All you need to do to restore the server fully is that data folder. If you want to save space, you can omit the icon_cache folder.
There is no automatic backup of the db or anything like that.
Hope that helps.
@dani-garcia commented on GitHub (Jul 6, 2018):
What @mprasil said is correct, so I'm closing this, but you are right that the readme is a bit barebones in its current state. If you want to help expand the documentation I would very much appreciate it!