<br><br><div><span class="gmail_quote">2006/11/4, Duncan Hill <<a href="mailto:digikam@nacnud.force9.co.uk">digikam@nacnud.force9.co.uk</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Richard E Miles wrote:<br>> On Fri, 3 Nov 2006 08:01:50 +0100<br>> "Cyril Gouget" <<a href="mailto:cyril.gouget@gmail.com">cyril.gouget@gmail.com</a>> wrote:<br>><br>>> Hello,<br>>><br>
>> In my opinion, the best way to backup anything anywhere is rsync (even on a<br>>> local mount)<br>>><br>><br>> Can rsync be used to back up to a external USB 2.0 harddrive?</blockquote><div><br>
Yes, It can<br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">So long as the linux box can see the destination, rsync can probably
<br>talk to it.  The external drive is just another path on your file system<br>when mounted, so it's a simple rsync /imagepath /usbpath and you're done.</blockquote><div><br>Exactly. I do it with<br><br>rsync --progress --recursive --links --perms --times --devices --delete --timeout=300 <source_path> <Backup_path>
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">_______________________________________________<br>Digikam-users mailing list<br>
<a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/digikam-users">https://mail.kde.org/mailman/listinfo/digikam-users</a><br></blockquote></div><br>