mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
add server-side config --snapshot-{days,versions}
This commit is contained in:
parent
74aee49107
commit
4d19ca7bdb
14 changed files with 305 additions and 91 deletions
|
@ -6,3 +6,6 @@
|
|||
Run `taskchampion-sync-server` to start the sync server.
|
||||
Use `--port` to specify the port it should listen on, and `--data-dir` to specify the directory which it should store its data.
|
||||
It only serves HTTP; the expectation is that a frontend proxy will be used for HTTPS support.
|
||||
|
||||
The server has optional parameters `--snapshot-days` and `--snapshot-version`, giving the target number of days and versions, respectively, between snapshots of the client state.
|
||||
The default values for these parameters are generally adequate.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue