Answers for "cp directory with exclusion"

0

cp directory with exclusion

rsync -av --exclude='path1/to/exclude' --exclude='path2/to/exclude' source destination
Posted by: Guest on August-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language