In /etc/defaults/periodic.conf, there's this part about daily ZFS backups:
# 223.backup-zfs
daily_backup_zfs_enable="NO" # Backup output from zpool/zfs list
daily_backup_zfs_props_enable="NO" # Backup zpool/zfs filesystem properties...
All of this is happening on the same Comp/Box.
SSD1
(I installed OS) began using the system.
zfs import -F -o altroot (nv1 zfs)
zfs send -vR
zpool export (nv1 zfs)
NV1
(I install OS) for backup source.
zfs receive -uvF
===========================================
When I start the OS in NV1...
I am working with a bhyve vm which is configured to have a zvol as its backing store. Thus:
zroot/vm/vhp3k-10 18.3G 4.01T 202K /zroot/vm/vhp3k-10
zroot/vm/vhp3k-10/disk0 18.3G 4.01T 18.0G -
The question I have is: What is the...
I have a strange problem and I am not sure if it is a bug or my fault.
(I am using a stock 13.1-RELEASE)
When I resume an interrupted zfs transfer, it seems to be missing snapshots.
The below script reproduces the problem. It creates a filesystem with some snapshots and replicates it.
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.