diff --git a/pages/06.bitwarden/docs.md b/pages/06.bitwarden/docs.md index 446d8ff..52ea5a3 100644 --- a/pages/06.bitwarden/docs.md +++ b/pages/06.bitwarden/docs.md @@ -56,7 +56,8 @@ wget -o ~/bin/gdrive $URL_FOR_GDRIVE_LINUX_X64_BINARY ``` Make it executable `chmod +x ~/bin/gdrive` #### Configure Google Drive -Link your gdrive to the account by running `gdrive list` and following the instructions +Link your gdrive to the account by running `gdrive list` and following the instructions. + Create a folder called `Bitwarden` and get its id by running `gdrive list`. Upload using `gdrive upload --parent $FOLDER_ID --name production_$(date +%F-%H:%M).sqlite3 ~/webapps/warden/db/production.sqlite3` #### Automate Backups