Commit graph

  • 9317cbaaf0 Code formatting. Dan Helfman 2022-02-10 10:23:34 -0800
  • 1b5f04b79f When using the "remote_rate_limit" option, tailor the flags passed to Borg depending on the Borg version (#394). Dan Helfman 2022-02-10 10:16:09 -0800
  • 948c86f62c When using the "numeric_owner" option with the "extract" action, tailor the flags passed to Borg depending on the Borg version (#394). Dan Helfman 2022-02-10 10:09:18 -0800
  • 7e7209322a When using the "numeric_owner" option, tailor the flags passed to Borg depending on the Borg version (#394). Dan Helfman 2022-02-10 09:51:13 -0800
  • 00a57fd947 Code formatting. Dan Helfman 2022-02-09 21:20:28 -0800
  • 6bf6ac310b When using the "bsd_flags" option, tailor the flags passed to Borg depending on the Borg version (#394). Dan Helfman 2022-02-09 21:11:00 -0800
  • 4b5af2770d When the "atime" option is used, tailor the flags passed to Borg depending on version (#394). Dan Helfman 2022-02-09 16:54:35 -0800
  • b525e70e1c Run "compact" action by default when no actions are specified (#394). Dan Helfman 2022-02-09 14:33:12 -0800
  • 4498671233 Remove references to removed long-deprecated options (#394). Dan Helfman 2022-02-09 11:08:02 -0800
  • 9997aa9a92 Fix capitalization on compact help. Dan Helfman 2022-02-08 15:58:09 -0800
  • cbf7284f64 Add compact action to command-line reference documentation. Dan Helfman 2022-02-08 15:37:24 -0800
  • ee466f870d Fixing ruamel.yaml.clib breakages harder. Dan Helfman 2022-02-08 13:21:11 -0800
  • e3f4bf0293 Build fix for ruamel.yaml.clib error. Dan Helfman 2022-02-08 12:52:45 -0800
  • 46688f10b1 Merge branch 'master' of ssh://projects.torsion.org:3022/borgmatic-collective/borgmatic Dan Helfman 2022-02-08 12:10:57 -0800
  • 48f44d2f3d Add tests for compact action (#394). Dan Helfman 2022-02-08 12:05:02 -0800
  • bff1347ba3 Fix some test failures (#394). Dan Helfman 2022-02-08 09:35:03 -0800
  • 9582324c88 Compact repository segments with new "borgmatic compact" action (#394). Dan Helfman 2022-02-07 23:29:44 -0800
  • bb0716421d Add comment about systemd service setting that may interfere with external commands in hooks (#492). Dan Helfman 2022-01-25 09:26:11 -0800
  • bec73245e9 Fix traceback when a YAML validation error occurs (#480, #482). Dan Helfman 2022-01-19 20:39:03 -0800
  • dcead12e86 Attempt to fix documentation build error introduced by Eleventy upgrade. Dan Helfman 2022-01-09 14:21:27 -0800
  • 0119514c11 Add Python version requirements to setup.py. Dan Helfman 2022-01-09 10:19:53 -0800
  • b39f08694d Merge branch 'master' into pr-working-directory fabianschilling 2022-01-05 09:30:27 +0000
  • 80bdf1430b Bump version for release. Dan Helfman 2022-01-04 20:20:13 -0800
  • 2ee75546f5 Add MongoDB database hook documentation. Dan Helfman 2022-01-04 16:26:38 -0800
  • 07d7ae60d5 Add MongoDB database hook (#288). Dan Helfman 2022-01-04 23:50:25 +0000
  • 87001337b4 Merge master into mongodb_hook Andrea Ghensi 2022-01-04 22:20:44 +0100
  • 2e9964c200 Remove references to Lima Labs (shut down their storage business). Dan Helfman 2022-01-03 17:34:38 +0000
  • 3ec3d8d045 Remove references to Lima Labs Ian Kerins 2022-01-03 02:29:38 -0500
  • 96384d5ee1 Attempt to fix typed-ast build issue by relaxing version requirements in test. Dan Helfman 2022-01-02 23:22:24 -0800
  • 8ed5467435 Drop support for Python 3.6. Add support for 3.10. Dan Helfman 2022-01-02 23:17:57 -0800
  • 7c6ce9399c fix integration tests and mongodb auth Andrea Ghensi 2021-12-29 22:18:50 +0100
  • 6b7653484b Add mongodb dump hook Andrea Ghensi 2021-12-26 01:00:58 +0100
  • 85e0334826 Add missing working_directory arg to pass tests Fabian Schilling 2021-12-10 18:24:41 +0100
  • 2a80e48a92 Pass working directory to execute functions Fabian Schilling 2021-12-10 18:23:44 +0100
  • 5821c6782e Add defaults to not set in schema Fabian Schilling 2021-12-10 18:23:08 +0100
  • f15498f6d9 Add working_directory to borgmatic schema Fabian Schilling 2021-12-10 17:58:27 +0100
  • a1673d1fa1 Fix unicode error when restoring particular MySQL databases (#476). Dan Helfman 2021-12-08 16:40:25 -0800
  • 2e99a1898c Fix f-string with missing expression. Dan Helfman 2021-11-29 14:05:36 -0800
  • 7a086d8430 Fix import ordering. Dan Helfman 2021-11-29 14:00:14 -0800
  • 0e8e9ced64 When command-line configuration override produces a parse error, error cleanly (#471). Dan Helfman 2021-11-29 12:49:21 -0800
  • f34951c088 Add MySQL dump command adjustment to NEWS. Dan Helfman 2021-11-29 12:10:04 -0800
  • c6f47d4d56 Move mysqldump options to the beginning of the command due to MySQL bug 30994 (#470). Dan Helfman 2021-11-29 20:08:59 +0000
  • c3e76585fc
    move mysqldump options to the beginning of the command due to MySQL bug 30994. nebulon42 2021-11-26 17:16:03 +0100
  • 0014b149f8 remove configuration_filename as it's already set. Chen Yufei 2021-11-26 11:38:58 +0800
  • 091c07bbe2 Add context for various hooks. Chen Yufei 2021-11-26 11:27:15 +0800
  • 240547102f Enable auto-play on linked asciicast. Dan Helfman 2021-11-25 13:09:55 -0800
  • 2bbd53e25a
    Merge pull request #43 from acsfer/patch-1 Dan Helfman 2021-11-25 13:06:43 -0800
  • 58f2f63977
    Switch to HTML acsfer 2021-11-25 22:03:26 +0100
  • 7df6a78c30
    Github doesn't allow script embedding acsfer 2021-11-25 21:36:31 +0100
  • c646edf2c7 Bump version for release. Dan Helfman 2021-11-22 13:19:15 -0800
  • bcc820d646 Add list_options setting (#306). Dan Helfman 2021-11-22 21:14:02 +0000
  • 3729ba5ca3
    add list_options setting, fixes #306 nebulon42 2021-11-12 20:49:09 +0100
  • 9c19591768 Revise hosting provider links. Dan Helfman 2021-11-15 20:06:09 -0800
  • 38ebfd2969 Rename retry_timeout to retry_wait and standardize log formatting (#28). Dan Helfman 2021-11-15 11:51:17 -0800
  • 180018fd81 Retry failing backups (#28, #432). Dan Helfman 2021-11-15 19:34:24 +0000
  • 794ae94ac4 Attempt to limit documentation pushing to commits (so, not pull requests). Dan Helfman 2021-11-15 11:08:26 -0800
  • 4eb6359ed3 Remove now-unneeded build image workaround. Dan Helfman 2021-11-15 10:56:12 -0800
  • 976a877a25 Formatting cadamswaite 2021-11-14 22:37:42 +0000
  • b4117916b8 Add timeout and tests cadamswaite 2021-11-14 22:15:22 +0000
  • 19cad89978 Add some tests for retry logic cadamswaite 2021-11-14 21:35:23 +0000
  • 6b182c9d2d Merge branch 'master' into master cadamswaite 2021-11-14 18:24:17 +0000
  • 4d6ed27f73 Add to changelog: Add support for old version (2.x) of jsonschema library. Dan Helfman 2021-10-23 09:49:16 -0700
  • 745a8f9b8a Add support for both jsonschema v3 and old v2 (#459). Dan Helfman 2021-10-23 16:47:53 +0000
  • 6299d8115d Limit documentation build to master of main repo, as it pushes a Docker image. Dan Helfman 2021-10-23 09:45:17 -0700
  • 717cfd2d37 validate: add support for both jsonschema v3 and old v2 Kim B. Heino 2021-10-23 15:04:07 +0300
  • 7881327004 Upgrade CI test dependencies. Dan Helfman 2021-10-22 14:07:14 -0700
  • 549aa9a25f Update editable link. Dan Helfman 2021-10-22 14:06:27 -0700
  • 1c6890492b Bump version for release. Dan Helfman 2021-10-11 17:02:32 -0700
  • a7c8e7c823 Bump version for release. Dan Helfman 2021-10-11 11:13:32 -0700
  • c8fcf6b336 Mention changing borgmatic path in cron documentation (#455). Dan Helfman 2021-10-11 11:02:08 -0700
  • 449896f661 Fix error when configured source directories are not present on the filesystem at the time of backup (#387). Dan Helfman 2021-10-11 10:40:10 -0700
  • 1004500d65 Update sample systemd service file comments about more granular read-only filesystem settings. Dan Helfman 2021-10-11 09:33:07 -0700
  • 0a8d4e5dfb
    Add more strict ProtectHome to systemd sample configuration. Dan Helfman 2021-10-11 09:26:28 -0700
  • 38e35bdb12 Skip TLS verify in documentation build clone to work around old drone/git CA certs. Dan Helfman 2021-10-04 14:31:15 -0700
  • 65503e38b6 Sigh. Dan Helfman 2021-10-04 13:14:19 -0700
  • d0c5bf6f6f Another attempt to unbreak build. Dan Helfman 2021-10-04 13:13:35 -0700
  • f129e4c301 Attempt to work-around outdated CA certificates in drone/git Docker image. Dan Helfman 2021-10-04 13:09:44 -0700
  • fbbb096cec Note in documentation that borgmatic requires Python 3.6+. Dan Helfman 2021-10-04 11:15:51 -0700
  • 77980511c6 Add another glob pattern example to exclude patterns. Dan Helfman 2021-09-16 09:51:40 -0700
  • 4ba206f8f4 Update build server URL to new organization namespace. Dan Helfman 2021-09-14 11:35:34 -0700
  • ecc849dd07 Move Gitea hosting from a personal namespace to an organization. Dan Helfman 2021-09-14 11:32:01 -0700
  • 7ff6066d47 Move GitHub hosting from a personal namespace to an organization. Dan Helfman 2021-09-14 10:18:10 -0700
  • 2bb1fc9826 Mention Docker Compose under installation options. Dan Helfman 2021-09-12 13:15:34 -0700
  • 6df6176f3a
    Added more strict ProtectHome to systemd unit Vladimir Timofeenko 2021-08-30 11:20:34 -0700
  • acb2ca79d9 Fix traceback that can occur when dumping a database (#440). Dan Helfman 2021-08-06 08:58:11 -0700
  • c9211320e1 Fix dev version in changelog. Dan Helfman 2021-08-04 15:32:51 -0700
  • 760286abe1 Dev release bump. Dan Helfman 2021-07-30 09:49:07 -0700
  • 5890a1cb48 Fix "message too long" error when logging to rsyslog (#389). Dan Helfman 2021-07-30 09:48:13 -0700
  • b3f5a9d18f Fix error when configuration file contains "umask" option (#437). Dan Helfman 2021-07-27 10:04:22 -0700
  • 80b33fbf8a Code style reformatting. Dan Helfman 2021-07-27 09:39:48 -0700
  • 5389ff6160
    Merge pull request #41 from mkszuba/tests_no_xxd Dan Helfman 2021-07-27 09:39:02 -0700
  • e8b8d86592 tests/integration/test_execute: use plain Python rather than xxd Marek Szuba 2021-07-27 13:46:51 +0100
  • 92d729a9dd Try temporary work around for Drone build bug: https://github.com/drone-plugins/drone-docker/pull/327 Dan Helfman 2021-07-26 16:33:41 -0700
  • c63219936e Wording tweaks to security policy. Dan Helfman 2021-07-26 13:44:14 -0700
  • 0aff497430 Bump version for release. Dan Helfman 2021-07-26 10:17:49 -0700
  • 1f3907a6a5 Fix for failing PostgreSQL directory format test (#430). Dan Helfman 2021-07-26 09:42:14 -0700
  • 2a8692c64f Fix integration test to hopefully work on Alpine (#430). Dan Helfman 2021-07-25 22:50:00 -0700
  • 1709f57ff0 Fix hang when restoring a PostgreSQL "tar" format database dump (#430). Dan Helfman 2021-07-25 22:30:15 -0700
  • 89baf757cf Sort imports cadamswaite 2021-07-14 23:17:35 +0100
  • 4f36fe2b9f Run Black on changed file cadamswaite 2021-07-14 22:53:01 +0100