How to use TAR and RSYNC excludes
TAR EXCLUDES ############# Citation: http://stackoverflow.com/questions/984204/shell-command-to-tar-directory-excluding-certain-files-folders If I wanted to not zip it: # tar -cvf /c/sysroot-bak1.tgz –exclude ‘/c/*’ / This would make a 500 mb file as tar appends files end toRead More…