Re: ZFS with 32-bit, non-x86 kernel

From: Poul-Henning Kamp <phk_at_phk.freebsd.dk>
Date: Fri, 04 Oct 2019 19:56:12 +0000
--------
In message <b7c2b26488c0238f4e77657b5fce0d798ba13ebd.camel_at_freebsd.org>, Ian Le
pore writes:

>There have also been some bug reports as recently as 2017 indicating
>that people are still doing this on small armv7 systems.

I actually have a potential off-site backup server in my lab right now,
consisting of a BeagleBoneBlack and two USB disks, seems to work.

The basic scheme is a cronjob which:

	zfs import inl
	run various rsyncs
	zfs snapshot -r inl_at_$YYMMDDHHMM
	zfs export inl

The import/export is so the USB disks spin down.

Not sure if ZFS will croak the 512M RAM on other workloads, but for
this one it seems to work fine so far.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk_at_FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
Received on Fri Oct 04 2019 - 17:56:16 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:22 UTC