Searched refs:zpools (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/periodic/etc/daily/
H A D223.backup-zfs48 zpools=$(zpool list $daily_backup_zpool_list_flags)
50 if [ -z "$zpools" ]; then
51 echo 'daily_backup_zfs_enable is set to YES but no zpools found.'
57 echo "$zpools" > "$bak_dir/zpool_list.tmp"
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh264 # Set the base name we use for zpools
267 if [ ! -d "${TMPDIR}/.zpools" ] ; then
268 mkdir -p ${TMPDIR}/.zpools
271 if [ -e "${TMPDIR}/.zpools/${DEVICE}" ] ; then
272 cat ${TMPDIR}/.zpools/${DEVICE}
276 NUM=`ls ${TMPDIR}/.zpools/ | wc -l | sed 's| ||g'`
291 mkdir -p ${TMPDIR}/.zpools/`dirname $DEVICE`
292 echo "$NEWNAME" >${TMPDIR}/.zpools/${DEVICE}

Completed in 59 milliseconds