title host-bup
section 1
project bgscripts-core
volume General Commands Manual
date April 2020
=====
NAME
  host-bup - a single config and command for backing up important conf files
SYNOPSIS
  host-bup [-d {0..10}] [-uV] [-c <conffile>]
OPTIONS
  -d {0..10}  Set debug level, where 10 is most verbose.
  -u --usage  Show help message
  -V          Show version
  -c <conffile> Use specified config file, instead of default `/etc/installed/host-bup.conf`
  -n --dryrun Set HOSTBUP_DRYRUN=1
  -f --force  Set HOSTBUP_FORCE=1
ENVIRONMENT
  HOSTBUP_DRYRUN If set to any truthy value, then take no actions. Only report on what would happen.
  HOSTBUP_FORCE  Skip hostname check.
DESCRIPTION
  Host-bup checks the hostname listed in the config file, to make sure it is running only on the server specified. Use HOSTBUP_FORCE to skip this check.
  Host-bup will generate a tarball of the files specified in the config file (`host-bup.conf(5)`).
AUTHOR
  <bgstack15@gmail.com>
COPYRIGHT
  CC-BY-SA 4.0
SEE ALSO
  `host-bup.conf(5)`
