From dfc509b95ff03d0c9027ee74d31d7b171f867bf1 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 26 May 2021 23:59:17 +0530 Subject: generated website --- docs/posts/2019-12-08-Splitting-Zips.html | 53 +++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/posts/2019-12-08-Splitting-Zips.html (limited to 'docs/posts/2019-12-08-Splitting-Zips.html') diff --git a/docs/posts/2019-12-08-Splitting-Zips.html b/docs/posts/2019-12-08-Splitting-Zips.html new file mode 100644 index 0000000..69ad52b --- /dev/null +++ b/docs/posts/2019-12-08-Splitting-Zips.html @@ -0,0 +1,53 @@ + + + + + + + + + Hey - Post + + + + + +
+

Splitting ZIPs into Multiple Parts

+ +

Tested on macOS

+ +

Creating the archive:

+ +
zip -r -s 5 oodlesofnoodles.zip website/
+
+ +

5 stands for each split files' size (in mb, kb and gb can also be specified)

+ +

For encrypting the zip:

+ +
zip -er -s 5 oodlesofnoodles.zip website
+
+ +

Extracting Files

+ +

First we need to collect all parts, then

+ +
zip -F oodlesofnoodles.zip --out merged.zip
+
+ +
+ + + + + + \ No newline at end of file -- cgit v1.2.3