I have tens of thousands of directories with a few files in each one on a non-AWS VPS (approx 1TB of data). I want to move them all to S3.
I can either zip these in to chunks of 7GB, move (wget or whatever) to EC2 (8GB Ubuntu), unzip and s3cmd them to S3.
OR
go straight to S3 from my VPS with s3cmd sync directory?
which method would be best for performance and reliability?
Thanks