This wiki is a community-maintained resource about everything there is to know about IPFire. Join us and help us improving it!
Use the search and find answers to everything about IPFire. If you cannot find what you are looking for, join our community and talk to fellow IPFire users, developers and everybody else involved in the project.
# 7zip |
 |
7-Zip is a file archiver with a high compression ratio. The program supports 7z, ZIP, CAB, ARJ, GZIP, BZIP2, TAR, CPIO, RPM and DEB formats. Compression ratio in the new 7z format is better than ratio in ZIP format. |
## Installation |
You can comfortably install 7zip over [Pakfire](/configuration/ipfire/pakfire) or via Console: |
` pakfire install 7zip` |
## Usage |
To obtain a list of possible commands and switches: |
`7z` |
To **Add** files to an archive: |
`7z a ~/myLogs.7z /var/log/` |
To **List** files added to the archive: |
`7z l -r ~/myLogs.7z` |
**Links**:\\ |
[](wp>7-Zip)\\ |
[7-zip.org](https://www.7-zip.org)\\ |
[7z Format](https://www.7-zip.org/7z.html)\\ |