Fixed VACUUM INTO sqlite3 commands across various articles
This commit is contained in:
parent
b5715473e6
commit
1045a21fd5
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ If by chance you are using my [borg ansible role]({{< ref "docs/adyxax.org/backu
|
|||
```
|
||||
- name: srv-short-db
|
||||
path: "/tmp/short.db"
|
||||
pre_command: "echo 'VACUUM INTO \"/tmp/short.db\"'|sqlite3 /srv/short-data/short.db"
|
||||
pre_command: "echo \"VACUUM INTO '/tmp/short.db'\"|sqlite3 /srv/short-data/short.db"
|
||||
post_command: "rm -f /tmp/short.db"
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue