Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brendanlynn/backuphash
- Owner: brendanlynn
- License: other
- Created: 2024-08-03T00:56:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T15:27:32.000Z (5 months ago)
- Last Synced: 2024-08-05T03:11:38.441Z (5 months ago)
- Language: C#
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.