From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OIJO4-0001BB-Dj for garchives@archives.gentoo.org; Sat, 29 May 2010 10:35:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 020CFE0AD8; Sat, 29 May 2010 10:34:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CEC33E0AD8 for ; Sat, 29 May 2010 10:34:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 7F8AA1B4009 for ; Sat, 29 May 2010 10:34:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -0.574 X-Spam-Level: X-Spam-Status: No, score=-0.574 required=5.5 tests=[AWL=-0.042, BAYES_00=-2.599, RCVD_NUMERIC_HELO=2.067] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K0KAHyccvdIa for ; Sat, 29 May 2010 10:34:51 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id E3FD21B4033 for ; Sat, 29 May 2010 10:34:49 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OIJNJ-0007qw-Jl for gentoo-user@gentoo.org; Sat, 29 May 2010 12:34:41 +0200 Received: from 83.219.115.66 ([83.219.115.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 May 2010 12:34:41 +0200 Received: from remy.blank by 83.219.115.66 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 May 2010 12:34:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org connect(): No such file or directory From: Remy Blank Subject: [gentoo-user] Re: rsync to a USB stick Date: Sat, 29 May 2010 12:34:25 +0200 Message-ID: References: <201005291001.50752.michaelkintzios@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2A236597D922C8C325EAFA21" X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 83.219.115.66 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20100305 Thunderbird/2.0.0.23 Mnenhy/0.7.5.0 In-Reply-To: <201005291001.50752.michaelkintzios@gmail.com> X-Enigmail-Version: 1.0.1 X-Archives-Salt: fba9827b-57ba-4566-9ca1-b71e4243d540 X-Archives-Hash: 191a45778e50b707217d96f67ea1c308 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2A236597D922C8C325EAFA21 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Mick wrote: > Is there a cleverer option I can add to rsync so that it only copies ne= w=20 > files, overwrites older versions of the same and only deletes any files= or=20 > directories that have been deleted from the source directory? See the --modify-window option in the rsync man page. In particular, the resolution of timestamps on FAT is 2 seconds, so you may want to use --modify-window=3D1. -- Remy --------------enig2A236597D922C8C325EAFA21 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iEYEARECAAYFAkwA7bQACgkQCeNfIyhvXjI6TQCfTqOH3i+G8qnUJN1uKX4vpIHc gC0AnRcpaOhKeh1Z9gMjJR3uFHid0ciW =WkWL -----END PGP SIGNATURE----- --------------enig2A236597D922C8C325EAFA21--