-
borgmatic 1.3.15
StableAll checks were successfulcontinuous-integration/drone/tag Build is passingreleased this
2019-09-13 04:35:00 +00:00 | 2661 commits to main since this release- #208: Fix for traceback when the "checks" option has an empty value.
- #209: Bypass Borg error about a moved repository via "relocated_repo_access_is_ok" option in
borgmatic storage configuration section. - #213: Reorder arguments passed to Borg to fix duplicate directories when using Borg patterns.
- #214: Fix for hook erroring with exit code 1 not being interpreted as an error.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
0 downloads
-
borgmatic 1.3.14
Stablereleased this
2019-08-03 22:13:54 +00:00 | 2667 commits to main since this release- #204: Do not treat Borg warnings (exit code 1) as failures.
- When validating configuration files, require strings instead of allowing any scalar type.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
borgmatic 1.3.13
Stablereleased this
2019-07-27 21:15:24 +00:00 | 2669 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
borgmatic 1.3.12
Stablereleased this
2019-06-27 21:41:21 +00:00 | 2686 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
borgmatic 1.3.11
Stablereleased this
2019-06-25 18:30:55 +00:00 | 2688 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 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 | 2692 commits to main since this release- #198: Fix for Borg create error output not showing up at borgmatic verbosity level zero.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
borgmatic 1.3.9
Stablereleased this
2019-06-23 23:30:16 +00:00 | 2695 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 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 | 2708 commits to main since this release- #191: Disable console color via "color" option in borgmatic configuration output section.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
borgmatic 1.3.7
Stablereleased this
2019-06-17 19:16:23 +00:00 | 2710 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
borgmatic 1.3.6
Stablereleased this
2019-06-14 04:38:06 +00:00 | 2720 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- #53: Log to syslog in addition to existing console logging. Add --syslog-verbosity flag to