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
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
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
Dan Helfman
1004500d65
Update sample systemd service file comments about more granular read-only filesystem settings.
2021-10-11 09:33:07 -07:00
Dan Helfman
0a8d4e5dfb
Add more strict ProtectHome to systemd sample configuration.
...
Merge pull request #42 from VTimofeenko/systemd_protecthome
2021-10-11 09:26:28 -07:00
Dan Helfman
38e35bdb12
Skip TLS verify in documentation build clone to work around old drone/git CA certs.
2021-10-04 14:31:15 -07:00
Dan Helfman
65503e38b6
Sigh.
2021-10-04 13:14:19 -07:00
Dan Helfman
d0c5bf6f6f
Another attempt to unbreak build.
2021-10-04 13:13:35 -07:00
Dan Helfman
f129e4c301
Attempt to work-around outdated CA certificates in drone/git Docker image.
2021-10-04 13:09:44 -07:00
Dan Helfman
fbbb096cec
Note in documentation that borgmatic requires Python 3.6+.
2021-10-04 11:15:51 -07:00
Dan Helfman
77980511c6
Add another glob pattern example to exclude patterns.
2021-09-16 09:51:40 -07:00
Dan Helfman
4ba206f8f4
Update build server URL to new organization namespace.
2021-09-14 11:35:34 -07:00
Dan Helfman
ecc849dd07
Move Gitea hosting from a personal namespace to an organization.
2021-09-14 11:32:01 -07:00
Dan Helfman
7ff6066d47
Move GitHub hosting from a personal namespace to an organization.
2021-09-14 10:18:10 -07:00
Dan Helfman
2bb1fc9826
Mention Docker Compose under installation options.
2021-09-12 13:15:34 -07:00
Vladimir Timofeenko
6df6176f3a
Added more strict ProtectHome to systemd unit
...
This commit changes the comment in sample systemd service.
Using a combination of 'ProtectHome' and 'BindPaths' it's possible to
hide the irrelevant paths inside /root from borgmatic service when it is
run.
ReadWritePaths are suggested to be used only for paths that contain borg
repositories and the backup sources can be specified as ReadOnlyPaths.
2021-08-30 11:20:34 -07:00