From 4130b06f60a9c140664ec45c5e32fd600ba72b1f Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 13 Aug 2023 17:23:53 +0200 Subject: [PATCH] add TODO --- TODO.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..cbef657 --- /dev/null +++ b/TODO.md @@ -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`