add container volumes to zfs snapshots.
This commit is contained in:
parent
8d6933ea47
commit
db3d508176
1 changed files with 17 additions and 1 deletions
|
@ -12,6 +12,22 @@
|
||||||
monthly = 12;
|
monthly = 12;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
datasets = { };
|
datasets = {
|
||||||
|
"nahar/scrypted" = {
|
||||||
|
useTemplate = ["production"];
|
||||||
|
};
|
||||||
|
"nahar/containers/volumes/plex" = {
|
||||||
|
useTemplate = ["production"];
|
||||||
|
};
|
||||||
|
"nahar/containers/volumes/scrypted" = {
|
||||||
|
useTemplate = ["production"];
|
||||||
|
};
|
||||||
|
"nahar/containers/volumes/jellyfin" = {
|
||||||
|
useTemplate = ["production"];
|
||||||
|
};
|
||||||
|
"nahar/containers/volumes/scrutiny" = {
|
||||||
|
useTemplate = ["production"];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue