Dan Helfman
|
6ae9b973fc
|
For the MariaDB and MySQL database hooks, creates a consistent snapshot by dumping all tables in a single transaction (#1193).
|
2025-12-19 11:53:30 -08:00 |
|
Dan Helfman
|
772c4c1b83
|
In the documentation for the MariaDB/MySQL database hooks, clarify how to set custom command-line flags for database commands (#1193).
|
2025-12-03 13:52:30 -08:00 |
|
Dan Helfman
|
42bf6c6f8e
|
Fix typo in database restore documentation example (#1197).
|
2025-12-02 12:13:06 -08:00 |
|
Dan Helfman
|
fcfc7ee726
|
Emojis everywhere!
|
2025-11-04 23:04:16 -08:00 |
|
Dan Helfman
|
6f9bf687d9
|
Combining a few sections (#942).
|
2025-10-14 15:57:04 -07:00 |
|
Dan Helfman
|
9787c9fda0
|
Replace various how-to links with replacement reference links (#942).
|
2025-10-13 18:38:25 -07:00 |
|
Dan Helfman
|
b5f0dc7f1f
|
Factor out snapshot-related reference documentation.
|
2025-10-13 13:51:09 -07:00 |
|
Dan Helfman
|
efc4316a45
|
Split out example configuration into different pages of reference documentation (#942).
|
2025-10-12 21:28:52 -07:00 |
|
Dan Helfman
|
2a69598e02
|
Partial work on factoring out references docs from how-to guides (#942).
|
2025-10-10 22:21:15 -07:00 |
|
Dan Helfman
|
4feec081a8
|
Clarify "container:" documentation about borgmatic running inside a container (#1116).
|
2025-09-18 16:13:24 -07:00 |
|
Dan Helfman
|
8eea005cbc
|
Spelling out the new container database features in NEWS a little more and making the documentation on it more verbose as well (#1116).
|
2025-09-17 16:24:45 -07:00 |
|
Florian Apolloner
|
133a11c647
|
add support for container names/id when dumping databases.
|
2025-09-15 20:02:31 +02:00 |
|
Florian Apolloner
|
c084f10fe2
|
Add support for a database backup label instead of host:port (#1116)
|
2025-09-15 20:02:31 +02:00 |
|
Dan Helfman
|
4c8ba5c5ab
|
Fix some outdated config (section headers) in documentation (#1033).
|
2025-04-29 14:21:47 -07:00 |
|
Dan Helfman
|
091e9fa9ee
|
Add a "password_transport" option to the MariaDB and MySQL database hooks for customizing how borgmatic transmits passwords to the database client (#1033).
|
2025-04-29 14:19:15 -07:00 |
|
Dan Helfman
|
ad9f037ec5
|
Add documentation for verbosity/logging configuration options (#793).
|
2025-04-04 18:29:51 -07:00 |
|
Dan Helfman
|
901e668c76
|
Document a database use case involving a temporary database client container (#1020).
|
2025-03-12 17:10:35 -07:00 |
|
Dan Helfman
|
839862cff0
|
Update documentation link text about providing database passwords from external sources (#1009).
|
2025-02-28 19:31:22 -08:00 |
|
Dan Helfman
|
02451a8b30
|
Further database container dump documentation clarifications (#978).
|
2025-01-25 09:17:13 -08:00 |
|
Dan Helfman
|
7551810ea6
|
Clarify/correct documentation about dumping databases when using containers (#978).
|
2025-01-24 14:31:38 -08:00 |
|
Dan Helfman
|
a99c48c115
|
Documentation / CLI help clarifications around "--original-port" (#418).
|
2024-12-26 15:16:29 -08:00 |
|
Dan Helfman
|
69476a4fab
|
Documentation clarifications (#418).
|
2024-12-24 23:25:26 -08:00 |
|
Dan Helfman
|
36bcbd0592
|
Documentation about restoring datebases with the same name (#418).
|
2024-12-17 08:51:04 -08:00 |
|
Dan Helfman
|
cb7f98192c
|
Updates to out-of-date documentation on database dumps.
|
2024-12-07 12:25:39 -08:00 |
|
Dan Helfman
|
810b65589f
|
Documentation for runtime/state directory changes (#934).
|
2024-11-15 22:23:49 -08:00 |
|
Dan Helfman
|
be08e889f0
|
Fix the user runtime directory location on macOS (and possibly Cygwin) (#928).
|
2024-11-03 21:44:11 -08:00 |
|
Dan Helfman
|
814cdb4b87
|
Deprecate the "borgmatic_source_directory" option in favor of "user_runtime_directory" and "user_state_directory" (#562). Move the default borgmatic streaming database dump and bootstrap metadata location on disk (#562). With Borg 1.4+, store database dumps and bootstrap metadata in a "/borgmatic" directory within a backup archive (#838). Add "--local-path", "--remote-path", and "--user-runtime-directory" flags to the "config bootstrap" action.
|
2024-11-03 13:14:05 -08:00 |
|
Dan Helfman
|
83bc737185
|
Borg 2 changes: Default the "archive_name_format" option to just "{hostname}". Update the "--match-archives"/"--archive" flags to support series names / archive hashes. Add a "--match-archives" flag to the "prune" action.
|
2024-10-25 14:26:31 -07:00 |
|
Dan Helfman
|
29f214a269
|
Change borgmatic 1.8.15 (unreleased) to 1.9.0 due to breaking changes.
|
2024-10-06 16:07:14 -07:00 |
|
Dan Helfman
|
f54d566edc
|
Fixes to make the inclusive language linter happy.
|
2024-10-01 13:37:31 -07:00 |
|
Dan Helfman
|
b7efa0d3f0
|
When databases are configured, don't auto-enable the "one_file_system" option (#918).
|
2024-10-01 10:16:30 -07:00 |
|
Dan Helfman
|
34305d686c
|
Revert "Add missing test (#911)" which accidentally included unrelated changes.
This reverts commit bf1e8bc44e.
|
2024-10-01 09:28:39 -07:00 |
|
Dan Helfman
|
bf1e8bc44e
|
Add missing test (#911).
|
2024-10-01 09:26:00 -07:00 |
|
Dan Helfman
|
fd4f69f6c3
|
Rename repository actions for compatibility with recent Borg 2 changes (#915).
|
2024-09-09 10:05:32 -07:00 |
|
Dan Helfman
|
288a4bf243
|
: Add documentation details for how to run custom database dump commands using binaries from running containers (#906).
|
2024-08-20 15:03:49 -07:00 |
|
Jonathan Brockhaus
|
6087c12e09
|
docs: typo
|
2024-08-16 14:36:28 +02:00 |
|
Jonathan Brockhaus
|
b6ccde6757
|
fix(docs): Add note about mounting .borgmatic folder inside container db backups
|
2024-08-16 14:23:59 +02:00 |
|
Dan Helfman
|
5f10b1b2ca
|
Clarify database limitations.
|
2024-04-28 16:55:24 -07:00 |
|
Dan Helfman
|
058af95d70
|
Document limitation about using database hooks and "one_file_system" (#853).
|
2024-04-20 14:53:41 -07:00 |
|
Dan Helfman
|
893fbcf9ff
|
Add documentation about backing up containerized databases by configuring borgmatic to exec into a container to run a dump command.
|
2024-03-14 18:00:52 -07:00 |
|
Dan Helfman
|
5586aab967
|
Clarify documentation about restoring a database: borgmatic does not create the database upon restore.
|
2024-02-09 15:35:29 -08:00 |
|
Dan Helfman
|
6dca7c1c15
|
Add "key export" action to export a copy of the repository key (#345).
|
2023-08-07 12:28:39 -07:00 |
|
Dan Helfman
|
193dd93de2
|
Fork a MariaDB database hook from the MySQL database hook (#727).
|
2023-08-04 13:22:44 -07:00 |
|
Divyansh Singh
|
adfb89ee65
|
improve docs - wittens suggestions
|
2023-07-29 00:16:04 +05:30 |
|
Divyansh Singh
|
1f415a24b8
|
add docs for database restore params and config bootstrap
|
2023-07-15 12:27:54 +05:30 |
|
Dan Helfman
|
da78929415
|
To prevent argument parsing errors on ambiguous commands, drop support for multiple consecutive flag values.
|
2023-07-13 19:25:14 -07:00 |
|
Dan Helfman
|
2453ecad42
|
More documentation updates based on section removal (#721).
|
2023-07-11 22:10:57 -07:00 |
|
Dan Helfman
|
d2fa205476
|
Update documentation for section removal (#721).
|
2023-07-11 19:42:14 -07:00 |
|
Dan Helfman
|
c3004c6090
|
Some brief documentation on running only checks (#364).
|
2023-06-25 22:49:36 -07:00 |
|
Dan Helfman
|
9152fed249
|
Add a documentation troubleshooting note for MySQL/MariaDB authentication errors (#399).
|
2023-06-15 14:55:57 -07:00 |
|