mirror of
https://github.com/trinib/Linux-Bash-Commands.git
synced 2024-12-17 20:14:18 -05:00
repeating word removed
This commit is contained in:
parent
5d351b8e70
commit
9fbc463cf4
@ -3237,7 +3237,7 @@ cp -R|--recursive foo bar # Copy directory
|
|||||||
mv foo bar # Move directory
|
mv foo bar # Move directory
|
||||||
|
|
||||||
rsync -z|--compress -v|--verbose /foo /bar # Copy directory, overwrites destination
|
rsync -z|--compress -v|--verbose /foo /bar # Copy directory, overwrites destination
|
||||||
rsync --ignore-existing -a|--archive-a|--archive -z|--compress -v|--verbose /foo /bar # Copy directory, without overwriting destination
|
rsync --ignore-existing -a|--archive -z|--compress -v|--verbose /foo /bar # Copy directory, without overwriting destination
|
||||||
rsync -avz /foo username@hostname:/bar # Copy local directory to remote directory
|
rsync -avz /foo username@hostname:/bar # Copy local directory to remote directory
|
||||||
rsync -avz username@hostname:/foo /bar # Copy remote directory to local directory
|
rsync -avz username@hostname:/foo /bar # Copy remote directory to local directory
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user