On 2/21/07, <b class="gmail_sendername">Hendrik Strydom</b> <<a href="mailto:hns1@iinet.net.au">hns1@iinet.net.au</a>> wrote:<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;">
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><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><br></div><br>