fix zfs snapshot
This commit is contained in:
parent
d234b775e2
commit
e955729703
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,7 @@
|
|||
options = {
|
||||
canmount = "noauto";
|
||||
mountpoint = "/";
|
||||
"com.sun:auto-snapshot" = "true";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -113,6 +114,7 @@
|
|||
options = {
|
||||
canmount = "on";
|
||||
mountpoint = "/home";
|
||||
"com.sun:auto-snapshot" = "true";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue