remotely-save/docs/sync_algorithm/v3/intro.md

15 lines
588 B
Markdown
Raw Permalink Normal View History

2024-02-25 15:54:54 +00:00
# Introduction To Sync Algorithm V3
2024-02-25 16:41:40 +00:00
- [x] sync conflict: keep newer
- [x] sync conflict: keep larger
- [ ] sync conflict: keep both and rename
- [ ] sync conflict: show warning
- [x] deletion: true deletion status computation
- [x] meta data: no remote meta data any more
- [x] migration: old data auto transfer to new db (hopefully)
2024-03-17 15:58:54 +00:00
- [x] sync direction: incremental push only
- [x] sync direction: incremental pull only
2024-03-17 13:05:30 +00:00
- [x] sync protection: warning based on the threshold
2024-03-17 15:58:54 +00:00
- [ ] partial sync: better sync on save
2024-03-24 16:21:56 +00:00
- [x] encrpytion: new encryption method, see [this](../../encryption/)