From owner-freebsd-ports@freebsd.org Fri Oct 14 05:02:07 2016 Return-Path: Delivered-To: freebsd-ports@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 82BBCC0F891 for ; Fri, 14 Oct 2016 05:02:07 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (cerebro.liukuma.net [185.34.0.166]) by mx1.freebsd.org (Postfix) with ESMTP id 3BDB0B51 for ; Fri, 14 Oct 2016 05:02:06 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (localhost [127.0.0.1]) by cerebro.liukuma.net (Postfix) with ESMTP id 9CC37B1FC37 for ; Fri, 14 Oct 2016 08:01:59 +0300 (EEST) X-Virus-Scanned: amavisd-new at liukuma.net Received: from cerebro.liukuma.net ([127.0.0.1]) by cerebro.liukuma.net (cerebro.liukuma.net [127.0.0.1]) (amavisd-new, port 10027) with LMTP id QUhXS3aUJZhn for ; Fri, 14 Oct 2016 08:01:58 +0300 (EEST) Received: from RIVENDELL (dsl-kmibrasgw1-54f8cb-183.dhcp.inet.fi [84.248.203.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@cerebro.liukuma.net) by cerebro.liukuma.net (Postfix) with ESMTPSA id E2EBEB1FC36 for ; Fri, 14 Oct 2016 08:01:57 +0300 (EEST) DKIM-Filter: OpenDKIM Filter v2.10.3 cerebro.liukuma.net E2EBEB1FC36 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1476421318; bh=qjcAGupxLFVRK50+EMGaVusaG9Iq3Ilqf9Jy9fICGIM=; h=From:To:References:In-Reply-To:Subject:Date; b=oVBeeYjpCUyrLMVOd9Iln2zCf7Z9ei2tLYT4cAMchMx3/Sg+ylCFtxkrt0T0A/DYX mp5rLiZltPjw0yAEkeuKUi/aaYbdJZ1G33ksU94ux+yHOmkydDvXj8V+EjpLHjhz0w aBhgeChVgqhfjfJUGFzUNr6VteYe88r8d4TbGJhc= Message-ID: From: To: References: <0F5C36816EB64D09B42932E21FBC6269@RIVENDELL> In-Reply-To: <0F5C36816EB64D09B42932E21FBC6269@RIVENDELL> Subject: Re: Alternatives to rsync Date: Fri, 14 Oct 2016 08:01:51 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 05:02:07 -0000 Thanks a lot for your suggestions! Franco and Shane - I will definitely check cpdup out. Georges suggestion is neat, sadly for this usage pattern zfs isn't ideal - lack of memory, files are transferred between freebsd and linux etc. but it's definitely something I'll have to remember for the future. Greg, I've actually put some thought in making a local port of rsync2. I've done some research on it and it seems to be fairly usable and security patched still. -Reko -----Original Message----- > One of my users is needing rsync like functionality to transfer changed > contents of some directories between couple of machines. As rsync 3 isn't > open source, but GPL3 it's out of question in order to keep the system > untainted. > The software should be relatively lightweight - no fullblown > mirroring/backup is needed. Also hints how to achieve similar ends using > maybe tar/ssh might do. _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"