feat: update README

This commit is contained in:
Daniel Langbein 2023-03-29 18:00:22 +02:00
parent bed1385054
commit 93caae0ca0

View File

@ -20,10 +20,10 @@ sudo btrfs-send-chunks-active \
/target-snapshot-path/20230213T1809_u/
```
See `test16()`.
See [test16()](src/subprocess_util/test.py).
## Example to replicate a BTRFS subvolume with an active receiving side
The receiving side "pulls" the BTRFS snapshot from the sending side. The receiver needs password-less SSH access to the sender.
See `test17()`.
See [test17()](src/subprocess_util/test.py).