Well, I'm just trying to compress a whole directory (infact giant!) under Linux using a terminal. The entire folder size is about 7 GB. I've used below command to create the archive.
tar -zcvf myArchieve.tar.gz myFolder
It's working but in middle it stops by displaying Terminated message in the terminal. I could see the archive file created but there were missing file(s)/sub folder(s). in the compressed file. I want to create the entire folder (7 GB) Archive without any 'Terminated' message timeout. How can I achieve this?
tarcommand (runecho $?immediately after)? Is this some antique (20th century) system which doesn't support files larger than 4GB? Does anything appear in the kernel logs? – Gilles May 26 '14 at 22:23