mirror of
https://codeberg.org/privacy1st/subprocess-util
synced 2024-12-22 22:06:05 +01:00
add TODO
This commit is contained in:
parent
93caae0ca0
commit
4130b06f60
12
TODO.md
Normal file
12
TODO.md
Normal file
@ -0,0 +1,12 @@
|
||||
# TODOs
|
||||
|
||||
* Create a separate module `btrfs_util` and btrfs specific .py files there:
|
||||
* btrfs_send_{active/passive}
|
||||
* btrfs_receive{active/passive}
|
||||
* see also: setup.cfg > console-scripts
|
||||
|
||||
* print total transfer speed and last chunk transfer speed
|
||||
|
||||
* create script entry points similar to `cat` and `tee` that are independent of the sending and receiving program (btrfs send/receive) in our case:
|
||||
* sending side: `btrfs send | send-chunks-active root@target`
|
||||
* receiving side: `receive-chunks-passive | btrfs receive`
|
Loading…
Reference in New Issue
Block a user