Skip to content

Commit

Permalink
rsync exclude options
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsiryk committed Mar 17, 2020
1 parent c1d659c commit 59e6a5f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions rsync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ rsync
# Get big file/dir from server
rsync -vr --progress --inplace <user>@<ip>:</path/to/dest> <local/destination>

-r # recursive
-v # verbosity
-z # compress
--progress # show progress during transfer
-r # recursive
-v # verbosity
-z # compress
--progress # show progress during transfer
-n # dry mode (list files but not sync)
--exclude <relative/path> # exclude file or dir

0 comments on commit 59e6a5f

Please sign in to comment.