Fix backup folder configuration
This commit is contained in:
parent
caea091e81
commit
feb85c5350
2 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
fsType = "btrfs";
|
||||
options = [ "defaults" "noatime" ];
|
||||
};
|
||||
"/var/backup" = {
|
||||
"/var/backup/disk" = {
|
||||
device = "/dev/mapper/backup";
|
||||
fsType = "ext4";
|
||||
options = [ "defaults" "noauto" "noatime" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue