Skip to content
Discussion options

You must be logged in to vote

I'll try to answer these questions. 😄

Inner Workings

The logic around creating the differential backups is entirely handled by 7-Zip. All GBM does is build the proper command to get it done. You can take a look here for the details of building such a command. 7z makes a diff archive, by comparing the saved game folder to the existing full backup archive each time based on the switches you provided in the command. It doesn't compare to the other differentials, that would make an "incremental" backup method.

Why is it faster?

I only mentioned it can be faster than normal backups because it won't need to back up the entire folder again after every single session.

What happens when I enable "…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by NewRavenGer
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants