e.g. Just rsync *.jpg and *.png
rsync -avz --include '*/' --include '*.jpg' --include '*.png' --exclude '*' source/ destnation/
--include '*/' match all directories (include sub-directories)
e.g. Just rsync *.jpg and *.png
rsync -avz --include '*/' --include '*.jpg' --include '*.png' --exclude '*' source/ destnation/
--include '*/' match all directories (include sub-directories)
This page is an archive of entries in the Tutorial category from January 2016.
Tutorial: August 2015 is the previous archive.
Tutorial: June 2016 is the next archive.
Find recent content on the main index or look in the archives to find all content.
Recent Comments