Back up from on-premis/my own machine to AWS backup.

0

Use case: I want to connect my machine with aws so that I can take a backup from my local machine. 2. I want whatever I change in a particular folder on my local machine that will sync to aws backup and backup should take place. 3. What are the ways i can take Backup from my local machine to AWS.

Kanav
asked a year ago198 views
1 Answer
0

Just a quick solution is to use the AWS CLI and sync the folder from your machine to a S3 bucket and then schedule that on regular intervals with cron on linux or task scheduler on windows. See aws cli s3 sync reference. Please be sure to accept answers if they help you.

profile pictureAWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions