fabianschilling
b39f08694d
Merge branch 'master' into pr-working-directory
2022-01-05 09:30:27 +00:00
Dan Helfman
80bdf1430b
Bump version for release.
2022-01-04 20:20:13 -08:00
Dan Helfman
2ee75546f5
Add MongoDB database hook documentation.
2022-01-04 16:26:38 -08:00
Dan Helfman
07d7ae60d5
Add MongoDB database hook ( #288 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/483
2022-01-04 23:50:25 +00:00
Andrea Ghensi
87001337b4
Merge master into mongodb_hook
2022-01-04 22:20:44 +01:00
Dan Helfman
2e9964c200
Remove references to Lima Labs (shut down their storage business).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/488
2022-01-03 17:34:38 +00:00
Ian Kerins
3ec3d8d045
Remove references to Lima Labs
...
From their homepage:
> Lima Labs is shutting down our storage business. We will try to keep data available as long as possible. No promises but we are targeting 3/1/2022 to bring down Archive and Canada.
2022-01-03 02:29:38 -05:00
Dan Helfman
96384d5ee1
Attempt to fix typed-ast build issue by relaxing version requirements in test.
2022-01-02 23:22:24 -08:00
Dan Helfman
8ed5467435
Drop support for Python 3.6. Add support for 3.10.
2022-01-02 23:17:57 -08:00
Andrea Ghensi
7c6ce9399c
fix integration tests and mongodb auth
2021-12-29 22:18:50 +01:00
Andrea Ghensi
6b7653484b
Add mongodb dump hook
2021-12-26 01:00:58 +01:00
Fabian Schilling
85e0334826
Add missing working_directory arg to pass tests
2021-12-10 18:24:41 +01:00
Fabian Schilling
2a80e48a92
Pass working directory to execute functions
2021-12-10 18:23:44 +01:00
Fabian Schilling
5821c6782e
Add defaults to not set in schema
2021-12-10 18:23:08 +01:00
Fabian Schilling
f15498f6d9
Add working_directory to borgmatic schema
2021-12-10 17:58:27 +01:00
Dan Helfman
a1673d1fa1
Fix unicode error when restoring particular MySQL databases ( #476 ).
2021-12-08 16:40:25 -08:00
Dan Helfman
2e99a1898c
Fix f-string with missing expression.
2021-11-29 14:05:36 -08:00
Dan Helfman
7a086d8430
Fix import ordering.
2021-11-29 14:00:14 -08:00
Dan Helfman
0e8e9ced64
When command-line configuration override produces a parse error, error cleanly ( #471 ).
2021-11-29 12:49:21 -08:00
Dan Helfman
f34951c088
Add MySQL dump command adjustment to NEWS.
2021-11-29 12:10:04 -08:00
Dan Helfman
c6f47d4d56
Move mysqldump options to the beginning of the command due to MySQL bug 30994 ( #470 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/470
2021-11-29 20:08:59 +00:00
nebulon42
c3e76585fc
move mysqldump options to the beginning of the command due to MySQL bug 30994.
2021-11-26 17:16:03 +01:00
Chen Yufei
0014b149f8
remove configuration_filename as it's already set.
2021-11-26 11:38:58 +08:00
Chen Yufei
091c07bbe2
Add context for various hooks.
2021-11-26 11:35:10 +08:00
Dan Helfman
240547102f
Enable auto-play on linked asciicast.
2021-11-25 13:09:55 -08:00
Dan Helfman
2bbd53e25a
Merge pull request #43 from acsfer/patch-1
...
Github doesn't allow script embedding
2021-11-25 13:06:43 -08:00
acsfer
58f2f63977
Switch to HTML
2021-11-25 22:03:26 +01:00
acsfer
7df6a78c30
Github doesn't allow script embedding
2021-11-25 21:36:31 +01:00
Dan Helfman
c646edf2c7
Bump version for release.
2021-11-22 13:19:15 -08:00
Dan Helfman
bcc820d646
Add list_options setting ( #306 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/464
2021-11-22 21:14:02 +00:00
nebulon42
3729ba5ca3
add list_options setting, fixes #306
2021-11-20 15:43:58 +01:00
Dan Helfman
9c19591768
Revise hosting provider links.
2021-11-15 20:06:09 -08:00
Dan Helfman
38ebfd2969
Rename retry_timeout to retry_wait and standardize log formatting ( #28 ).
2021-11-15 11:51:17 -08:00
Dan Helfman
180018fd81
Retry failing backups ( #28 , #432 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/432
2021-11-15 19:34:24 +00:00
Dan Helfman
794ae94ac4
Attempt to limit documentation pushing to commits (so, not pull requests).
2021-11-15 11:08:26 -08:00
Dan Helfman
4eb6359ed3
Remove now-unneeded build image workaround.
2021-11-15 10:56:12 -08:00
cadamswaite
976a877a25
Formatting
2021-11-14 22:37:42 +00:00
cadamswaite
b4117916b8
Add timeout and tests
2021-11-14 22:15:22 +00:00
cadamswaite
19cad89978
Add some tests for retry logic
2021-11-14 21:35:23 +00:00
cadamswaite
6b182c9d2d
Merge branch 'master' into master
2021-11-14 18:24:17 +00:00
Dan Helfman
4d6ed27f73
Add to changelog: Add support for old version (2.x) of jsonschema library.
2021-10-23 09:49:16 -07:00
Dan Helfman
745a8f9b8a
Add support for both jsonschema v3 and old v2 ( #459 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/459
2021-10-23 16:47:53 +00:00
Dan Helfman
6299d8115d
Limit documentation build to master of main repo, as it pushes a Docker image.
2021-10-23 09:45:17 -07:00
Kim B. Heino
717cfd2d37
validate: add support for both jsonschema v3 and old v2
...
RHEL8 and RHEL7 have old jsonschema v2. Try v3 (Draft7) first but
fallback to v2 (Draft4) if needed.
2021-10-23 15:04:07 +03:00
Dan Helfman
7881327004
Upgrade CI test dependencies.
2021-10-22 14:07:14 -07:00
Dan Helfman
549aa9a25f
Update editable link.
2021-10-22 14:06:27 -07:00
Dan Helfman
1c6890492b
Bump version for release.
2021-10-11 17:02:32 -07:00
Dan Helfman
a7c8e7c823
Bump version for release.
2021-10-11 11:13:32 -07:00
Dan Helfman
c8fcf6b336
Mention changing borgmatic path in cron documentation ( #455 ).
2021-10-11 11:02:08 -07:00
Dan Helfman
449896f661
Fix error when configured source directories are not present on the filesystem at the time of backup ( #387 ).
2021-10-11 10:40:10 -07:00