vidar:~ $ decoder split_export --help
split_export, version 0.3
This program is a part of the project from https://github.com/PeterPawn/decode_passwords.
Copyright (C) 2014-2017 P.Haemmerlein ([email protected])
This project is free software, you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License under http://www.gnu.org/licenses/gpl-2.0.html for more details.
Purpose:
This program splits a single export file into the settings files contained therein.
Usage:
split_export [ options ]
Supported options are:
-o, --output directory - specifies the directory, where the files will be stored; this
option is mandatory (and therefore not really an option)
-d, --dictionary - create a dictionary file and store header data separately
-v, --verbose - show additional information on STDERR
-q, --quiet - suppress any error messages on STDERR
-s, --strict - treat warnings as errors and exit
-h, --help - show this information (on STDOUT) and exit
-V, --version - show version (on STDOUT) and exit
The file with exported FRITZ!OS settings is expected on STDIN. Execution will be aborted, if STDIN
is a terminal device.
The output directory has to exist. Any data file therein may be overwritten without further warning.
If you want to create a new file to be imported from the decomposed export file, you may specify the
'--dictionary' (or '-d') option to store the original header lines and a list of all contained files,
preserving their order.
vidar:~ $