mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-27 14:44:16 +00:00
Just a typo
parent
4db8c65164
commit
943963d613
@ -97,7 +97,7 @@ Must be run with superuser rights ('sudo').
|
||||
|
||||
It is advised to backup the account databases before upgrading to a newer version which might migrate the database and therefore prevents a downgrade in case of issues.
|
||||
|
||||
This little snippet will take care (requires `squlite3`).
|
||||
This little snippet will take care (requires `sqlite3`).
|
||||
|
||||
```bash
|
||||
find /folder/to/signal-cli/data -type f -name account.db | xargs -L1 -I{} sqlite3 {} ".backup {}.$(date +%Y%m%d%H%M)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user