rsync: fix typo (#12622)

* rsync: update Polish translation

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Andrey Vlasov
2024-04-08 18:28:52 +04:00
committed by GitHub
parent e2d3013932
commit 55d53cd80f
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
`rsync --archive --update --copy-links {{path/to/source}} {{path/to/destination}}`
- Transfer a directory to a remote host running `rsyncd` and delete files on the destination that do not exist on the source:
- Transfer a directory from a remote host running `rsyncd` and delete files on the destination that do not exist on the source:
`rsync --recursive --delete rsync://{{host}}:{{path/to/source}} {{path/to/destination}}`