-
borgmatic 1.3.13
Stablereleased this
2019-07-27 21:15:24 +00:00 | 2598 commits to main since this releaseDownloads
-
borgmatic 1.3.12
Stablereleased this
2019-06-27 21:41:21 +00:00 | 2615 commits to main since this release- Only log to syslog when run from a non-interactive console (e.g. a cron job).
- Remove unicode byte order mark from syslog output so it doesn't show up as a literal in rsyslog
output. See discussion on #197.
Downloads
-
borgmatic 1.3.11
Stablereleased this
2019-06-25 18:30:55 +00:00 | 2617 commits to main since this release- #193: Pass through several "borg list" and "borg info" flags like --short, --format, --sort-by,
--first, --last, etc. via borgmatic command-line flags. - Add borgmatic info --repository and --archive command-line flags to display info for individual
repositories or archives. - Support for Borg --noatime, --noctime, and --nobirthtime flags via corresponding options in
borgmatic configuration location section.
Downloads
- #193: Pass through several "borg list" and "borg info" flags like --short, --format, --sort-by,
-
borgmatic 1.3.10
Stablereleased this
2019-06-24 16:55:41 +00:00 | 2621 commits to main since this release- #198: Fix for Borg create error output not showing up at borgmatic verbosity level zero.
Downloads
-
borgmatic 1.3.9
Stablereleased this
2019-06-23 23:30:16 +00:00 | 2624 commits to main since this release- #195: Switch to command-line actions as more traditional sub-commands, e.g. "borgmatic create",
"borgmatic prune", etc. However, the classic dashed options like "--create" still work!
Downloads
- #195: Switch to command-line actions as more traditional sub-commands, e.g. "borgmatic create",
-
borgmatic 1.3.8
Stablereleased this
2019-06-20 03:48:54 +00:00 | 2637 commits to main since this release- #191: Disable console color via "color" option in borgmatic configuration output section.
Downloads
-
borgmatic 1.3.7
Stablereleased this
2019-06-17 19:16:23 +00:00 | 2639 commits to main since this releaseDownloads
-
borgmatic 1.3.6
Stablereleased this
2019-06-14 04:38:06 +00:00 | 2649 commits to main since this release- #53: Log to syslog in addition to existing console logging. Add --syslog-verbosity flag to
customize the log level. See the documentation for more information:
https://torsion.org/borgmatic/docs/how-to/inspect-your-backups/ - #178: Look for .yml configuration file extension in addition to .yaml.
- #189: Set umask used when executing hooks via "umask" option in borgmatic hooks section.
- Remove Python cache files before each Tox run.
- Add #borgmatic Freenode IRC channel to documentation.
- Add Borg/borgmatic hosting providers section to documentation.
- Add files for building documentation into a Docker image for web serving.
- Upgrade project build server from Drone 0.8 to 1.1.
- Build borgmatic documentation during continuous integration.
- We're nearly at 500 ★s on GitHub. We can do this!
Downloads
- #53: Log to syslog in addition to existing console logging. Add --syslog-verbosity flag to
-
borgmatic 1.3.5
StableAll checks were successfulthe build was successfulreleased this
2019-05-16 17:50:19 +00:00 | 2716 commits to main since this releaseDownloads
-
borgmatic 1.3.4
StableAll checks were successfulthe build was successfulreleased this
2019-05-14 20:07:49 +00:00 | 2719 commits to main since this release- Part of #125: Color borgmatic (but not Borg) output when using an interactive terminal.
- #166: Run tests for all installed versions of Python.
- #168: Update README with continuous integration badge.
- #169: Automatically sort Python imports in code.
- Document installing borgmatic with pip install --user instead of a system Python install.
- Get more reproducible builds by pinning the versions of pip and tox used to run tests.
- Factor out build/test configuration from tox.ini file.
Downloads