BeardedNoir Posted August 15, 2020 Share Posted August 15, 2020 (edited) Hello all, I use the appdata backup pluggin for all my apps, however I want to make double sure that I have no issues retrieving my passwords for Bitwarden in the event of a system failure. As such, would the following script work in backing up my Bitwarden passwords to G-Suite via Rclone crypt (I'll set it to run daily); sudo docker stop bitwardenrs rclone copy /mnt/user/appdata/bitwarden/ GoogleDriveBackupCrypt:unraid/Bitwarden_Backup sudo docker start bitwardenrs This is my first attempt at any sort of script that I haven't simply copied and pasted from a tutorial. Many thanks. ***Edit*** It works, well when I press "run in background" anyway, so should be ok running via schedule. It's the simplest script I think you could run, but I'm quietly pleased I managed it myself. 😂 Edited August 15, 2020 by LoneTraveler 1 Quote Link to comment
Januszmirek Posted August 30, 2021 Share Posted August 30, 2021 Hello, I am interested in bitwarden backup as well. Does this scrtipt actually back up everything? Included atachements? Did you try to recover your backup? Did it work? Quote Link to comment
tomwhi Posted October 11, 2021 Share Posted October 11, 2021 This is a nice idea! I'm going to try to pad it out a little more to answer the questions about what's backed up, and setting up cron jobs to do it on a scheduled but it's deffo I great starting point for anyone who wants an application aware backup of their bitwarden / vaultwarden vault! Quote Link to comment
kwiksilver Posted October 11, 2021 Share Posted October 11, 2021 Unraid uses the root user. There should be no reason for sudo in your commands. Quote Link to comment
Januszmirek Posted October 13, 2021 Share Posted October 13, 2021 On 8/15/2020 at 2:36 PM, BeardedNoir said: Hello all, I use the appdata backup pluggin for all my apps, however I want to make double sure that I have no issues retrieving my passwords for Bitwarden in the event of a system failure. Good to hear that the back-up process works for you. Just out of curiosity, did you actually try to recover that back-up into freshly new bw install, to make sure the back-up can be restored including all user accounts, and their data? Quote Link to comment
BeardedNoir Posted October 17, 2021 Author Share Posted October 17, 2021 Hello all, In the end I decided to use the free option that Bitwarden provides and backup to their servers. I didn't want to run the risk of needing to gain access to my server and there being a connection issue. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.