Link to Borgmacator GNOME AppIndicator from monitoring documentation.
This commit is contained in:
parent
d7277893fb
commit
6db232d4ac
3 changed files with 9 additions and 0 deletions
1
NEWS
1
NEWS
|
@ -2,6 +2,7 @@
|
||||||
* #316: Fix hang when a stale database dump named pipe from an aborted borgmatic run remains on
|
* #316: Fix hang when a stale database dump named pipe from an aborted borgmatic run remains on
|
||||||
disk.
|
disk.
|
||||||
* Tweak comment indentation in generated configuration file for clarity.
|
* Tweak comment indentation in generated configuration file for clarity.
|
||||||
|
* Link to Borgmacator GNOME AppIndicator from monitoring documentation.
|
||||||
|
|
||||||
1.5.5
|
1.5.5
|
||||||
* #314: Fix regression in support for PostgreSQL's "directory" dump format. Unlike other dump
|
* #314: Fix regression in support for PostgreSQL's "directory" dump format. Unlike other dump
|
||||||
|
|
|
@ -42,6 +42,7 @@ below for how to configure this.
|
||||||
software to consume borgmatic JSON output and track when the last
|
software to consume borgmatic JSON output and track when the last
|
||||||
successful backup occurred. See [scripting
|
successful backup occurred. See [scripting
|
||||||
borgmatic](https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#scripting-borgmatic)
|
borgmatic](https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#scripting-borgmatic)
|
||||||
|
and [related software](https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#related-software)
|
||||||
below for how to configure this.
|
below for how to configure this.
|
||||||
5. **Borg hosting providers**: Most [Borg hosting
|
5. **Borg hosting providers**: Most [Borg hosting
|
||||||
providers](https://torsion.org/borgmatic/#hosting-providers) include
|
providers](https://torsion.org/borgmatic/#hosting-providers) include
|
||||||
|
@ -250,6 +251,11 @@ suppressed so as not to interfere with the captured JSON. Also note that JSON
|
||||||
output only shows up at the console, and not in syslog.
|
output only shows up at the console, and not in syslog.
|
||||||
|
|
||||||
|
|
||||||
|
## Related software
|
||||||
|
|
||||||
|
* [Borgmacator GNOME AppIndicator](https://github.com/N-Coder/borgmacator/)
|
||||||
|
|
||||||
|
|
||||||
### Successful backups
|
### Successful backups
|
||||||
|
|
||||||
`borgmatic list` includes support for a `--successful` flag that only lists
|
`borgmatic list` includes support for a `--successful` flag that only lists
|
||||||
|
|
|
@ -268,6 +268,7 @@ issues when reading files to backup. If that happens to you, you may be
|
||||||
interested in an [unofficial work-around for Full Disk
|
interested in an [unofficial work-around for Full Disk
|
||||||
Access](https://projects.torsion.org/witten/borgmatic/issues/293).
|
Access](https://projects.torsion.org/witten/borgmatic/issues/293).
|
||||||
|
|
||||||
|
|
||||||
## Colored output
|
## Colored output
|
||||||
|
|
||||||
Borgmatic produces colored terminal output by default. It is disabled when a
|
Borgmatic produces colored terminal output by default. It is disabled when a
|
||||||
|
@ -276,6 +277,7 @@ non-interactive terminal is detected (like a cron job), or when you use the
|
||||||
setting the environment variable `PY_COLORS=False`, or setting the `color`
|
setting the environment variable `PY_COLORS=False`, or setting the `color`
|
||||||
option to `false` in the `output` section of configuration.
|
option to `false` in the `output` section of configuration.
|
||||||
|
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
### "found character that cannot start any token" error
|
### "found character that cannot start any token" error
|
||||||
|
|
Loading…
Reference in a new issue