Dan Helfman
a1673d1fa1
Fix unicode error when restoring particular MySQL databases ( #476 ).
1 year ago
Dan Helfman
2e99a1898c
Fix f-string with missing expression.
2 years ago
Dan Helfman
7a086d8430
Fix import ordering.
2 years ago
Dan Helfman
0e8e9ced64
When command-line configuration override produces a parse error, error cleanly ( #471 ).
2 years ago
Dan Helfman
f34951c088
Add MySQL dump command adjustment to NEWS.
2 years ago
Dan Helfman
c6f47d4d56
Move mysqldump options to the beginning of the command due to MySQL bug 30994 ( #470 ).
...
Reviewed-on: borgmatic-collective/borgmatic#470
2 years ago
nebulon42
c3e76585fc
move mysqldump options to the beginning of the command due to MySQL bug 30994.
2 years ago
Dan Helfman
240547102f
Enable auto-play on linked asciicast.
2 years ago
Dan Helfman
2bbd53e25a
Merge pull request #43 from acsfer/patch-1
...
Github doesn't allow script embedding
2 years ago
acsfer
58f2f63977
Switch to HTML
2 years ago
acsfer
7df6a78c30
Github doesn't allow script embedding
2 years ago
Dan Helfman
c646edf2c7
Bump version for release.
2 years ago
Dan Helfman
bcc820d646
Add list_options setting ( #306 ).
...
Reviewed-on: borgmatic-collective/borgmatic#464
2 years ago
nebulon42
3729ba5ca3
add list_options setting, fixes #306
2 years ago
Dan Helfman
9c19591768
Revise hosting provider links.
2 years ago
Dan Helfman
38ebfd2969
Rename retry_timeout to retry_wait and standardize log formatting ( #28 ).
2 years ago
Dan Helfman
180018fd81
Retry failing backups ( #28 , #432 ).
...
Reviewed-on: borgmatic-collective/borgmatic#432
2 years ago
Dan Helfman
794ae94ac4
Attempt to limit documentation pushing to commits (so, not pull requests).
2 years ago
Dan Helfman
4eb6359ed3
Remove now-unneeded build image workaround.
2 years ago
cadamswaite
976a877a25
Formatting
2 years ago
cadamswaite
b4117916b8
Add timeout and tests
2 years ago
cadamswaite
19cad89978
Add some tests for retry logic
2 years ago
cadamswaite
6b182c9d2d
Merge branch 'master' into master
2 years ago
Dan Helfman
4d6ed27f73
Add to changelog: Add support for old version (2.x) of jsonschema library.
2 years ago
Dan Helfman
745a8f9b8a
Add support for both jsonschema v3 and old v2 ( #459 ).
...
Reviewed-on: borgmatic-collective/borgmatic#459
2 years ago
Dan Helfman
6299d8115d
Limit documentation build to master of main repo, as it pushes a Docker image.
2 years ago
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.
2 years ago
Dan Helfman
7881327004
Upgrade CI test dependencies.
2 years ago
Dan Helfman
549aa9a25f
Update editable link.
2 years ago
Dan Helfman
1c6890492b
Bump version for release.
2 years ago
Dan Helfman
a7c8e7c823
Bump version for release.
2 years ago
Dan Helfman
c8fcf6b336
Mention changing borgmatic path in cron documentation ( #455 ).
2 years ago
Dan Helfman
449896f661
Fix error when configured source directories are not present on the filesystem at the time of backup ( #387 ).
2 years ago
Dan Helfman
1004500d65
Update sample systemd service file comments about more granular read-only filesystem settings.
2 years ago
Dan Helfman
0a8d4e5dfb
Add more strict ProtectHome to systemd sample configuration.
...
Merge pull request #42 from VTimofeenko/systemd_protecthome
2 years ago
Dan Helfman
38e35bdb12
Skip TLS verify in documentation build clone to work around old drone/git CA certs.
2 years ago
Dan Helfman
65503e38b6
Sigh.
2 years ago
Dan Helfman
d0c5bf6f6f
Another attempt to unbreak build.
2 years ago
Dan Helfman
f129e4c301
Attempt to work-around outdated CA certificates in drone/git Docker image.
2 years ago
Dan Helfman
fbbb096cec
Note in documentation that borgmatic requires Python 3.6+.
2 years ago
Dan Helfman
77980511c6
Add another glob pattern example to exclude patterns.
2 years ago
Dan Helfman
4ba206f8f4
Update build server URL to new organization namespace.
2 years ago
Dan Helfman
ecc849dd07
Move Gitea hosting from a personal namespace to an organization.
2 years ago
Dan Helfman
7ff6066d47
Move GitHub hosting from a personal namespace to an organization.
2 years ago
Dan Helfman
2bb1fc9826
Mention Docker Compose under installation options.
2 years ago
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.
2 years ago
Dan Helfman
acb2ca79d9
Fix traceback that can occur when dumping a database ( #440 ).
2 years ago
Dan Helfman
c9211320e1
Fix dev version in changelog.
2 years ago
Dan Helfman
760286abe1
Dev release bump.
2 years ago
Dan Helfman
5890a1cb48
Fix "message too long" error when logging to rsyslog ( #389 ).
2 years ago