mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Updated FAQ (markdown)
parent
48fb562124
commit
18a4588a4d
12
FAQ.md
12
FAQ.md
@ -46,4 +46,14 @@ This is normally not supported - one Trilium process can open only a single inst
|
||||
TRILIUM_DATA_DIR=/home/me/path/to/data/dir TRILIUM_PORT=12345 trilium
|
||||
```
|
||||
|
||||
You can save this command into a `.sh` script file or make an alias. Do this similarly for a second instance with different data directory and port.
|
||||
You can save this command into a `.sh` script file or make an alias. Do this similarly for a second instance with different data directory and port.
|
||||
|
||||
# Can I use Dropbox / Google Drive / OneDrive to sync data across multiple computers.
|
||||
|
||||
The short answer is No.
|
||||
|
||||
The general purpose applications are not suitable to sync database files which are open and being worked on by another application. The result is that they will corrupt the database file, resulting in data loss and this message in the logs:
|
||||
|
||||
> SqliteError: database disk image is malformed
|
||||
|
||||
The only supported way to sync Trilium's data across network is to use a [[sync/web server|Synchronization]].
|
Loading…
x
Reference in New Issue
Block a user