mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Support add_snapshots
on cli
This commit is contained in:
parent
ed3475d9ea
commit
333cb37091
5 changed files with 35 additions and 4 deletions
|
@ -46,6 +46,12 @@ If using a remote server:
|
|||
* `server_client_key` - Client key to identify this replica to the sync server (a UUID)
|
||||
If not set, then sync is done to a local server.
|
||||
|
||||
## Snapshots
|
||||
|
||||
* `avoid_snapshots` - If running on a CPU-, memory-, or bandwidth-constrained
|
||||
device, set this to true. The effect is that this replica will wait longer
|
||||
to produce a snapshot, in the hopes that other replicas will do so first.
|
||||
|
||||
## Reports
|
||||
|
||||
* `reports` - a mapping of each report's name to its definition.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue