Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
src | ||
|
|
.gitignore | ||
|
|
Cargo.lock | ||
|
|
Cargo.toml | ||
|
|
README | ||
|
|
backup.py | ||
README
A checksum-based incremental backup utility. This was written to take incremental backups of a Minecraft world, which was very large, mostly static, and for which I was unsure how frequently the server touched files without changing them, making data-based change detection preferable to existing timestamp-based incremental backup tools.