mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
15 lines
588 B
Markdown
15 lines
588 B
Markdown
# Introduction To Sync Algorithm V3
|
|
|
|
- [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)
|
|
- [x] sync direction: incremental push only
|
|
- [x] sync direction: incremental pull only
|
|
- [x] sync protection: warning based on the threshold
|
|
- [ ] partial sync: better sync on save
|
|
- [x] encrpytion: new encryption method, see [this](../../encryption/)
|