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

Investigate whether the gitwatch role should change the saves to not be compressed in init.txt #2

Open
bencawkwell opened this issue Nov 5, 2015 · 0 comments

Comments

@bencawkwell
Copy link
Owner

Although by default Dwarf Fortress compresses saves to save disk space, this might actually result in a lot more disk space being consumed if each save is stored in a commit, since git is unable to only store the diff of each file when its compressed into a binary. Git also is really good at doing its own compression of the history.

Further investigation is needed to prove this theory.

bencawkwell added a commit that referenced this issue Feb 1, 2016
…inary of the saves

will take up more space over the long term, than commiting the RAW saves, since git does
a very good job of compressing.

I also think it is useful to have a commit on embark, rather than players remebering to
save first thing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant