Expand description
Sync engine for client-server file synchronization.
Ported from files.md (server/sync/sync.go) by Artem Zakirullin.
Implements mtime-based 3-way merge synchronization with conflict resolution.
Structs§
- Media
Entry - Media file entry.
- Media
Sync Response - Media sync response.
- Sync
Config - Configuration for the sync engine.
- Sync
Engine - Sync engine: handles batch and single-file synchronization.