chr4-cookbooks / duplicity_ng

Chef cookbook to install duplicity and manage duplicity backup cronjobs
Other
3 stars 5 forks source link

MS Azure support #25

Closed merqlove closed 9 years ago

chr4 commented 9 years ago

This looks very good. Merging, then testing and releasing it in a bit. Thanks for your contribution!

merqlove commented 9 years ago

Ok! :+1: Chris, this code written from scratch. I'm also will test it in staging later(march), but i think it works as expected.

chr4 commented 9 years ago

Ok. Let me know how your tests went and whether you have any fixes. Will wait with the release until we both tested it.

merqlove commented 9 years ago

:+1:

merqlove commented 9 years ago

Hi @chr4 I tried from kitchen to upload/download some Azure demo containers. Works well, like Swift. Azure SDK version is latest 10.0, so it seems to be ok. Changes is , upgrade Duplicity to 0.7.02:

"duplicity_ng": {
      "source": {
        "version": "0.7.02",
        "checksum": "609462ba43275340ae4fc008ee6620265cdc2c68988caae289971dd609ed033a",
        "url": "https://launchpad.net/duplicity/0.7-series/0.7.02/+download/duplicity-0.7.02.tar.gz"
      }
}
merqlove commented 9 years ago

Otherwise duplicity works wrong with Azure.

chr4 commented 9 years ago

Ok, thanks. Can you force push this pull request to include all changes from both pull-requests?