Bitwarden Google Drive



  1. Bitwarden Google Drive Extension
  2. Bitwarden Google Drive Sign In
  3. Bitwarden Google Drive Login
  4. Bitwarden Google Drive
  5. Bitwarden Google Drive Download
  1. Bitwarden Web Vault.
  2. About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features Press Copyright Contact us Creators.
  3. I just found out about bitwarden and wanna try it, so i register using my gmail address on the bitwarden site (bitwarden.com), after creating an account and login, i tried to Verify Email since it said you need to 'verify email to unlock access to all the features', but every time i click the button, it show loading icon and then there's a.

In the last post, I wrote about installing bitwarden_rs per Docker on Synology and how to activate live sync. Now I’ll show you how to backup the data. I’ll use bruceforce/bw_backup docker to dump the sqlite database automatically, since just copying the sqlite3 file is not really backing up the database. I also found out, that the created dump file won’t be automatically uploaded to cloud by the Cloud Sync. Some how Cloud Sync doesn’t notice that there’s a new file.

Setting up backup container

In the Docker app, let’s search for bruceforce/bw_backup container. Just search for bw_backup.

13 hours ago  Bitwarden's free version has the basics of a good password manager, and its premium features are inexpensive. However, Bitwarden isn't the most intuitive platform to use. From the makers of Bitwarden, the highly respected password manager, Bitwarden Send is a secure text and file sharing tool. Bitwarden Send supports file sharing of up to 100MBs each and is available in all Bitwarden clients.

After downloading the image, we’ll just run it. During the initialisation, we need to adjust some settings.

In the volume tab, we mount the bitwarden folder, in which the bitwarden files are stored. My Bitwarden data are saved in docker/bitwardenrs. This folder must be mount as /data.

Bitwarden Google Drive

In the environment tab, we need to adjust the UID and GID. I set them to 0 (root).
Crontime can be set to how often the Bitwarden data should be backed up. If you don’t familiar with crontab format, you can use crontab.guru to check the time.

A useful parameter is DELETE_AFTER. I set this parameter to 7, so older than 7 backup files will be removed automatically. The complete documentation on the image can be found on the Github page.

Backup to cloud storage

When the backup script in the container is finished, you’ll find the dump file in the db_backup folder. Adding this folder to a Cloud Sync task to automatically upload the file to a cloud provider (Google Drive, Dropbox, etc.) won’t work. Somehow Cloud Sync ignores the files.

The only way to upload the files to a cloud storage per Cloud Sync is to manually copy them. After manual copying the files, Cloud Sync notices the files and sync these with cloud storage. To automate the copying process, we set a “User-defined script” task in Task Scheduler to copy the files.

As script/command I just simply run a rsync to sync the bitwarden folder to a cloud storage folder in Synology.