====== tar ====== ===== tar.gz ===== ==== compress ==== > tar -zcvf archive.tar.gz directory ==== decompress ==== > tar -zxvf archive.tar.gz ===== tar.bz2 ===== ==== compress ==== > tar -jcvf archive.tar.bz2 directory ==== decompress ==== > tar -jxvf archive.tar.bz2 -C /tmp/extract_here/ ===== exclude ===== > tar --exclude="MUSTER" -zcvf archive.tar.gz directory ===== Siehe auch ===== * [[gzip]] * [[7z]] ===== Weblinks ===== * [[wp>de:tar (Packprogramm)]] * https://www.gnu.org/software/tar/tar.html * https://wiki.ubuntuusers.de/tar/ * https://wiki.debian.org/Tar