From owner-freebsd-questions@freebsd.org Mon Dec 7 22:13:45 2015 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 DED789C1AD1 for ; Mon, 7 Dec 2015 22:13:45 +0000 (UTC) (envelope-from terje@elde.net) Received: from rand.keepquiet.net (keepquiet.net [144.76.43.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "keepquiet.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9EC01199 for ; Mon, 7 Dec 2015 22:13:44 +0000 (UTC) (envelope-from terje@elde.net) Received: from [10.130.11.109] (cm-84.210.87.28.getinternet.no [84.210.87.28]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: terje@elde.net) by rand.keepquiet.net (Postfix) with ESMTPSA id 7437F8B6; Mon, 7 Dec 2015 22:13:35 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Synchronizing directory hierarchies via SFTP From: Terje Elde X-Mailer: iPhone Mail (13B143) In-Reply-To: <13761006.QDN0LtKzYl@desk8.phess.net> Date: Mon, 7 Dec 2015 23:13:34 +0100 Cc: FreeBSD Questions Mailing List Content-Transfer-Encoding: quoted-printable Message-Id: References: <13761006.QDN0LtKzYl@desk8.phess.net> To: Patrick Hess X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 22:13:46 -0000 > On 07 Dec 2015, at 22:13, Patrick Hess wrote: >=20 > So before I go and create a new port for csync, is there anything > similar already available in the ports? What about combining things? You could mount the sftp locally (sshfs, fuse?), and then use rsync as if wi= th two local dirs? (If that will be efficient depends a lot on your workload) Terje=