<br><br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>Thank you so much for helping me<br><br>
Now I am trying to use the following command to backup<br>all files in hda to sda3 (mount on seconddrive folder)<br>in the same machine and also excludes<br>
<br>/usr/bin/rsync -avz --exclude=/boot1<br>--exclude=/seconddrive --exclude=/proc /* /seconddrive</blockquote><div><br>try below . <br>it copies /opt/maildaily/maildaily.tar.gz to /mnt/maildaily <br><br>/usr/bin/rsync -a /opt/maildaily/maildaily.tar.gz /mnt/maildaily
<br></div><br>FOR more, pls understand below  command  and its  meaning.  <br><br><p>rsync -avz --delete --exclude=**/stats
--exclude=**/error --exclude=**/files/pictures -e "ssh -i
/root/rsync/mirror-rsync-key" someuser@server1.example.com:/var/www/
/var/www/ </p>
<p>(The <span>--delete</span> option means that files that have been deleted on <span><a href="http://server1.example.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">server1.example.com</a></span>
 should also be deleted on <span>
<a href="http://mirror.example.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mirror.example.com</a></span>. The <span>--exclude</span> option means that these files/directories should not be mirrored; 
e.g. <span>--exclude=**/error</span>
 means "do not mirror /var/www/error". You can use multiple<span> --exclude</span> options. I have listed these options as examples; you can adjust the command to your needs. Have a look at </p><br>another URL to read, 
<br><br><a href="http://www.howtoforge.com/mirroring_with_rsync_p2">http://www.howtoforge.com/mirroring_with_rsync_p2</a><br><br>GOOD LUCK<br><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>> Thank you<br>> Indunil Jayasooriya
<br>><br><br><br><br>      ____________________________________________________________________________________<br>Luggage? GPS? Comic books?<br>Check out fitting gifts for grads at Yahoo! Search<br><a href="http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz</a><br></blockquote></div><br><br clear="all"><br>-- <br>Thank you<br>Indunil Jayasooriya<br>