This commit is contained in:
Sergio Garcia 2025-05-13 04:55:32 +02:00 committed by GitHub
parent 7f49cc254b
commit 98249710f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -243,7 +243,7 @@ You can backup your logs to another file using the `llm logs backup` command:
```bash
llm logs backup /tmp/backup.db
```
This uses SQLite [VACCUM INTO](https://sqlite.org/lang_vacuum.html#vacuum_with_an_into_clause) under the hood.
This uses SQLite [VACUUM INTO](https://sqlite.org/lang_vacuum.html#vacuum_with_an_into_clause) under the hood.
(logging-sql-schema)=