update defaults for proxmox
This commit is contained in:
2
zfsbk.sh
2
zfsbk.sh
@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# change this to the name of your ZFS pool. Or set ZPOOL envvar at runtime
|
# change this to the name of your ZFS pool. Or set ZPOOL envvar at runtime
|
||||||
zpool=${ZPOOL:-"zroot"}
|
zpool=${ZPOOL:-"rpool"}
|
||||||
|
|
||||||
# name of backup to take
|
# name of backup to take
|
||||||
bkname=${1:-"default"}
|
bkname=${1:-"default"}
|
||||||
|
|||||||
@ -1,12 +1,13 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# change this to the name of your ZFS pool. Or set ZPOOL envvar at runtime
|
# change this to the name of your ZFS pool. Or set ZPOOL envvar at runtime
|
||||||
zpool=${ZPOOL:-"zroot"}
|
zpool=${ZPOOL:-"rpool"}
|
||||||
|
|
||||||
# names of the DATASETs to exclude (datasets, not mountpoints!)
|
# names of the DATASETs to exclude (datasets, not mountpoints!)
|
||||||
# can override this list at runtime with EXCLUDES envvar.
|
# can override this list at runtime with EXCLUDES envvar.
|
||||||
# can extend this list at runtime with EXTRA_EXCLUDES envvar.
|
# can extend this list at runtime with EXTRA_EXCLUDES envvar.
|
||||||
excludes=${EXCLUDES:-"/usr/ports /usr/src"}
|
#excludes=${EXCLUDES:-"/usr/ports /usr/src"}
|
||||||
|
excludes=${EXCLUDES:-""}
|
||||||
|
|
||||||
|
|
||||||
# You do not want to edit anything below here
|
# You do not want to edit anything below here
|
||||||
|
|||||||
Reference in New Issue
Block a user