Rewrite the borgmatic overview a bit to clarify its place in the world.
This commit is contained in:
parent
308cb31bf9
commit
b3776871b5
1 changed files with 7 additions and 6 deletions
13
README.md
13
README.md
|
@ -8,12 +8,13 @@ permalink: index.html
|
||||||
|
|
||||||
<img src="https://projects.torsion.org/witten/borgmatic/raw/branch/master/static/borgmatic.png" alt="borgmatic logo" width="150px" style="float: right; padding-left: 1em;">
|
<img src="https://projects.torsion.org/witten/borgmatic/raw/branch/master/static/borgmatic.png" alt="borgmatic logo" width="150px" style="float: right; padding-left: 1em;">
|
||||||
|
|
||||||
borgmatic is a simple Python wrapper script for the
|
borgmatic is simple, configuration-driven backup software for servers and
|
||||||
[Borg](https://www.borgbackup.org/) backup software that initiates a backup,
|
workstations. Backup all of your machines from the command-line or scheduled
|
||||||
prunes any old backups according to a retention policy, and validates backups
|
jobs. No GUI required. Built atop [Borg Backup](https://www.borgbackup.org/),
|
||||||
for consistency. The script supports specifying your settings in a declarative
|
borgmatic initiates a backup, prunes any old backups according to a retention
|
||||||
configuration file rather than having to put them all on the command-line, and
|
policy, and validates backups for consistency. borgmatic supports specifying
|
||||||
handles common errors.
|
your settings in a declarative configuration file, rather than having to put
|
||||||
|
them all on the command-line, and handles common errors.
|
||||||
|
|
||||||
Here's an example config file:
|
Here's an example config file:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue