Answers for "how to scp without one file type"

0

how to scp without one file type

rsync -av --exclude '*.chk' user@server:/This_is_disance_location ./ 
 
copy from sever to here
Posted by: Guest on May-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language