Received: (at submit) by bugs.debian.org; 21 May 2000 04:58:29 +0000 From bcwhite@pobox.com Sat May 20 23:58:28 2000 Return-path: Received: from cpu1612.adsl.bellglobal.com (gatekeeper.bcwhite.dhs.org) [206.47.27.93] (mail) by master.debian.org with esmtp (Exim 3.12 #2 (Debian)) id 12tNoq-00087s-00; Sat, 20 May 2000 23:58:28 -0500 Received: from dragon.bcwhite.dhs.org (pobox.com) [192.168.1.10] (bcwhite) by gatekeeper.bcwhite.dhs.org with esmtp (Exim 2.05 #1 (Debian)) id 12tNp6-0001V2-00; Sun, 21 May 2000 00:58:44 -0400 Sender: bcwhite Message-ID: <39276D20.5066D50F@pobox.com> Date: Sun, 21 May 2000 00:59:12 -0400 From: Brian White X-Mailer: Mozilla 4.5 [en] (X11; U; Linux 2.0.36 i686) X-Accept-Language: en MIME-Version: 1.0 To: Debian Bugs Subject: rsync: detect moved files? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Delivered-To: submit@bugs.debian.org Package: rsync Version: 2.1.1-1 Severity: wishlist It would be nice if rsync could detect a moved file. For example, if when downloading, there is a new file that matches the information of an old file now gone (timestamp and/or file size, depending on the command-line options) then rsync could just do an md5sum to see if they're the same. If they are the same, then just move the local file. Brian ( bcwhite@pobox.com ) ------------------------------------------------------------------------------- In theory, theory and practice are the same. In practice, they're not.