Hello,
I run a few jail withing FreeBSD 10.1 and I have some backup script that run in every jails.
I have created a zfs dataset and the aim is to mount this backup point in every jails to they all save to it
. On the host, I then send all the single backup off site in 1 go..
I tried
Is it possible to use
When I tried it failed with
I run a few jail withing FreeBSD 10.1 and I have some backup script that run in every jails.
I have created a zfs dataset and the aim is to mount this backup point in every jails to they all save to it
Code:
sudo zfs create -o compression=lz4 zroot/DATA/backups
I tried
zfs set mountpoint
but realised that I can only mount 1 jaik using this..Is it possible to use
mount_nullfs
to do this?When I tried it failed with
Code:
mount_nullfs: /zroot/tmp/zroot: No such file or directory