enable snaps for sabnzbd and qbittorrent appdata
This commit is contained in:
parent
f1dbebd3e9
commit
b79062c4ea
1 changed files with 11 additions and 11 deletions
|
@ -10,22 +10,14 @@
|
|||
daily = 7;
|
||||
monthly = 12;
|
||||
};
|
||||
"nvr" = {
|
||||
autoprune = true;
|
||||
autosnap = true;
|
||||
hourly = 24;
|
||||
daily = 7;
|
||||
};
|
||||
};
|
||||
|
||||
datasets = {
|
||||
"nahar/scrypted" = {
|
||||
useTemplate = [ "nvr" ];
|
||||
};
|
||||
"nahar/containers/volumes/plex" = {
|
||||
"nahar/qbittorrent" = {
|
||||
useTemplate = [ "production" ];
|
||||
recursive = true;
|
||||
};
|
||||
"nahar/containers/volumes/scrypted" = {
|
||||
"nahar/sabnzbd" = {
|
||||
useTemplate = [ "production" ];
|
||||
recursive = true;
|
||||
};
|
||||
|
@ -33,10 +25,18 @@
|
|||
useTemplate = [ "production" ];
|
||||
recursive = true;
|
||||
};
|
||||
"nahar/containers/volumes/plex" = {
|
||||
useTemplate = [ "production" ];
|
||||
recursive = true;
|
||||
};
|
||||
"nahar/containers/volumes/scrutiny" = {
|
||||
useTemplate = [ "production" ];
|
||||
recursive = true;
|
||||
};
|
||||
"nahar/containers/volumes/scrypted" = {
|
||||
useTemplate = [ "production" ];
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue