codingsince1985 / bitrot_killer

A backup utility in Go that prevents bitrot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitrot Killer

PkgGoDev

A backup utility that checks checksum to prevent bitrot.

Generate checksum file

$ bitrot_killer --create /home/jerry/shared /home/jerry/shared.json

Check & update checksum file

$ bitrot_killer --check /home/jerry/shared /home/jerry/shared.json

Find duplicated files and empty folder

$ bitrot_killer --dedup /home/jerry/shared.json

License

Bitrot Killer is distributed under the terms of the MIT license. See LICENSE for details.

About

A backup utility in Go that prevents bitrot

License:MIT License


Languages

Language:Go 100.0%