Skip to content
#

zfs

Here are 329 public repositories matching this topic...

jas01
jas01 commented May 9, 2018

Hi,

Just install on a fresh install FreeBSD-11.1-p9 iocage.

When I launch iocage without /dev/fd (fdescfs) it took almost 30 sec (visual chrono) to get the help message

[root@filer]# time iocage > /dev/null
real    0m24.993s
user    0m8.856s
sys     0m16.138s
[root@filer]# 

But if I mount the /dev/fd

[root@filer]# time iocage > /dev/null
real    0m0.401s
user    0m
clarfonthey
clarfonthey commented May 7, 2022

Right now, it's possible to request backing up all pools by providing the > pattern to zrepl, but it's not possible to disable patterns based upon datasets within pools.

Essentially, I recently reorganised my pools such that the entire pools are snapshotted, except for the datasets within a nosnap dataset at the root of the pools. It would be helpful to be able to annotate this via zrepl, u

Improve this page

Add a description, image, and links to the zfs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zfs topic, visit your repo's landing page and select "manage topics."

Learn more