Newer
Older
#-------------------------------------------------------------------------------
#
# CONFIGURATION FILE FOR MENTAT-BACKUP.PY MODULE
#
#-------------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Custom script configurations
#---------------------------------------------------------------------------
# Do not upload the backup file to remote storage (flag).
# default: false
# type: boolean
#
"no_upload": true,
Jan Mach
committed
# Name of the local mount point directory for remote storage.
# default: "/media/ds-store"
# type: string
#
Jan Mach
committed
#"mount_point": "/media/ds-store",
Jan Mach
committed
# Name of the local temporary file directory.
# default: "/var/mentat/tmp"
# type: string
#
Jan Mach
committed
#"temp_dir": "/var/mentat/tmp",
Jan Mach
committed
# Name of the local database backup directory.
# default: "/var/mentat/backups"
# type: string
#
#"backup_dir": "/var/mentat/backups",
# SSH connection string for the remote host to which to sychronize backups.
Jan Mach
committed
# default: None
# type: string
#
#"remote_host": "user@host.domain.org",
Jan Mach
committed
# Directory path on the remote host to which to sychronize backups.
# default: None
# type: string
#
#"remote_dir": "/var/backups/mentat/",
Jan Mach
committed
#---------------------------------------------------------------------------
# Common script configurations
#---------------------------------------------------------------------------
#"regular": false,
#"shell": false,
#"command": "backup",
"interval": "daily",
#"adjust_thresholds": false,
#"time_high": null,
#---------------------------------------------------------------------------
# Common application configurations
#---------------------------------------------------------------------------
#"quiet": false,
#"verbosity": 0,
#"log_file": "/var/mentat/log/mentat-backup.py.log",
#"log_level": "info",
#"runlog_dir": "/var/mentat/run/mentat-backup.py",
#"runlog_dump": false,
#"runlog_log": false,
#"pstate_file": "/var/mentat/run/mentat-backup.py.pstate",
#"pstate_dump": false,
#"pstate_log": false,
#"action": null,
Jan Mach
committed
#"user": "mentat",
#"group": "mentat",
# This is a dummy last configuration so that the user does not have to fix
# the commas in the whole configuration file after each change.
"_dummy_": "_dummy_"