Hi guys, I need some expertise advise from you guys on regarding of how to copy files from my current server. The current server OS crashed, so they have set it to rescue mode. i was told that i can copy file via SSH. but then i totally have no experience on this. Anyone mind to share how can i do it? help appreciated*
You will need to rsync files from the server to your new server. Check out this guide on rsync http://everythinglinux.org/rsync/
Do you want to copy it to your desktop and your using windows, just download winscp and put in the hostname, you username and password. If your moving the file directly from the server to another linux server just use the following command scp -p folderoffiletobecopy username@nameoftheotherserver:/destinationfolder Hope that helps