Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

copy all files except one linux

#To copy all files except one do following ;) :
rsync -rv --exclude=file_to_exclude.txt source_folder destiny_folder
 
PREVIOUS NEXT
Tagged: #copy #files #linux
ADD COMMENT
Topic
Name
3+4 =