LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Connect to another ip address (https://www.linuxquestions.org/questions/linux-newbie-8/connect-to-another-ip-address-711029/)

raizel 03-12-2009 07:39 AM

Connect to another ip address
 
hi,
I am new to linux I want to take back up of pc (operating system linux in all pc's) want to access some other pc connected with lan I have the ip address of that pc and also the u/n and password tell me the procedure to access that pc to put my back up.

Thanks ,
Raizel

arckane 03-12-2009 07:41 AM

'man ssh' for remote connecting
'man rsync' regarding backups.

linuxlover.chaitanya 03-12-2009 07:44 AM

If you know the ip address of the system you can use "ssh" to remotely login in the system and copy the data. Else you can use "scp" to just copy the data to a remote machine using ssh but not login there.
Other than this you can use nfs service to share the data between linux machines.


All times are GMT -5. The time now is 12:04 PM.