modified: README.md

This commit is contained in:
2026-02-15 13:50:22 +00:00
parent 809cb78c28
commit 90d6e52657

View File

@@ -396,5 +396,5 @@ rsync -avh source target --progress
# example over ssh
# Note: rsync bust be installed both on source and target.
rsync -avh ../test_* user@target-address:/home/user/test --progress
rsync -avh ../test_* user@target-address:/home/user/test --info=progress2
```