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

Add 7-Zip file type for backups & config option #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thedarkcolour
Copy link

This PR adds the option (disabled by default) to create 7-Zip archive files instead of ZIP files for world backups. From my testing, this compression method always creates smaller backup files than ZIP, so with this PR, server hosts can save more space on their hard drives.
Downsides of this PR are that .7z backups take longer to create than .zip, and the library I chose to do the .7z compression must be shaded into FTB-Backups, which I have added in the build.gradle of this PR. I could not test the curseforge publishing task, but building the jar normally works fine in-game.
If necessary, I can update this PR to the 1.18+ version of FTB-Backups whenever that releases.

….zip and .7z

Also shade the libraries used for 7-Zip
@CLAassistant
Copy link

CLAassistant commented Jun 25, 2022

CLA assistant check
All committers have signed the CLA.

@MichaelHillcox
Copy link
Member

Tagging our primary dev for this PR but at this moment in time, FTB backups one isn't directly looking features as the mod is effectively EOL

@MichaelHillcox MichaelHillcox removed their assignment Nov 16, 2024
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

Successfully merging this pull request may close these issues.

3 participants