1
0

keep /backups snaps by default

This commit is contained in:
michele
2014-04-01 13:18:09 +02:00
parent d2c7d6c415
commit 4d72ac0ecc
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ zpool=${ZPOOL:-"zroot"}
# names of the DATASETs to exclude (datasets, not mountpoints!)
# can override this list at runtime with EXCLUDES envvar.
# can extend this list at runtime with EXTRA_EXCLUDES envvar.
excludes=${EXCLUDES:-"/usr/ports /usr/src /backups"}
excludes=${EXCLUDES:-"/usr/ports /usr/src"}
# You do not want to edit anything below here