cadamswaite
976a877a25
Formatting
9 months ago
cadamswaite
b4117916b8
Add timeout and tests
9 months ago
cadamswaite
19cad89978
Add some tests for retry logic
9 months ago
cadamswaite
6b182c9d2d
Merge branch 'master' into master
9 months ago
Dan Helfman
4d6ed27f73
Add to changelog: Add support for old version (2.x) of jsonschema library.
10 months ago
Dan Helfman
745a8f9b8a
Add support for both jsonschema v3 and old v2 ( #459 ).
...
Reviewed-on: borgmatic-collective/borgmatic#459
10 months ago
Dan Helfman
6299d8115d
Limit documentation build to master of main repo, as it pushes a Docker image.
10 months 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.
10 months ago
Dan Helfman
7881327004
Upgrade CI test dependencies.
10 months ago
Dan Helfman
549aa9a25f
Update editable link.
10 months ago
Dan Helfman
1c6890492b
Bump version for release.
10 months ago
Dan Helfman
a7c8e7c823
Bump version for release.
10 months ago
Dan Helfman
c8fcf6b336
Mention changing borgmatic path in cron documentation ( #455 ).
10 months ago
Dan Helfman
449896f661
Fix error when configured source directories are not present on the filesystem at the time of backup ( #387 ).
10 months ago
Dan Helfman
1004500d65
Update sample systemd service file comments about more granular read-only filesystem settings.
10 months ago
Dan Helfman
0a8d4e5dfb
Add more strict ProtectHome to systemd sample configuration.
...
Merge pull request #42 from VTimofeenko/systemd_protecthome
10 months ago
Dan Helfman
38e35bdb12
Skip TLS verify in documentation build clone to work around old drone/git CA certs.
10 months ago
Dan Helfman
65503e38b6
Sigh.
10 months ago
Dan Helfman
d0c5bf6f6f
Another attempt to unbreak build.
10 months ago
Dan Helfman
f129e4c301
Attempt to work-around outdated CA certificates in drone/git Docker image.
10 months ago
Dan Helfman
fbbb096cec
Note in documentation that borgmatic requires Python 3.6+.
10 months ago
Dan Helfman
77980511c6
Add another glob pattern example to exclude patterns.
11 months ago
Dan Helfman
4ba206f8f4
Update build server URL to new organization namespace.
11 months ago
Dan Helfman
ecc849dd07
Move Gitea hosting from a personal namespace to an organization.
11 months ago
Dan Helfman
7ff6066d47
Move GitHub hosting from a personal namespace to an organization.
11 months ago
Dan Helfman
2bb1fc9826
Mention Docker Compose under installation options.
11 months 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.
12 months ago
Dan Helfman
acb2ca79d9
Fix traceback that can occur when dumping a database ( #440 ).
1 year ago
Dan Helfman
c9211320e1
Fix dev version in changelog.
1 year ago
Dan Helfman
760286abe1
Dev release bump.
1 year ago
Dan Helfman
5890a1cb48
Fix "message too long" error when logging to rsyslog ( #389 ).
1 year ago
Dan Helfman
b3f5a9d18f
Fix error when configuration file contains "umask" option ( #437 ).
1 year ago
Dan Helfman
80b33fbf8a
Code style reformatting.
1 year ago
Dan Helfman
5389ff6160
Merge pull request #41 from mkszuba/tests_no_xxd
...
tests/integration/test_execute: use plain Python rather than xxd
1 year ago
Marek Szuba
e8b8d86592
tests/integration/test_execute: use plain Python rather than xxd
...
Removes this test's dependencies on vim and /dev/urandom.
Signed-off-by: Marek Szuba <marek.szuba@cern.ch>
1 year ago
Dan Helfman
92d729a9dd
Try temporary work around for Drone build bug: https://github.com/drone-plugins/drone-docker/pull/327
1 year ago
Dan Helfman
c63219936e
Wording tweaks to security policy.
1 year ago
Dan Helfman
0aff497430
Bump version for release.
1 year ago
Dan Helfman
1f3907a6a5
Fix for failing PostgreSQL directory format test ( #430 ).
1 year ago
Dan Helfman
2a8692c64f
Fix integration test to hopefully work on Alpine ( #430 ).
1 year ago
Dan Helfman
1709f57ff0
Fix hang when restoring a PostgreSQL "tar" format database dump ( #430 ).
1 year ago
cadamswaite
89baf757cf
Sort imports
1 year ago
cadamswaite
4f36fe2b9f
Run Black on changed file
1 year ago
cadamswaite
510449ce65
Change default retries to 0
1 year ago
cadamswaite
4cc4b8d484
Add queue based retry logic
1 year ago
Dan Helfman
9c972cb0e5
Add documentation note about systemd configuration with alternate install methods ( #428 ).
1 year ago
Dan Helfman
9b1779065e
Pin ruamel.yaml.clib to work around docs build issue.
1 year ago
Dan Helfman
057ec3e59b
Add NEWS entry for #379 : Suppress console output in sample crontab and systemd service files.
1 year ago
Dan Helfman
bc2e611a74
Suppress console output in sample crontab/systemd service files ( #379 ).
...
Reviewed-on: witten/borgmatic#379
1 year ago
Dan Helfman
b6d3a1e02f
Merge branch 'master' of ssh://projects.torsion.org:3022/witten/borgmatic
1 year ago