I've got to copy my home directory from my server to a new one I've set up and I'm wondering the best way to do this.
Everything I want to copy is in /home/myname/ and is about 25gb of storage. I've got them both behind the same 100mb router so I figure this is what I'll do, but I want to make sure the command is right and also, I'd like to know if theres a way to check that everything is copied OK.
I figure I'll run this: "scp -r 192.168.1.100:/home/myname ." from the new server in the directory I want. I might put the output in a file to check later.
Is there a better way? How about checking that everything copied OK?
Thanks!
-D
Everything I want to copy is in /home/myname/ and is about 25gb of storage. I've got them both behind the same 100mb router so I figure this is what I'll do, but I want to make sure the command is right and also, I'd like to know if theres a way to check that everything is copied OK.
I figure I'll run this: "scp -r 192.168.1.100:/home/myname ." from the new server in the directory I want. I might put the output in a file to check later.
Is there a better way? How about checking that everything copied OK?
Thanks!
-D