Files
restic-windows-backup/CHANGELOG.md
Kevin Woley 716e98563b typo fix
2020-02-15 09:39:53 -08:00

1.2 KiB

Changelog

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