ZFS with 32-bit, non-x86 kernel

Poul-Henning Kamp phk at phk.freebsd.dk
Fri Oct 4 19:56:16 UTC 2019


--------
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@$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.


More information about the freebsd-current mailing list