<P>
Hello everyone,<BR>
<BR>
How do I synchronize source directory to multiple disks using rsync or similar tools?<BR>
<BR>
Our application would be generating lots and lots of data regularly. This data is written onto the SAN storage. Now, I would like to backup this data to usb removable disks, say of size 100GB. Since the source directory can be larger than removable disk size I have to split it into multiple disks.  Is there an rsync like application that recognizes that removabledisk1 is full and uses removablediskfull2 automatically but yet considers the data on removabledisk1 when synchronizing?<BR>
<BR>
Example:<BR>
<BR>
rsync -a source dest1<BR>
source=102GB<BR>
dest=100GB<BR>
<BR>
rsync cannot sync source completely to dest1. So it uses dest2. The backup application must then copy the files that weren't copied to dest1 onto dest2. If a file on dest1 has been updated it must either be updated on dest1 or if there is not enough space it should be deleted on dest1 and created on dest2. <BR>
In the end:<BR>
<BR>
files on source == files on dest1 + files on dest2<BR>
<BR>
We cannot use raid or lvm to solve this. Any other ideas?<BR>
<BR>
Thanks for your help!<BR>
Raj  <BR>

</P>
<br><br>
<A target="_blank" HREF="http://clients.rediff.com/signature/track_sig.asp"><IMG SRC="http://ads.rediff.com/RealMedia/ads/adstream_nx.cgi/www.rediffmail.com/inbox.htm@Bottom" BORDER=0 VSPACE=0 HSPACE=0></a>