> cp -pvr /var/www/vhosts/dev.site.com/httpdocs/* /var/www/vhosts/ > new.site.com/httpdocs/ > > but exclude the folders and subfolders in WZ directory > > httpdocs/ > app/ > controllers > config > webroot/WZ/ > modules > models > templates > views > testfolder > vendors > tmp > tests > plugins
shopt -s extglob cp -pvr /var/www/vhosts/dev.site.com/httpdocs/!(**/WZ) /var/www/vhosts/new.site.com/httpdocs/ (have not tested the above, no warranty attached :) ) _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
