Answers for "cp command exclude files"

0

cp command exclude files

#To copy all files except one do following ;) :
rsync -rv --exclude=file_to_exclude.txt source_folder destiny_folder
Posted by: Guest on May-04-2022
0

cp exclude file

rsync -av --progress sourcefolder /destinationfolder --exclude thefoldertoexclude
Posted by: Guest on January-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language