Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools to Automate Amazon S3 backups from Windows Server [closed]

Tags:

amazon-s3

In order to take regular backups, we want to compress and upload files from our Windows Server to Amazon S3 service. Is there any freeware application that allows us to schedule regular backups?

like image 277
Gopinath Avatar asked Dec 17 '09 05:12

Gopinath


People also ask

Does S3 backup automatically?

Many features are available for S3 backups, including Backup Audit Manager. You can use a single backup policy in AWS Backup to centrally automate the creation of backups of your application data.

What fully managed backup service can you use to ship your backups to AWS?

AWS Backup is a fully managed backup service that makes it easy to centralize and automate the backing up of data across AWS services. With AWS Backup, you can create backup policies called backup plans.

What is the easiest way to start sending your tape backups into AWS rather than keeping them on Prem?

Tape Gateway provides an easy drop-in replacement for customers' physical tape infrastructure used for backup and archive. Customers can back up on-premises data as virtual tapes to AWS, instead of storing data on physical tapes, and they can do so without changing their current backup workflows or backup applications.

Is it possible to store database backups using Amazon S3?

Each file share is associated with an S3 bucket. You can store your backups in the bucket, and restore the backup locally or from another gateway (for example, from another office or in the AWS Cloud).


1 Answers

Your best bet is to use Windows PowerShell.

This blog post describes how to automate SQL Server backups with PowerShell to Amazon S3:

  • Randoom: EC2 SQL Server backup strategies and tactics
like image 67
Daniel Vassallo Avatar answered Nov 11 '22 18:11

Daniel Vassallo