On Monday 15 September 2003 06:44 pm, Jianping Zhu wrote:
> I have a windows xp which has 120GB HDD. I have a redhat7.1 machine. I
> want to using rsync to back up redhat to winxp, how can i do that?

The easier way:
1. Share the backup folder in the network.
2. Use smbclient on the RH machine to mount the folder
3. Use rsync just like if you rsync to local directory
$> rsync <options> /home <samba mounted backup folder from xp>

Harder way:
Google around and find out how to install rsync on winxp with cygwin. I've 
never done it.

Hope that help
RDB

-- 
Reuben D. Budiardja
Department of Physics and Astronomy
The University of Tennessee, Knoxville, TN
-------------------------------------------------
/"\  ASCII Ribbon Campaign against HTML    
\ /  email and proprietary format      
 X   attachments.
/ \
-------------------------------------------------
Have you been used by Microsoft today? 
Choose your life. Choose freedom. 
Choose LINUX.
-------------------------------------------------


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to