cheat:7z --- tags: [ compression ] --- 7z [Args] [archive.7z] [files / folders to archive] A file archiver with highest compression ratio Args: a add d delete e extract l list t test u update x extract with full paths DO NOT USE the 7-zip format for backup purpose on Linux/Unix. 7-zip does not store the owner/group of the file. On Linux/Unix, in order to backup directories you must use tar : - to backup a directory : tar cf - directory | 7z a -si directory.tar.7z - to restore your backup : 7z x -so directory.tar.7z | tar xf - If you want to send files and directories (