This commit is contained in:
bigeagle 2015-05-16 14:11:27 +08:00
parent a99ce6575f
commit 2626102a5f

View File

@ -3,10 +3,12 @@ tunasync
## TODO ## TODO
- [ ] implement `tunasynctl tail` and `tunasynctl log` or equivalent feature - [ ] use context manager to handle job contexts
- [ ] Hooks need "pre_try", "post_try"
- [x] implement `tunasynctl tail` and `tunasynctl log` or equivalent feature
- [x] status file - [x] status file
- [ ] mirror size - [ ] mirror size
- [ ] upstream - [x] upstream
- [x] btrfs backend (create snapshot before syncing) - [x] btrfs backend (create snapshot before syncing)
- [x] add mirror job online - [x] add mirror job online
- [x] use toml as configuration - [x] use toml as configuration