I have a massive amount of folders, and I want to zip/gzip/(what ever) them into 3 or more independent files.
So for example, let's say I have this directories on my server:
/dir1
/dir2
/dir3
/dir4
/dir5
/dir6
I need to somehow zip them in 3 separate zip files. That will look like this:
collection1.zip
/dir1
/dir2
/dir3
collection2.zip
/dir4
/dir5
/dir6
collection3.zip
/dir7
/dir8
/dir9