taskwarrior/taskchampion/docs/src/SUMMARY.md
Dustin J. Mitchell 9566c929e2
Add support for cloud sync, specifically GCP (#3223)
* Add support for cloud sync, specifically GCP

This adds generic support for sync to cloud services, with specific
spuport for GCP. Adding others -- so long as they support a
compare-and-set operation -- should be comparatively straightforward.

The cloud support includes cleanup of unnecessary data, and should keep
total space usage roughly proportional to the number of tasks.

Co-authored-by: ryneeverett <ryneeverett@gmail.com>
2024-01-21 12:36:37 -05:00

17 lines
631 B
Markdown

# Summary
- [Installation](./installation.md)
* [Running the Sync Server](./running-sync-server.md)
- [Internal Details](./internals.md)
* [Data Model](./data-model.md)
* [Replica Storage](./storage.md)
* [Task Database](./taskdb.md)
* [Tasks](./tasks.md)
* [Synchronization and the Sync Server](./sync.md)
* [Synchronization Model](./sync-model.md)
* [Snapshots](./snapshots.md)
* [Server-Replica Protocol](./sync-protocol.md)
* [Encryption](./encryption.md)
* [HTTP Implementation](./http.md)
* [Object-Store Implementation](./object-store.md)
* [Planned Functionality](./plans.md)