This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
computer_science:software:linux:commands:archive_all_files_in_a_directory [2016/12/30 17:56] thomas |
computer_science:software:linux:commands:archive_all_files_in_a_directory [2017/01/04 21:12] (current) thomas |
||
|---|---|---|---|
| Line 24: | Line 24: | ||
| </code> | </code> | ||
| + | Archiving and encrypting the files without compression: | ||
| + | <code> | ||
| + | 7z a Images.7z Images/ -pMyPassword -mhe -mx0 | ||
| + | </code> | ||
| - | Source 1: [[https://www.ibm.com/developerworks/community/blogs/6e6f6d1b-95c3-46df-8a26-b7efd8ee4b57/entry/how_to_use_7zip_on_linux_command_line144|IBM Developer Network]] | + | |
| - | Source 2: [[https://www.dotnetperls.com/7-zip-examples|DotNetPerls]] | + | Sources: [[https://www.ibm.com/developerworks/community/blogs/6e6f6d1b-95c3-46df-8a26-b7efd8ee4b57/entry/how_to_use_7zip_on_linux_command_line144|IBM Developer Network]], [[https://www.dotnetperls.com/7-zip-examples|DotNetPerls]] |