Viewing articles tagged 'directory'

 copy data excluding some folder

rsync is fast and easy: rsync -av --progress sourcefolder /destinationfolder --exclude...

 zip data excluding some folder

The following will do zip -r myarchive.zip dir1 -x dir1/ignoreDir1\* dir1/ignoreDir2\*...

Powered by WHMCompleteSolution