(Grav GitSync) Automatic Commit from tanshu

This commit is contained in:
tanshu 2017-11-25 06:45:15 +00:00 committed by GitSync
parent 0dee595bc2
commit 6d989b9865
1 changed files with 5 additions and 1 deletions

View File

@ -60,7 +60,11 @@ Link your gdrive to the account by running `gdrive list` and following the instr
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`
Upload using
```sh
gdrive upload --parent $FOLDER_ID --name production_$(date +%F-%H:%M).sqlite3 ~/webapps/warden/db/production.sqlite3
```
#### Automate Backups
Edit crontab using `export VISUAL=nano; crontab -e` and add the following line
```sh