lumia

Archive checksum manager
git clone git://lumidify.org/lumia.git (fast, but not encrypted)
git clone https://lumidify.org/lumia.git (encrypted, but very slow)
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/lumia.git (over tor)
Log | Files | Refs | README | LICENSE

README (481B)


      1 REQUIREMENTS: Perl 5, String::ShellQuote
      2 
      3 lumia is meant for managing checksums of files in order to prevent bitrot.
      4 It does this by storing several special files in each directory to keep
      5 track of the checksums.
      6 
      7 See the perldoc in lumia for the documentation (run perldoc -F lumia).
      8 Alternatively, install it with 'make install' (as root; this just generates
      9 a man page and copies lumia and the generated man page to the appropriate
     10 system directories) and then run 'man lumia'.