Skip to content
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

Open
TheJerk opened this issue Jul 29, 2015 · 3 comments
Open

Version 3 of the AWS SDK for .NET is now available #13

TheJerk opened this issue Jul 29, 2015 · 3 comments

Comments

@augiadam
Copy link
Contributor

augiadam commented Sep 9, 2015

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.

@TheJerk
Copy link
Author

TheJerk commented Oct 1, 2015

Hi there,

I'm a bit confused on how the tags work. The original article had two
scritps, one for daily (no reboot) and one for weekly (shut down, then
snapshot). The new setup only shows the daily script.

Also, for lines 10 and 11:

$BACKUP_TYPE = "Daily" $backupTag = "xxxxxxxx" #Make sure the value of this
Tag is 'Yes', without the quotes, on the instances you want backed up What
should the value of 'xxxxxxxx' be within the script, and what should the
actual tag on the EC2 instance actually look like? Key=Backup Value=Yes ?
Thanks for the help.

Thank you,

Dan Cord
571-220-6918
[email protected]

On Tue, Sep 8, 2015 at 11:47 PM, augiadam [email protected] wrote:

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.


Reply to this email directly or view it on GitHub
#13 (comment)
.

@augiadam
Copy link
Contributor

augiadam commented Oct 2, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants