Logo
Explore Help
Register Sign In
borgmatic-collective/borgmatic
9
71
Fork 47
You've already forked borgmatic
Code Issues 54 Pull Requests 7 Actions 1 Packages Releases 156 Activity

156 Releases 198 Tags

RSS Feed
  • 1.4.16 00f62ca023
    Compare

    borgmatic 1.4.16
    All checks were successful
    continuous-integration/drone/push Build is passing
    Details
    continuous-integration/drone/tag Build is passing
    Details
    Stable

    witten released this 2019-12-01 00:55:05 +00:00 | 2467 commits to main since this release

    • #256: Fix for "before_backup" hook not triggering an error when the command contains "borg" and
      has an exit code of 1.
    • #257: Fix for garbled Borg file listing when using "borgmatic create --progress" with
      verbosity level 1 or 2.
    • #260: Fix for missing Healthchecks monitoring payload or HTTP 500 due to incorrect unicode
      encoding.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.15 4385f2a36a
    Compare

    borgmatic 1.4.15
    All checks were successful
    continuous-integration/drone/tag Build is passing
    Details
    continuous-integration/drone/push Build is passing
    Details
    Stable

    witten released this 2019-11-25 23:28:21 +00:00 | 2470 commits to main since this release

    • Fix for database dump removal incorrectly skipping some database dumps.
    • #123: Support for mounting an archive as a FUSE filesystem via "borgmatic mount" action, and
      unmounting via "borgmatic umount". See the documentation for more information:
      https://torsion.org/borgmatic/docs/how-to/extract-a-backup/#mount-a-filesystem
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.14 f4a231420f
    Compare

    borgmatic 1.4.14
    All checks were successful
    continuous-integration/drone/push Build is passing
    Details
    continuous-integration/drone/tag Build is passing
    Details
    Stable

    witten released this 2019-11-25 18:31:09 +00:00 | 2475 commits to main since this release

    • Show summary log errors regardless of verbosity level, and log the "summary:" header with a log
      level based on the contained summary logs.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.13 55ebfdda39
    Compare

    borgmatic 1.4.13
    All checks were successful
    continuous-integration/drone/push Build is passing
    Details
    continuous-integration/drone/tag Build is passing
    Details
    Stable

    witten released this 2019-11-19 18:09:25 +00:00 | 2476 commits to main since this release

    • Show full error logs at "--verbosity 0" so you can see command output without upping the
      verbosity level.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.12 78ff734e6c
    Compare

    borgmatic 1.4.12
    All checks were successful
    continuous-integration/drone/push Build is passing
    Details
    continuous-integration/drone/tag Build is passing
    Details
    Stable

    witten released this 2019-11-18 03:10:11 +00:00 | 2479 commits to main since this release

    • #247: With "borgmatic check", consider Borg warnings as errors.
    • Dial back the display of inline error logs a bit, so failed command output doesn't appear
      multiple times in the logs (well, except for the summary).
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.11 50f62d73b7
    Compare

    borgmatic 1.4.11
    All checks were successful
    continuous-integration/drone/push Build is passing
    Details
    continuous-integration/drone/tag Build is passing
    Details
    Stable

    witten released this 2019-11-18 00:54:27 +00:00 | 2482 commits to main since this release

    • #241: When using the Healthchecks monitoring hook, include borgmatic logs in the payloads for
      completion and failure pings.
    • With --verbosity level 1 or 2, show error logs both inline when they occur and in the summary
      logs at the bottom. With lower verbosity levels, suppress the summary and show error logs when
      they occur.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.10 6cdc92bd0c
    Compare

    borgmatic 1.4.10
    All checks were successful
    continuous-integration/drone/push Build is passing
    Details
    continuous-integration/drone/tag Build is passing
    Details
    Stable

    witten released this 2019-11-13 18:41:57 +00:00 | 2489 commits to main since this release

    • #246: Fix for "borgmatic restore" showing success and incorrectly extracting archive files, even
      when no databases are configured to restore. As this can overwrite files from the archive and
      lead to data loss, please upgrade to get the fix before using "borgmatic restore".
    • Reopen the file given by "--log-file" flag if an external program rotates the log file while
      borgmatic is running.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.9 bf0d38ff2a
    Compare

    borgmatic 1.4.9
    All checks were successful
    continuous-integration/drone/push Build is passing
    Details
    continuous-integration/drone/tag Build is passing
    Details
    Stable

    witten released this 2019-11-12 19:59:01 +00:00 | 2494 commits to main since this release

    • #228: Database dump hooks for MySQL/MariaDB, so you can easily dump your databases before backups
      run.
    • #243: Fix repository does not exist error with "borgmatic extract" when repository is remote.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.8 17fda7281a
    Compare

    borgmatic 1.4.8
    All checks were successful
    continuous-integration/drone/push Build is passing
    Details
    continuous-integration/drone/tag Build is passing
    Details
    Stable

    witten released this 2019-11-07 18:08:44 +00:00 | 2506 commits to main since this release

    • Monitor backups with Cronhub hook integration. See the documentation for more information:
      https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#cronhub-hook
    • Fix Healthchecks/Cronitor hooks to skip actions when the borgmatic "--dry-run" flag is used.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.7 ac777965d0
    Compare

    borgmatic 1.4.7
    All checks were successful
    continuous-integration/drone/push Build is passing
    Details
    continuous-integration/drone/tag Build is passing
    Details
    Stable

    witten released this 2019-11-06 17:52:21 +00:00 | 2507 commits to main since this release

    • #238: In documentation, clarify when Healthchecks/Cronitor hooks fire in relation to other hooks.
    • #239: Upgrade your borgmatic configuration to get new options and comments via
      "generate-borgmatic-config --source". See the documentation for more information:
      https://torsion.org/borgmatic/docs/how-to/upgrade/#upgrading-your-configuration
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 9 10 11 12 13 ... Next Last
Powered by Gitea Version: 1.25.4 Page: 75ms Template: 18ms
English
English
Licenses API