fritzbox-checksum
v2.0.0
Published
CLI utility to calculate the checksum of the FRITZ!Box backup file
Downloads
17
Readme
fritzbox-checksum
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