소스 검색

better than better

better than better
Matthew 9 년 전
부모
커밋
d693904250
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      pages/common/rsync.md

+ 3 - 3
pages/common/rsync.md

@@ -4,9 +4,9 @@
 > Does not allow transfer between two remote hosts
 > 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
 
@@ -14,7 +14,7 @@
 
 - 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