Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brendanlynn/backuphash

A repository for a program that efficiently backs up versions of files without redundancy by hashing them and storing them by hash.
https://github.com/brendanlynn/backuphash

Last synced: about 2 months ago
JSON representation

A repository for a program that efficiently backs up versions of files without redundancy by hashing them and storing them by hash.

Awesome Lists containing this project

README

        

# backuphash
A repository for a .NET CLI tool that efficiently backs up versions ("snapshots") of directories without redundancy by calculating their SHA1 checksum and storing them by that checksum uniquely.