keep /backups snaps by default
This commit is contained in:
@ -126,7 +126,6 @@ The following datasets, common for FreeBSD users, are excluded by default:
|
||||
|
||||
* `/usr/ports`
|
||||
* `/usr/src`
|
||||
* `/backups`
|
||||
|
||||
If you do not want these excluded, pass an empty `EXCLUDES` envvar.
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user