Ask HN: Moving buku files from one remote server to another?
I'm about to move many GB (about 11GB) of files from one unix based host to another.
Here is how: 1. SSH into old. 2. tar and gzip everything (to save on bandwidth and time in transfer). 3. SSH into new. 4. use scp to move this tar/gzipped file 5. gunzip the file 6. Profit (well, be done anyway)
Can anyone tell me if there is a better (more bandwidth efficient, faster, safer, smarter, etc.) way than this?
5 comments
[ 3.1 ms ] story [ 23.4 ms ] threadhttp://www.urbandictionary.com/define.php?term=buku
I would not recommend gzipping 11GB of files into one archive... it will take hours to compress/unzip.
Good luck!