Skip to content

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

License

Notifications You must be signed in to change notification settings

lpinca/fritzbox-checksum

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published