Hi
I'm trying to download my Linode but not being on the quickest connection I think I need to compress the file and split it into chunks.
I'm unsure of how to do this exactly but remember seeing a post about it before (I have searched but cannot find the post).
I expect others at some point will probably want to do the same thing.
So far the command I have which works but is obviously very slow is:
ssh root@[Linode IP] "dd if=/dev/xvda " | dd of=/home/archive/linode.img
Can someone please let me know the command that I need to used to do the following in one step:
1) Compress the file that I am going to copy over ssh
2) Splits the file into chunks of say 1.8gb
For the benefit of others at a later who think this may be what they also wish to do this thread relates to:
http://library.linode.com/migration/ssh-copy