From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [50.116.15.146]) by inbox.vuxu.org (Postfix) with ESMTP id 2022F2203D for ; Thu, 16 May 2024 20:39:12 +0200 (CEST) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 30ADE43A9E; Fri, 17 May 2024 04:39:08 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuhs.org; s=dkim; t=1715884748; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references:list-id:list-help:list-owner:list-unsubscribe: list-subscribe:list-post; bh=dTr6b7y9AatBxRRaAZauJXxRyZbfqXiTkL1Sad5+mVQ=; b=0Ego8l2JDKQ8oiW5ObjNFHGTW5XpK82fTqDbCpGgqrKrOAJevOPsj6dRZcyfFr8nJfK0z/ MdsBjT8VuC+CB8PCAOL59FVHvZA1DPd2vD99b6ULE6aCvH7SIvHFKTbKZ3Bd8D95uwYPJJ V5JEj38AuKg5HBIVdFREs7vf0eB0MfY= Received: from post.cogs.com (post.cogs.com [72.43.6.86]) by minnie.tuhs.org (Postfix) with ESMTPS id 89E5E43A9B for ; Fri, 17 May 2024 04:38:58 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by post.cogs.com (Postfix) with ESMTP id 0B452107DC00CB; Thu, 16 May 2024 14:38:57 -0400 (EDT) Received: from post.cogs.com ([127.0.0.1]) by localhost (post.cogs.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id AiJWioIau-Hu; Thu, 16 May 2024 14:38:49 -0400 (EDT) Received: from smtpclient.apple (syn-108-176-086-109.biz.spectrum.com [108.176.86.109]) by post.cogs.com (Postfix) with ESMTPSA id BD19D107DC00BD; Thu, 16 May 2024 14:38:48 -0400 (EDT) Message-Id: Content-Type: multipart/alternative; boundary="Apple-Mail=_27FB46CD-BBF7-43A9-88FA-9FBC55AC2A23" Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.200.91.1.1\)) Date: Thu, 16 May 2024 14:38:37 -0400 In-Reply-To: To: The Unix Heritage Society mailing list References: X-Mailer: Apple Mail (2.3774.200.91.1.1) Message-ID-Hash: IPX7ULABN5YNNOSGQEAJCG4HWKRFDGJ7 X-Message-ID-Hash: IPX7ULABN5YNNOSGQEAJCG4HWKRFDGJ7 X-MailFrom: ben@cogs.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Bakul Shah X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Be there a "remote diff" utility? List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: Ben Greenfield via TUHS Reply-To: Ben Greenfield --Apple-Mail=_27FB46CD-BBF7-43A9-88FA-9FBC55AC2A23 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I use rsync for that with the -n dry run flag > On May 16, 2024, at 2:12=E2=80=AFPM, Rich Salz = wrote: >=20 > The rsync protocol might be appropriate. See = https://www.samba.org/~tridge/phd_thesis.pdf and = https://rsync.samba.org/tech_report/node2.html >=20 --Apple-Mail=_27FB46CD-BBF7-43A9-88FA-9FBC55AC2A23 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 I use rsync = for that with the -n dry run flag

On May 16, 2024, at 2:12=E2=80=AFPM, Rich Salz = <rich.salz@gmail.com> wrote:


= --Apple-Mail=_27FB46CD-BBF7-43A9-88FA-9FBC55AC2A23--