Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split up zip files so that they are in 500gig chunks #328

Open
kieranjol opened this issue Feb 20, 2019 · 3 comments
Open

split up zip files so that they are in 500gig chunks #328

kieranjol opened this issue Feb 20, 2019 · 3 comments
Assignees

Comments

@kieranjol
Copy link
Owner

So there are too many approx 1.5TB zipfiles that are partially filling up LTO tapes in our library, and we only have a license for 24 slots, so to save us contantly swapping out tapes - perhaps splitting the zip files into smaller chunks will end up filling up more tapes in an ongoing fashion.

500 gigs seems like it should be fine, maybe something smaller like 250 gigs is better...

Curious to know what @stephenmcconnachie thinks...

@kieranjol kieranjol self-assigned this Feb 20, 2019
@kieranjol
Copy link
Owner Author

Also in 7za, the command just needs -v500g for a 500 gig split. This will result in the file extension of a <500gig file alwasys being .zip.001.
i could add a if/then so that 7zip only zips things that are greater than the specified amount, but most of our zips will be pretty big regardless..

@stephenmcconnachie
Copy link

stephenmcconnachie commented Feb 28, 2019 via email

@kieranjol
Copy link
Owner Author

I think I should plough ahead with this - it should all be simple, some thinking is needed to make sure that the numerical file extensions (and not .zip) won't affect any workflows. I doubt it will.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants