I have a linux instance with several GBs of data. What are simple ways of getting the data out to my local machine?

I wonder about S3, Cloudfront, scp, ftp, http etc. Thanks in advance.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

I'd say scp, closely followed by rsync. But if you have many small files (average below few dozen KiB) tarring it over ssh may be faster.

link|improve this answer
scp is working great. thank you. – user63146 Dec 9 '10 at 20:44
feedback

Your Answer

 
or
required, but never shown