run_remodel_backup

Command-line program for creating a backup.

Functions

get_parser()

Create a parser for the run_remodel_backup command-line arguments.

main([arg_list])

The command-line program for making a remodel backup.

get_parser()[source]

Create a parser for the run_remodel_backup command-line arguments.

Returns:

A parser for parsing the command line arguments.

Return type:

argparse.ArgumentParser

main(arg_list=None)[source]

The command-line program for making a remodel backup.

Parameters:

arg_list (list or None) – Called with value None when called from the command line. Otherwise, called with the command-line parameters as an argument list.

Raises:

HedFileError

  • If the specified backup already exists.