Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

rsync exclude

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