mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 09:35:25 +02:00
Update description
Update description
This commit is contained in:
parent
67e4f13516
commit
86321bcb0e
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@
|
|||
|
||||
`rsync {{remote_host_name}}:{{remote_file_location}} {{local_file_location}}`
|
||||
|
||||
- transfer file in archive and compress mode, it keeps attribute and reduces the size.
|
||||
- transfer file in archive (to preserve attributes) and compressed (zipped) mode
|
||||
|
||||
`rsync -avz {{path_to_file}} {{remote_host_name}}:{{remote_host_location}}`
|
||||
`rsync -az {{path_to_file}} {{remote_host_name}}:{{remote_host_location}}`
|
||||
|
||||
- transfer a directory and all its children from a remote to local
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue