1
0
mirror of https://github.com/etesync/server synced 2024-11-28 19:58:07 +00:00

add missing closing quote

Nepoh 2020-07-12 20:55:39 +02:00
parent 57e06b6a98
commit 792866fe79

@ -6,7 +6,7 @@ Here is how to do it for the EteSync server, but the procedure depends on your s
## SQLite3 (with the default name given by EteSync) ## SQLite3 (with the default name given by EteSync)
`sqlite3 /path/to/etesync/db.sq3 ".backup '/path/to/backups/backup_db.sq3'` `sqlite3 /path/to/etesync/db.sq3 ".backup '/path/to/backups/backup_db.sq3'"`
If you want more info https://stackoverflow.com/questions/25675314/how-to-backup-sqlite-database or check the SQLite3 documentation. If you want more info https://stackoverflow.com/questions/25675314/how-to-backup-sqlite-database or check the SQLite3 documentation.