Files
restic-windows-backup/CHANGELOG.md
2020-04-28 20:44:39 -07:00

2.0 KiB

Changelog

1.2 (2020-04-28)

Full Changelog

  • 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:

  • Use non-s3 repos #10
  • Test-Connection fails #9
  • Add changelog #1

1.1 (2020-02-15)

Full Changelog

  • 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:

  • Ability to disable maintenance #3
  • Ability to disable mail sending #2

Merged pull requests:

  • add changelog #6 (kmwoley)
  • add options to enable/disable email sending and maintenance #4 (kmwoley)

1.0 (2020-02-09)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator