Scroll to navigation

BORGMATIC(1) BORGMATIC(1)

NAME

borgmatic - backups manager for borgbackup

SYNOPSIS

borgmatic [options]

DESCRIPTION

A simple wrapper script for the Borg backup software that creates and prunes backups. If none of the action options are given, then borgmatic defaults to: prune, create, and check archives.

OPTIONS

optional arguments

Show this help message and exit

global arguments

Configuration filenames or directories, defaults to: /etc/borgmatic/config.yaml /etc/borgmatic.d /root/.config/borgmatic/config.yaml
Deprecated in favor of exclude_patterns within configuration
Go through the motions, but do not actually write to any repositories
Disable colored output
Display verbose progress to the console (from none to lots: 0, 1, or 2)
Display verbose progress to syslog (from none to lots: 0, 1, or 2). Ignored when console is interactive
Display installed version number of borgmatic and exit

actions

Specify zero or more actions. Defaults to prune, create, and check. Use –help with action for details:

Initialize an empty Borg repository
Prune archives according to the retention policy
Create archives (actually perform backups)
Check archives for consistency
Extract a named archive to the current directory
List archives
Display summary information on archives

SEE ALSO

The borgmatic source code and all documentation may be downloaded from <https://github.com/witten/borgmatic>

AUTHORS

Dan Helfman <witten@torsion.org>.

August, 2019 backups manager for borgbackup manual