How to get backup data recursively from the Amazon server?

There may be a situation where you do not have a zip utility on Amazon server so, the backup files under a domain has to be downloaded one by one but this a pretty long procedure and you want to avoid it by executing a single command.

In order to get backup recursively from Amazon server use this command - 
s3cmd get --recursive s3://Bucket/Backup/Server-x.x.x.x/Backup/account_name/ /Amazon

Where

1. S3cmd
is a tool for managing objects in Amazon S3 storage.

2. Bucket/Backup/Server-x.x.x.x/Backup/account_name/ is the backup directory.
3. /Amazon is the folder on your server where you want to get the backup.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Error:The system experienced the following error when it attempted to install the “OWASP ModSecurity Core Rule Set V3.0”

Issue while installing Comodo's WAF rules in cPanel - Error:The system experienced the following...

How to to know SSH port on the cPanel server?

Steps to know SSH port of cPanel server -1. Login to WHM with your login details. 2. Go to...

How to setup SMTP port on Linux server using WHM?

By default SMTP outgoing server is configured for port 25. If you would like to allow exim to...

How to resolve the 404 error message on the website with the temporary URL?

To access website while developing we often need to see how it looks, there is an option...

How to install MALDET Linux Malware Detect on cPanel Server?

Maldet is a malware detector and scanner for Linux based servers a project designed by R-fx...

Powered by WHMCompleteSolution