backer

Simple backup utility for pushing scattered files to remote storage

MIT License

Stars
0

Bot releases are visible (Hide)

backer - Packaging Fixes Latest Release

Published by nickrobison over 6 years ago

Small maintenance release to close #17 and #18, which were due to back packaging settings.

backer - Startup file syncing

Published by nickrobison over 6 years ago

This release has two major improvements.

  1. On startup, the application now looks at all the watchers and make sure they're in sync with the backends. #11.

  2. The checksums are now computed correctly, and only once for each file. Previously, these values were incorrect due to the way I was mistakenly handling the byte readers. The data was correct, but the checksums were not. That has now been resolved. #7

Also cleaned up a bunch of little bugs and migrated to a better logging framework. #10

backer - Window Support and Bug Fixes

Published by nickrobison over 6 years ago

This is a pretty significant release. In my early rush to get the project out the door, I actually released a completely broken version. As such, I'll be pulling 0.0.1 from the Debian repo. Apologies for all of that.

This release adds windows support (#1) as well as cleans up a few bugs that had cropped up (#2), makes some performance improvements, and handles resources better (#7).

Hopefully, things should be working better now. Enjoy!