Automate Files Backup to AWS S3 Bucket on Linux Machine | Mak Mahlawat

preview_player
Показать описание
Learn how to automate your local files/directory backup on AWS S3 Buckets using crontab :-

1. Create S3 Bucket
2. Create EC2 Instance
3. Give EC2 Instance Role to Access S3
4. Command to sync files locally to S3 Bucket :
AWS S3 sync localfilepath S3://yourS3bucketname
5. Run "Crontab -e " to insert a cron job
6. Run "Crontab -l" to list your cron jobs

If you'd like me to create detailed videos of steps, please let me know in the comments.

================================================
Рекомендации по теме
Комментарии
Автор

That was very clean and straight to the point. Good video 👍

Andy-vyvf
Автор

hello,
thanks for information.
can you please make a video on after taking backup, how to get notification on mail that backup is successfull or not...

akashsonawane
Автор

How to get S3 bucket details through shell scripting in Excel format?

alenka
Автор

if possible please create vedio for both linux machines, thanks

amandeepsingh
Автор

Scenario - Upload all the files and directories in a drive older than a day to AWS and delete them from the drive.
How do I write a script?

ankitjain-wdsw
Автор

hi when i ran systemctl restart crond.service it says "systemctl command not found" my ec2 is linux and im using mac machine

jeffreydelacruz