I use Putty to remotely login into SERVER 1 and issue a WGET to another SERVER 2 to make a backup of a large directory.
My question is, do I have to stay connected while this process occcurs? Or, is it enough to simply exectute the WGET command and all the files will copy over, even if I disconnect?
If I do have to stay connected, how can I configure things so I don't have to stay connected?