RE: Initialising a mirror

2005-10-19 Thread Tony
e SJS_Drawings ; do> rsync -a --password-file=/etc/rsync.secrets/sjs-dwg --timeout=750 \>         /home/dwg/$name         [EMAIL PROTECTED]::rsync-sjs-dwg/> done > mkdir -p /tmp/rsync ; echo `hostname` > /tmp/rsync/CLOSED> rsync -a --password-file=/etc/rsync.secrets/sjs-dwg  --timeout=750 \>      

RE: Initialising a mirror

2005-10-19 Thread Cyrille Bollu
/CLOSED > rsync -a --password-file=/etc/rsync.secrets/sjs-dwg  --timeout=750 \ >         /tmp/rsync/CLOSED       [EMAIL PROTECTED]::rsync-sjs-dwg/ > echo 'rsync-sjs-dwg' > date > date -u >   > >   >   >   > -Original Message- > From: [EMAIL PROTEC

Initialising a mirror

2005-10-19 Thread Cyrille Bollu
Dears, I would like to mirror data from 2 servers connected together via VPN over ADSL lines (dwn 2Mbps/Upld 512Kbps). I'm sure rsync is one of the best tool to keep these data in sync but how should I use it to initialise the mirror? I'm currently testing the solution with 10Gb of data to kee