elendel: Tweak datasets and backups
This commit is contained in:
parent
2c02168a3a
commit
9e04ebf0ae
4 changed files with 18 additions and 4 deletions
|
@ -60,7 +60,7 @@
|
|||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
"/var/lib/accentor" = {
|
||||
device = "zroot/local/services/accentor";
|
||||
device = "zroot/safe/services/accentor";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/accentor/transcodes" = {
|
||||
|
@ -71,6 +71,10 @@
|
|||
device = "zroot/local/services/docker";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/postgresql" = {
|
||||
device = "zroot/safe/services/postgresql";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/transmission" = {
|
||||
device = "zroot/safe/services/transmission";
|
||||
fsType = "zfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue