Dan Helfman
|
d3086788eb
|
Document how to list database dumps in an archive.
|
2023-03-08 16:09:41 -08:00 |
|
Dan Helfman
|
8d860ea02c
|
Enhanced docs with info on fetching mysql database size
Merge pull request #46 from Jelle-SamsonIT/patch-3
|
2023-03-08 15:52:28 -08:00 |
|
Dan Helfman
|
2774c2e4c0
|
Add support for Borg 2's "--match-archives" flag (replaces "--glob-archives") (#591).
|
2022-10-03 22:50:37 -07:00 |
|
Dan Helfman
|
bbdf4893d1
|
Clarify --format flag in documentation.
|
2022-08-19 15:27:03 -07:00 |
|
Dan Helfman
|
dbef0a440f
|
Merge branch 'master' into patch-2
|
2022-08-19 15:16:17 -07:00 |
|
Dan Helfman
|
cc04bf57df
|
Update list action for Borg 2 support, add rinfo action, and update extract consistency check for Borg 2.
|
2022-08-15 15:04:40 -07:00 |
|
Dan Helfman
|
622caa0c21
|
Support for Borg 2's rcreate and rinfo sub-commands (#557).
|
2022-08-12 14:53:20 -07:00 |
|
Jelle @ Samson-IT
|
3720f22234
|
reworded and added 'all' caveat
|
2022-07-13 22:03:51 +02:00 |
|
Jelle @ Samson-IT
|
f7c8e89a9f
|
update format specifier syntax link to use anchor
|
2022-07-13 21:52:21 +02:00 |
|
Jelle @ Samson-IT
|
ba377952fd
|
Added link to borgbackup list --format docs
I kept searching for this link, so it's time to add it to official docs.
|
2022-07-13 13:52:48 +02:00 |
|
Jelle @ Samson-IT
|
1fdec480d6
|
Added some info about fetching mysql database size
|
2022-07-13 13:29:45 +02:00 |
|
Dan Helfman
|
aa013af25e
|
Remove some whitespace around "New in version ..." documentation labels.
|
2022-06-16 20:49:15 -07:00 |
|
Dan Helfman
|
cc32f0018b
|
Start formalizing how new features are flagged by version in documentation.
|
2022-06-16 20:23:16 -07:00 |
|
Dan Helfman
|
dfc4db1860
|
Document environment variable interpolation (#546).
|
2022-06-16 15:30:53 -07:00 |
|
Dan Helfman
|
331a503a25
|
Document the borgmatic version in which "borgmatic list --find" is available (#541).
|
2022-06-03 16:55:54 -07:00 |
|
Dan Helfman
|
d14f22e121
|
Add "borgmatic list --find" flag for searching for files across multiple archives (#541).
|
2022-06-03 15:12:14 -07:00 |
|
Dan Helfman
|
1921f55a9d
|
Add emojis to documentation table of contents to make it easier to find particular how-to and reference guides at a glance.
|
2022-05-20 11:11:35 -07:00 |
|
Dan Helfman
|
79d4888e22
|
Add documentation navigation links on left side of all documentation pages.
|
2020-08-21 14:27:47 -07:00 |
|
Dan Helfman
|
5b1beda82b
|
Add logrotate documentation suggestion.
|
2019-12-31 15:06:53 -08:00 |
|
Dan Helfman
|
4c38810a32
|
Add note about rsyslog rate limiting.
|
2019-11-12 12:32:32 -08:00 |
|
Dan Helfman
|
505bb778fa
|
Fix logging docs typo.
|
2019-11-02 12:54:03 -07:00 |
|
Dan Helfman
|
a9104ed090
|
Handle log file error more consistently with other error. Add --log-file-verbosity flag. Add docs.
|
2019-11-02 11:23:18 -07:00 |
|
Dan Helfman
|
5e3c2da79c
|
Database dump hooks documentation (#225).
|
2019-10-23 15:35:37 -07:00 |
|
Dan Helfman
|
128ebf04ce
|
Dead man's switch via healthchecks.io integration (#223) + new monitoring documentation.
|
2019-10-15 10:49:14 -07:00 |
|
Dan Helfman
|
7b3b28616d
|
Add "borgmatic list --successful" flag to only list successful (non-checkpoint) archives (#86).
|
2019-10-13 15:58:11 -07:00 |
|
Dan Helfman
|
99c35d4077
|
"flags" -> "actions" a few places in the docs.
|
2019-10-11 10:46:30 -07:00 |
|
Dan Helfman
|
1d37b14356
|
More detailed error alerting via runtime context available in "on_error" hook (#174).
|
2019-10-01 12:23:16 -07:00 |
|
Dan Helfman
|
386979ebb4
|
Mention --stats option in documentation.
|
2019-09-23 13:13:34 -07:00 |
|
Dan Helfman
|
90595e9c18
|
Only log to syslog when run from a non-interactive console (e.g. a cron job). Related to #197.
|
2019-06-27 14:41:21 -07:00 |
|
Dan Helfman
|
90925c9428
|
Provide tips about old-style flags for those on older versions.
|
2019-06-23 16:42:23 -07:00 |
|
Dan Helfman
|
acd6772148
|
Update documentation to refer to dashless action sub-commands.
|
2019-06-22 22:09:50 -07:00 |
|
Dan Helfman
|
de94001508
|
Change default syslog verbosity to show errors only.
|
2019-06-16 21:57:14 -07:00 |
|
Dan Helfman
|
7c01b69498
|
Details on where to view logs.
|
2019-06-11 21:35:43 -07:00 |
|
Dan Helfman
|
4f0d3bf4ed
|
Add docs/default about systemd journald rate limiting.
|
2019-06-11 17:03:40 -07:00 |
|
Dan Helfman
|
9a5e7a3abb
|
Successfully convert Borg output to Python logging entries.
|
2019-06-11 16:42:04 -07:00 |
|
Dan Helfman
|
cdbd4c55e8
|
Fix 404 links harder.
|
2019-06-01 13:23:48 -07:00 |
|
Dan Helfman
|
2374410891
|
Fix 404 documentation links by switching to absolute links.
|
2019-06-01 13:02:39 -07:00 |
|
Dan Helfman
|
19155607af
|
Include link to development how-to.
|
2019-02-03 22:42:33 -08:00 |
|
Dan Helfman
|
f357c37e2c
|
Fix/remove some documentation links.
|
2019-02-03 22:35:38 -08:00 |
|
Dan Helfman
|
2980c14728
|
Fix README links on GitHub.
|
2019-02-03 22:26:39 -08:00 |
|
Dan Helfman
|
7e0e00d45d
|
Refactor documentation into multiple separate pages for clarity and findability.
|
2019-02-03 22:20:59 -08:00 |
|