2.4 KiB
2.4 KiB
Changelog
1.2.1 (2020-06-08)
- Fix/improve internet connectivity checks for azure: gs: b2:
- Internet connectivity test now supports more repository types (s3:, sftp:, rest:, azure:, gs:), and ignores unsupported (swift:, rclone: and local)
- Add 32-bit support in the
install.ps1
Closed issues:
- Need to strip rest: in addition to s3: from RESTIC_REPOSITORY #14
- Use non-s3 repos #10
- Test-Connection fails #9
- 32bit Windows Support #7
- Add changelog #1
Merged pull requests:
1.1 (2020-02-15)
- Users can now set the following variables to control sending emails on success and/or error conditions.
- Users can now completely disable maintenance activities.
New config.ps1 variable defaults for these options are:
$SnapshotMaintenanceEnabled = $true
$SendEmailOnSuccess = $false
$SendEmailOnError = $true
Closed issues:
Merged pull requests:
1.0 (2020-02-09)
* This Changelog was automatically generated by github_changelog_generator