From owner-freebsd-hackers@freebsd.org Wed Dec 23 10:43:38 2015 Return-Path: Delivered-To: freebsd-hackers@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 A2B0AA50125 for ; Wed, 23 Dec 2015 10:43:38 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 884B81ECB for ; Wed, 23 Dec 2015 10:43:38 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 84DCBA50124; Wed, 23 Dec 2015 10:43:38 +0000 (UTC) Delivered-To: hackers@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 84677A50123 for ; Wed, 23 Dec 2015 10:43:38 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 491FD1ECA for ; Wed, 23 Dec 2015 10:43:38 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: by mail-qg0-x231.google.com with SMTP id 74so82523561qgh.1 for ; Wed, 23 Dec 2015 02:43:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=WKDUSoslDQKMiYjc4VwMLdeFpmcvVWHR5H5ybWDOOT0=; b=ZBB2NDyniIL7N7uAhdEuSKzJjIX20BvFEfWgxf5t0vJ54/16BesXQiY11FKZLQtTLj nunFuQPH+EqWMbuVKiZw8SQu4ZVOteNz52DGnyIHdulrao1m+RoRBCJVhPBFsc4dAeaQ mEqqY8Qc30fHKw/B7vHSpbD1cFhDddUpAY3UnLMui9fofMXPYskEeyzaI9Rp78enEAMU 2z6a7Axm1JGj8QVg3psytDsQtgzP50T0zp86Oe9dk7G3vh0mvLigqacAT+M6Xx7Azml2 CqezeyA+UVOI9aJFm1YNzqjr+HU3kZARmQGoK6mW+zXaAOazJPrrwSYFIBRqxrRuh6S1 uquw== MIME-Version: 1.0 X-Received: by 10.140.93.117 with SMTP id c108mr38495067qge.101.1450867417306; Wed, 23 Dec 2015 02:43:37 -0800 (PST) Received: by 10.140.35.177 with HTTP; Wed, 23 Dec 2015 02:43:37 -0800 (PST) Date: Wed, 23 Dec 2015 21:43:37 +1100 Message-ID: Subject: The minimum amount of memory needed to use ZFS. From: Stephen Hocking To: hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 10:43:38 -0000 Hi all, Inspired by this article: http://arstechnica.com/information-technology/2015/12/rsync-net-zfs-replication-to-the-cloud-is-finally-here-and-its-fast/ I am wondering about changing my offsite back strategy, which currently is made up of a Raspberry Pi with an external 3TB drive sitting at my brother's house, with periodic manual rsyncs. I'd like to change that to doing zfs replications. I want to use some of my ARM based hardware as the target for the ZFS replication, owing to its low power usage. I have a few Cubiboxes floating around with around 2G of RAM, and a RPI2 or a Banana Pi with 1G. It'd have a UFS root on the SD card, and ZFS on the external drive. Any ideas?