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

How to reset SSH port back to default port 22?

In some situations most of us may come across a problem that we are able to log into the WHM but...

How to setup the root login alert notification email?

Its very important to keep a check on your servers and who logs into the server, From security...

How to enable Open SSL on WHM?

Before enabling open SSL, you can check whether it is already enabled on your server. Please fire...

How to install mod_pagespeed on WHM?

'mod_pagespeed' is module of Apache which is nothing but plugin which is used for compressing the...

How to enable Hot Link Protection in cPanel?

To avoid other sites to use your website's bandwidth, you can enable the hot link protection....

Powered by WHMCompleteSolution