-
- Enthusiast
- Posts: 36
- Liked: never
- Joined: Aug 03, 2010 9:20 pm
- Full Name: SC IT Admin
- Contact:
Amazon s3
Just curious: does anyone use Amazon's s3 service as an offsite target for VBK files? We presently have an ugly rotation of 1TB USB hard drives that I'd love to get rid of. Problem is, I'm filling them up every week...I'd hate to give Amazon tons of money for the same thing.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Mar 01, 2011 6:23 pm
Re: Amazon s3
Hi - I am very interested in this strategy also. Did you learn anything interesting about Veeam to S3?
Thanks, SD
Thanks, SD
-
- Enthusiast
- Posts: 36
- Liked: never
- Joined: Aug 03, 2010 9:20 pm
- Full Name: SC IT Admin
- Contact:
Re: Amazon s3
We ended up getting a cheap NAS enclosure from D-Link. Cracked open the USB HDs and shove alt ones in once a week. They're about twice as fast as the USB pass-thru on ESX 4.1.
Is it the best solution? Absolutely not. Is it relatively cheap and fast-enough for our small environment? Yes.
Is it the best solution? Absolutely not. Is it relatively cheap and fast-enough for our small environment? Yes.
-
- Novice
- Posts: 5
- Liked: never
- Joined: Feb 03, 2011 6:31 pm
- Full Name: Sam Y
- Contact:
Re: Amazon s3
I would like to know if anyone has tried this.
-
- Enthusiast
- Posts: 85
- Liked: never
- Joined: Mar 03, 2011 4:48 pm
- Full Name: Enrico
- Contact:
Re: Amazon s3
How fast is Amazon S3 when you need data back via export? two days? If you have to ship stuff then it is maybe cheaper and faster to go with Iron Mountain.
-
- Influencer
- Posts: 17
- Liked: 3 times
- Joined: Sep 23, 2014 12:58 pm
- Full Name: Kevin McDonnell
- Contact:
Re: Amazon s3
Hi,
Yes, I've written scripts to copy files to S3 buckets before with the "aws s3 cp x:\dir\file.vbk s3://mybucket/file.vbk" command.
You can schedule these or have it run on as part of the job. Go to "Edit Job", "Storage", "Advanced", swicth t the "Scripts" tab and specify the script to run after the job. You'll probably want to do it as part of a PowerShell script so that it only picks up the latest backups with comthing like:
Hope that helps,
Kev
Yes, I've written scripts to copy files to S3 buckets before with the "aws s3 cp x:\dir\file.vbk s3://mybucket/file.vbk" command.
You can schedule these or have it run on as part of the job. Go to "Edit Job", "Storage", "Advanced", swicth t the "Scripts" tab and specify the script to run after the job. You'll probably want to do it as part of a PowerShell script so that it only picks up the latest backups with comthing like:
Code: Select all
Get-ChildItem | Sort-Object LastWriteTime -Descending | Select-Object -first 1 # to get the latest file in a directory.
Kev
Kevin McDonnell
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Amazon s3
Just so you know - Update 4 will bring ability to archive backup files to Amazon S3 Storage as they age out. Thanks!
Who is online
Users browsing this forum: No registered users and 5 guests