v0.3.0-beta
Twi1ightSparkle
released this
29 Nov 01:08
·
29 commits
to main
since this release
Fixed a few breaking bugs found when trying to 1, running on Mac and 2, running in the real world.
Breaking Changes
The passphrase is now in a dedicated file. The borg.env
option BACKUP_PASSPHRASE
is renamed to BACKUP_PASSPHRASE_FILE
. See the latest README.md
. for additional details.
What's Changed
- Do not redirect borg check to /dev/null on remote by @Twi1ightSparkle in #8
- Support systems where date doesn't have a nanoseconds option by @Twi1ightSparkle in #9
- Include ssh command in --export by @Twi1ightSparkle in #10
- Do not use "if" when checking if remote dir is empty by @Twi1ightSparkle in #11
- Don't log all successfully backed up files by @Twi1ightSparkle in #12
- Move the passphrase to a separate file by @Twi1ightSparkle in #13
- Not all shells have "ls --almost-all" by @Twi1ightSparkle in #14
- Log --check to webhook by @Twi1ightSparkle in #15
- Better way to set NAME var by @Twi1ightSparkle in #17
- Add beta/production warning
- Bump version to v0.3.0-beta
Full Changelog: v0.2.2-beta...v0.3.0-beta