CHANGELOG.md 1.01 KB

0.3.0 - 2016-11-25

Changed

  • 'dirs' attribute has been replaced with 'backups' which gives the option of creating multiple instances of the script, each having a different filename.
  • Maximum number of backup copies can now be specified for each file/directory to be backed up.
  • Attributes for cron entries have been simplified.
  • Definition for 'aws_tar_extract' now includes options for decrypting encrypted tarballs. The contents of the private key file must be provided in this case.

Added

  • An option whether or not to use encryption for each file/directory backup is provided. If encryption is used, proper encryption keys must be provided beforehand as node attributes.
  • Backup copies stored in S3 are now stored in their own subfolders (prefixes) along with a text file indicating the timestamp for when that backup was originally uploaded.

0.2.1

  • Include tar cookbook in default recipe.

0.2.0

  • Add definition aws_tar_extract to abstract reloading of backups.

0.1.0

  • Initial release of backup-file2s3