zip: added multi-part zip compression (#1980)
This commit is contained in:

committed by
Owen Voke

parent
0fb3744ddd
commit
1f19805177
@@ -29,3 +29,7 @@
|
||||
- Delete files from an existing zip file:
|
||||
|
||||
`zip -d {{compressed.zip}} "{{foo/*.tmp}}"`
|
||||
|
||||
- Archive a directory and its contents to a multi-part [s]plit zip file (e.g. 3GB parts):
|
||||
|
||||
`zip -r -s {{3g}} {{compressed.zip}} {{path/to/dir}}`
|
||||
|
Reference in New Issue
Block a user