On Thu, 2006-05-11 at 22:41 +0200, Florian Lindner wrote: > [EMAIL PROTECTED] ~/backupTest/2006-05-07/home/florian/Desktop/back $ ll > insgesamt 4 > -rw-r--r-- 1 florian users 4 7. Mai 13:36 file1 > > [EMAIL PROTECTED] ~/backupTest/2006-05-07_1/home/florian/Desktop/back $ ll > insgesamt 4 > -rw-r--r-- 1 florian users 4 7. Mai 13:37 file1
You need to tell rsync to preserve mtimes (--times or -t) for it to notice that the file hasn't changed. Otherwise, rsync copies the file again instead of making a hard link. Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html