From owner-freebsd-questions@FreeBSD.ORG Tue Sep 2 06:57:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5E8A16A4BF for ; Tue, 2 Sep 2003 06:57:06 -0700 (PDT) Received: from astra.telenet-ops.be (astra.telenet-ops.be [195.130.132.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11AB143F85 for ; Tue, 2 Sep 2003 06:57:06 -0700 (PDT) (envelope-from n.b@myrealbox.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by astra.telenet-ops.be (Postfix) with SMTP id 7B07C37F19 for ; Tue, 2 Sep 2003 15:57:04 +0200 (MEST) Received: from cronos.home.vsb (d5153CAA6.kabel.telenet.be [81.83.202.166]) by astra.telenet-ops.be (Postfix) with ESMTP id 5455237F13 for ; Tue, 2 Sep 2003 15:57:04 +0200 (MEST) From: Guy Van Sanden To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1062511023.4165.5.camel@cronos.home.vsb> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4-1tex Date: Tue, 02 Sep 2003 15:57:04 +0200 Content-Transfer-Encoding: 7bit Subject: rsync problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 13:57:06 -0000 Hello I'm using rsync to sort of mirror two 40GB disks (once a day). All partitions work as expected, but root is weird (and as you can see below, I sort of made it too small). I use this command: /usr/local/bin/rsync -ax --delete / /mirror/rootfs But this is what I'm getting: df -m Filesystem 1M-blocks Used Avail Capacity Mounted on /dev/ad0s1a 154 71 70 51% / /dev/ad1s1a 154 138 4 97% /mirror/rootfs So, there's a 67 MB difference between both. I started out wite a cleanly formatted mirror (UFS2) My system is FreeBSD 5.0 RELEASE-p11 Thanks for any help Guy