fritzbox-checksum

CLI utility to calculate the checksum of the FRITZ!Box backup file

Usage no npm install needed!

<script type="module">
  import fritzboxChecksum from 'https://cdn.skypack.dev/fritzbox-checksum';
</script>

README

fritzbox-checksum

Version npm CI Coverage

CLI utility to calculate and optionally update the checksum of the FRITZ!Box backup file.

Install

npm install -g fritzbox-checksum

Usage

usage: fritzbox-checksum [-h] [-o FILE] [--print-config] [-v] [FILE]

positional arguments:
  FILE                  the backup file (default: stdin)

optional arguments:
  -h, --help            show this help message and exit
  -o FILE, --output FILE
                        write to file instead of stdout
  --print-config        print the whole configuration updating the checksum with
                        the calculated one
  -v, --version         show program's version number and exit

examples:
  fritzbox-checksum backup.export
  fritzbox-checksum --print-config backup.export
  cat backup.export | fritzbox-checksum --print-config

License

MIT