Results 1 to 3 of 3
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 ...
- 03-12-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 1
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
- 03-12-2009 #2
You have a number of options, you can ftp data over, use scp (secure copy) over ssh, or you could use a tool like rsync which will compress and/or send only diffs across the LAN.
Linux user #126863 - see http://linuxcounter.net/
- 03-12-2009 #3
You need to do some preliminary work first. Of course there is ssh, but that doesn't help in the transferring of files...
Thus you should probably set up an ftp server on your main computer, and upload to that. This means that you would need to go onto each computer you want backed up.
I recommend vsftpd as it is very secure (!) and quite easy to get working.


Reply With Quote