Revisions of borgmatic

Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 823071 from Martin Rey's avatar Martin Rey (mrey) (revision 49)
- Update to 1.5.9
* #300: Add “borgmatic export-tar” action to export an archive to a
  tar-formatted file or stream.
* #339: Fix for intermittent timing-related test failure of logging
  function.
* Clarify database documentation about excluding named pipes and
  character/block devices to prevent
  hangs.
buildservice-autocommit accepted request 820779 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 48)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 819174 from Martin Rey's avatar Martin Rey (mrey) (revision 47)
- Update to 1.5.8
  * #336: Fix for traceback when running Cronitor, Cronhub, and
    PagerDuty monitor hooks.
- Update to 1.5.7
  * #327: Fix broken pass-through of BORG_* environment variables
    to Borg.
  * #328: Fix duplicate logging to Healthchecks and send "after_*"
    hooks output to Healthchecks.
  * #331: Add SSL support to PostgreSQL database configuration.
  * #333: Fix for potential data loss (data not getting backed up)
    when borgmatic omitted configured source directories in certain
    situations. Specifically, this occurred when two source
    directories on different filesystems were related by parentage
    (e.g. "/foo" and "/foo/bar/baz") and the one_file_system option
    was enabled.
  * Update documentation code fragments theme to better match the
    rest of the page.
  * Improve configuration reference documentation readability via
    more aggressive word-wrapping in configuration schema
    descriptions.
buildservice-autocommit accepted request 816065 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 46)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 814774 from Martin Rey's avatar Martin Rey (mrey) (revision 45)
- Update to 1.5.6
  * #292: Allow before_backup and similiar hooks to exit with a
    soft failure without altering the monitoring status on
    Healthchecks or other providers. Support this by waiting to
    ping monitoring services with a "start" status until after
    before_* hooks finish. Failures in before_* hooks still trigger
    a monitoring "fail" status.
  * #316: Fix hang when a stale database dump named pipe from an
    aborted borgmatic run remains on disk.
  * #323: Fix for certain configuration options like ssh_command
    impacting Borg invocations for separate configuration files.
  * #324: Add "borgmatic extract --strip-components" flag to remove
    leading path components when extracting an archive.
  * Tweak comment indentation in generated configuration file for
    clarity.
  * Link to Borgmacator GNOME AppIndicator from monitoring
    documentation.
buildservice-autocommit accepted request 809278 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 44)
baserev update by copy to link target
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 809276 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 43)
- Update to 1.5.4
- Update to 1.5.3
- Update to 1.5.2
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 809225 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 42)
- Update to 1.5.5
  * #314: Fix regression in support for PostgreSQL's "directory" dump format. Unlike other dump
    formats, the "directory" dump format does not stream directly to/from Borg.
  * #315: Fix enabled database hooks to implicitly set one_file_system configuration option to true.
  * This prevents Borg from reading devices like /dev/zero and hanging.
  * #316: Fix hang when streaming a database dump to Borg with implicit duplicate source directories
    by deduplicating them first.
  * #319: Fix error message when there are no MySQL databases to dump for "all" databases.
  * Improve documentation around the installation process. Specifically, making borgmatic commands
    runnable via the system PATH and offering a global install option.
  * #310: Fix legitimate database dump command errors (exit code 1) not being treated as errors by
    borgmatic.
  * For database dumps, replace the named pipe on every borgmatic run. This prevent hangs on stale
    pipes left over from previous runs.
  * Fix error handling to handle more edge cases when executing commands.
  * #258: Stream database dumps and restores directly to/from Borg without using any additional
    filesystem space. This feature is automatic, and works even on restores from archives made with
    previous versions of borgmatic.
  * #293: Documentation on macOS launchd permissions issues with work-around for Full Disk Access.
  * Remove "borgmatic restore --progress" flag, as it now conflicts with streaming database restores.
  * #301: Fix MySQL restore error on "all" database dump by excluding system tables.
  * Fix PostgreSQL restore error on "all" database dump by using "psql" for the restore instead of
    "pg_restore".
- Add skip-tests.patch
buildservice-autocommit accepted request 808835 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 41)
baserev update by copy to link target
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 808834 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 40)
- Comment the LogRateLimitIntervalSec option in the systemd service
  when building for SLE/Leap since systemd < 240 doesn't support it.
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 808831 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 39)
- Remove unneeded build dependency python-black and python-devel
- Reduce the required python-colorama version since a newer
  version is not really needed.
buildservice-autocommit accepted request 800105 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 38)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 800024 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 37)
- Add patch to remove invalid test:
  * remove-invalid-test.patch
buildservice-autocommit accepted request 784906 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 36)
baserev update by copy to link target
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 784905 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 35)
- Use `python3 -m venv` instead of invoking pyvenv which doesn't seem
  to exist anymore with python 3.8.
buildservice-autocommit accepted request 779304 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 34)
baserev update by copy to link target
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 779227 from Torsten Gruner's avatar Torsten Gruner (Simmphonie) (revision 33)
- Fix execution path in borgmatic.service
buildservice-autocommit accepted request 769936 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 32)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 769884 from Martin Rey's avatar Martin Rey (mrey) (revision 31)
- Update to 1.5.1
 * #289: Tired of looking up the latest successful archive name in
   order to pass it to borgmatic actions? Me too. Now you can
   specify "--archive latest" to all actions that accept an archive
   flag.
 * 290: Fix the "--stats" and "--files" flags so that they yield
   output at verbosity 0.
 * Reduce the default verbosity of borgmatic logs sent to
   Healthchecks monitoring hook. Now, it's warnings and errors
   only. You can increase the verbosity via the
   "--monitoring-verbosity" flag.
 * Add security policy documentation in SECURITY.md.
buildservice-autocommit accepted request 768038 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 30)
baserev update by copy to link target
Displaying revisions 41 - 60 of 89
openSUSE Build Service is sponsored by