mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
rsync: fix typo (#12622)
* rsync: update Polish translation --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
e2d3013932
commit
55d53cd80f
2 changed files with 3 additions and 3 deletions
|
@ -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}}`
|
||||
|
||||
|
|
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue