<br><br><div><span class="gmail_quote">On 2/22/07, <b class="gmail_sendername">sothisistheinternet</b> <<a href="mailto:sothisistheinternet@gmail.com">sothisistheinternet@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="q">On 2/21/07, <b class="gmail_sendername">Hendrik Strydom</b> <<a href="mailto:hns1@iinet.net.au" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">hns1@iinet.net.au</a>> wrote:</span>
<div><span class="q"><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;">
On Wed, 2007-02-21 at 02:50 +0900, sothisistheinternet wrote:<br>> Hi all,<br>><br>> If I have a drive that I want to synchronise onto a usb hard drive<br>> then, under windows, I use robocopy /mir. I now have the same
<br>> situation under linux...so what's the equivalent command?<br><br>rsync is good with jobs like this.<br>Generally a command like<br>rsync -avg /source /target will quickly sync source and target.<br>Depending on what you want there are many other options, so you
<br>definitely need to review the man page.  For backups (i..e multiple<br>copies of changed files) look at something like rsync-backup.<br>There are likely many other similar products as well.</blockquote></span><div><br>
<br>So something like rsync -az --delete /pub/share1 /mnt/usbdrive1? I think when using -a that -g is already accounted for (from my reading of the man pages, as you suggested). Your suggestion of using -v is a good one so I know if it's actually doing the right things!
<br>
<br>
Cheers,<br>
<br>
Ari </div></div></blockquote><div><br>Any idea why rsync -avz --delete /pub/share1 /mnt/usbdrive1 is so incredibly slow? It takes longer to run than just reformatting the 320GB USB drive and copying the data from the /pub/share1 directory (260GB) back to it!
<br><br>Ari<br></div><br></div><br>