(Grav GitSync) Automatic Commit from tanshu
This commit is contained in:
parent
0dee595bc2
commit
6d989b9865
@ -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`.
|
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
|
#### Automate Backups
|
||||||
Edit crontab using `export VISUAL=nano; crontab -e` and add the following line
|
Edit crontab using `export VISUAL=nano; crontab -e` and add the following line
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user