How to transfer files from your server to Amazon cloud storage via SSH?

FerdieQO

Well-known member
Joined
Jul 15, 2016
Messages
213
Points
28
How to transfer files from your server to Amazon cloud storage via SSH? I could do this via backup option in WHM but I would like to do same function via SSH. Does anyone know?
 

hostens

Well-known member
Hosting Provider
Registered
Joined
Jan 18, 2017
Messages
215
Points
28
Basically, for migrating files between two VPS instances, you could try using "rsync". The basic transfer can be done by using:

rsync -avz transferable_directory/ [email protected]:/destination/

However rsync has other useful parameters if needed, so you should look up to it's documentation.
 

FerdieQO

Well-known member
Joined
Jul 15, 2016
Messages
213
Points
28
How to have rsync on my server?

I don't think it can help me to transfer files from my Linux server directly to Amazon cloud storage.
 

AlbaHost

Well-known member
Moderator
Hosting Provider
Joined
Jan 18, 2017
Messages
776
Points
43
Either use scp to transfer your files, just google a bit and you will find what you are looking for.
 

bountysite

Well-known member
Registered
Joined
Oct 11, 2017
Messages
109
Points
28
I think you are referring Amazon cloud storage, as S3.

One way, is to install aws-cli and use it to sync folder to S3 bucket. You just need IAM credentials.

I stumbled upon another tool named rclone. Never used it. Try it out.
 

VirtuBox

Well-known member
Registered
Joined
May 3, 2016
Messages
1,622
Points
83
How to transfer files from your server to Amazon cloud storage via SSH? I could do this via backup option in WHM but I would like to do same function via SSH. Does anyone know?
Hello @FerdieQO,
the easiest will probably be to use rclone, it's a tool similar to rsync but for cloud storage like Amazon S3.
Installation guide is available here : https://rclone.org/install/
And AWS S3 file transfer guide is available here : https://rclone.org/s3/
 
Recommended Threads
Replies
15
Views
5,982
Replies
1
Views
2,135

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top