mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

* 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>
17 lines
631 B
Markdown
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)
|