From owner-freebsd-fs@freebsd.org Tue Jul 17 10:20:58 2018 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 328BB1035EF0 for ; Tue, 17 Jul 2018 10:20:58 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B868981A7E for ; Tue, 17 Jul 2018 10:20:57 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) X-Originating-IP: 193.54.192.15 Received: from dmc12.centralesupelec.fr (nat-personnel.rennes.supelec.fr [193.54.192.15]) (Authenticated sender: ganael.laplanche@martymac.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id B374E60003 for ; Tue, 17 Jul 2018 10:20:49 +0000 (UTC) From: Ganael Laplanche To: freebsd-fs@freebsd.org Subject: fpsync gains cpio(1) support Date: Tue, 17 Jul 2018 12:20:44 +0200 Message-ID: <3459157.rPZctSQzey@dmc12.centralesupelec.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Level: X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2018 10:20:58 -0000 Hi Everyone, Maybe some of you know fpart(1) and fpsync(1), two utilities I wrote to parallelize rsync(1) passes (locally or through a cluster of SSH workers) and speed up big data migrations: https://github.com/martymac/fpart/ I am pleased to announce that fpsync(1) now supports cpio(1) natively, see: https://github.com/martymac/fpart/commit/ f4777ee3163f62d2dcd95b2a38df8603381c7584 That mode enables even more faster replication passes (useful during first passes, not the 'final' -cleaning- one). Since I've not yet tagged a new release, the FreeBSD port (sysutils/fpart) is not up-to-date yet, but the git version should build out-of-the box. I would be pleased to get feedback about that new feature, feel free to contact me if you have any remarks or questions :) Best regards, -- Ganael LAPLANCHE http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org