rsync: fix typo (#12622)

* rsync: update Polish translation

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/28/head
Andrey Vlasov 2024-04-08 18:28:52 +04:00 committed by GitHub
parent e2d3013932
commit 55d53cd80f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# rsync
> Przesyłaj pliki do lub ze zdalnego hosta (ale nie pomiędzy dwoma zdalnymi hostami), domyślnie używając SSH.
> Aby wskazać na ścieżkę zdalną, użyj `host:ścieżka/do/pliku_lub_katalogu`.
> Aby wskazać na ścieżkę zdalną, użyj `user@host:ścieżka/do/pliku_lub_katalogu`.
> Więcej informacji: <https://download.samba.org/pub/rsync/rsync.1>.
- Prześlij plik:
@ -28,7 +28,7 @@
`rsync --archive --update --copy-links {{ścieżka/do/źródła}} {{ścieżka/do/miejsca_docelowego}}`
- Prześlij katalog do zdalnego hosta, na którym działa `rsyncd` i usuń pliki w miejscu docelowym które nie istnieją w źródle:
- Prześlij katalog ze zdalnego hosta, na którym działa `rsyncd` i usuń pliki w miejscu docelowym, które nie istnieją w źródle:
`rsync --recursive --delete rsync://{{host}}:{{ścieżka/do/źródła}} {{ścieżka/do/miejsca_docelowego}}`

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}}`