From owner-freebsd-questions@freebsd.org Sat Aug 26 12:14:48 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFCFDDF5414 for ; Sat, 26 Aug 2017 12:14:48 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D87C6A014 for ; Sat, 26 Aug 2017 12:14:48 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wr0-x244.google.com with SMTP id o76so1310525wrb.5 for ; Sat, 26 Aug 2017 05:14:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=X0wFa8/O0KyxWUpYJHD27sBs3gUpsn88Gnn9nvLZhXc=; b=fC0vAr7MI9tVy3bqHBKkLEV932xI66tBMLe8J+lvfskE7kE+ubNnlwhnZFu8qtx+Xg mqUGVsQiPpnk/8WhZmQgtOJNzbTQQo2I4wfEPKrP5qKUoemn4u+SRF1s5NFCJ3ff54z+ 8ALOSSB4QgoZ8+lpynN9DsDqtJNrjD31E5iqglsJ7zzDT12hksFcQgJ/iBiAV1Xue7xE 4dF7UpXJxPQWSOFOpLekO5pZ76pAIax4TY4Odyqi9TQcXzakfDQPnpQQQAzwH3wDSp8a KrJ7NRCSjZW9TJS5lmD43LuHbSTxx/KOMHoXM9CyDkO8zGcy0ANOKg4t0JtgigOrfGIN Aedw== X-Gm-Message-State: AHYfb5jixSeQvBqvvBbJi8VlUMJ/zkTcj1Scd2/PiysWIB2vveGLkgVh dhEjVLi2gKzS0twW X-Received: by 10.223.143.102 with SMTP id p93mr1011255wrb.120.1503749686542; Sat, 26 Aug 2017 05:14:46 -0700 (PDT) Received: from gumby.homeunix.com ([81.17.24.158]) by smtp.gmail.com with ESMTPSA id 9sm5982382wrl.57.2017.08.26.05.14.44 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 26 Aug 2017 05:14:45 -0700 (PDT) Date: Sat, 26 Aug 2017 13:14:42 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: Anything specific to keep in mind restoring from rsync ? Message-ID: <20170826131442.4bf050e9@gumby.homeunix.com> In-Reply-To: References: <20170818074902.GA91334@gmail.com> X-Mailer: Claws Mail 3.15.0 (GTK+ 2.24.31; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2017 12:14:48 -0000 On Thu, 24 Aug 2017 18:37:29 -0600 (MDT) Warren Block wrote: > On Fri, 25 Aug 2017, Manish Jain wrote: > > But I am inclined to ask one question here : does FreeBSD actually > > have any system-installed hard links (other than . and ..) ? > > Yes: > > % du -hd1 /rescue > 9.6M /rescue > % rsync -a /rescue/ /tmp/rescue/ > % du -hd1 /tmp/rescue > 1.3G /tmp/rescue > > There might be others, but those are the ones that always get me. There are some common binaries where variants of the same program are implemented as the the same binary. e.g. less/more, csh/tcsh, *grep