From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0C94158041 for ; Thu, 28 Mar 2024 13:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7CBDE2A05; Thu, 28 Mar 2024 13:51:52 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69DC4E29FA for ; Thu, 28 Mar 2024 13:51:52 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1rpqAY-0005RX-Nu for gentoo-user@lists.gentoo.org; Thu, 28 Mar 2024 14:51:51 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: How to synchronise between 2 locations Date: Thu, 28 Mar 2024 13:51:42 -0000 (UTC) Message-ID: References: <12420309.O9o76ZdvQC@persephone> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-Agent: slrn/1.0.3 (Linux) X-Archives-Salt: 15a3fe06-7cf3-49ed-a25e-919fd83b85bf X-Archives-Hash: 1ac8b24dcd0c622b0fcfaaa9bb05a6f2 On 2024-03-27, Mark Knecht wrote: > On Wed, Mar 27, 2024 at 11:59 AM J. Roeleveld wrote: >> I am looking for a way to synchronise a filesystem between 2 >> servers. Changes can occur on both sides which means I need to >> have it synchronise in both directions. > > How synchronized? For instance, does it need to handle identicals where > a file is on both sides but has been moved? Does it need to handle the case where the same file is modified independently on both sides?