-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3 of the AWS SDK for .NET is now available #13
Comments
Hi Mate, I have created a pull request for this one. The .dll file has been split and now needs to call two files. There are no other changes required. |
Hi there, I'm a bit confused on how the tags work. The original article had two Also, for lines 10 and 11: $BACKUP_TYPE = "Daily" $backupTag = "xxxxxxxx" #Make sure the value of this Thank you, Dan Cord On Tue, Sep 8, 2015 at 11:47 PM, augiadam [email protected] wrote:
|
Hi Dan, To change the script from daily to weekly you would need to call the weekly backup method instead of the daily. I am unsure why the weekly script has been removed but I only require a daily backup for my environment so it has not been a concern for me. I could possibly look into updating the weekly script as well but that will be something I'd have to do later when I have more free time. I'm sure the changes are fairly minimal. That's correct, Any instances you want to back up should have a new tag applied to them, you can call the tag whatever you like as long as the value is "Yes". Then all you need to do is have the correct tag name in the script so that $backupTag = "". Thanks, Adam. |
http://aws.amazon.com/about-aws/whats-new/2015/07/version-3-of-the-aws-sdk-for-net-is-available-for-production-use-in-net-3-5-and-4-5/
http://docs.aws.amazon.com/AWSSdkDocsNET/latest/V3/DeveloperGuide/net-dg-migration-guide-v3.html
This will require updates to the scripts.
The text was updated successfully, but these errors were encountered: