
Originally Posted by
jfparis
There is nothing really you can do NOW to avoid killing the commands running within your ssh session. When you gonna restart the laptop they will be killed.
Now everything is not dark there are a few bright points
First one
Next time you might want to use "screen". When you start screen it creates a persistent session. you can then detach it from your tty and kill you ssh connection. When you reconnect, you can reattach to your screen with
Am I supposed to run screen from the server (which I'm controlling via SSH) or from my laptop/SSH client? I'm guessing from the server.
Second one
You are using rsync and rsync does incremental copies. So let's assume you kill it now to restart your laptop. When you gonna restart the command within "screen" or after reconnecting, it is not going to copy again the files that where already copied.
That's good to know. I'm puzzled by how long it's taking, though. It's been running for at least 12 hours and still hadn't finished rsyncing a 96GB directory. (And I still have another 300+ GB to sync after that!) Is that normal?! The two drives are both external USB 2.0, and when I ran rsync, I did
Code:
rsync -av sourcedir destdir