mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-04 17:13:57 +02:00
better than better
better than better
This commit is contained in:
parent
86321bcb0e
commit
d693904250
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
> Does not allow transfer between two remote hosts
|
> Does not allow transfer between two remote hosts
|
||||||
> Can transfer single files or files matched by pattern
|
> Can transfer single files or files matched by pattern
|
||||||
|
|
||||||
- transfer file from local to remote host, it supports regex.
|
- transfer file from local to remote host, filename supports regex.
|
||||||
|
|
||||||
`rsync {{path_to_file}} {{remote_host_name}}:{{remote_host_location}}`
|
`rsync {{path/to/file}} {{remote_host_name}}:{{remote_host_location}}`
|
||||||
|
|
||||||
- transfer file from remote host to local
|
- transfer file from remote host to local
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
- transfer file in archive (to preserve attributes) and compressed (zipped) mode
|
- transfer file in archive (to preserve attributes) and compressed (zipped) mode
|
||||||
|
|
||||||
`rsync -az {{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
|
- transfer a directory and all its children from a remote to local
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue