D
Deleted member 76849
Guest
In /etc/defaults/periodic.conf, there's this part about daily ZFS backups:
What is the purpose of the backups? Is it imporatnt to "Backup output from zpool/zfs list" and "Backup zpool/zfs filesystem properties" daily if I am using ZFS?
FreeBSD version : 13.2-RELEASE.
Code:
# 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
daily_backup_zfs_get_flags="all" # flags passed to `zfs get`
daily_backup_zfs_list_flags="" # flags passed to `zfs list`
daily_backup_zpool_get_flags="all" # flags passed to `zpool get`
daily_backup_zpool_list_flags="-v" # flags passed to `zpool list`
daily_backup_zfs_verbose="NO" # Report diff between the old and new backups.
What is the purpose of the backups? Is it imporatnt to "Backup output from zpool/zfs list" and "Backup zpool/zfs filesystem properties" daily if I am using ZFS?
FreeBSD version : 13.2-RELEASE.