challenger: re-add backup nfs mount
This commit is contained in:
parent
05134a6121
commit
f2230c6e70
@ -17,16 +17,16 @@
|
|||||||
interval = "Wed *-*-8..14 00:00:00";
|
interval = "Wed *-*-8..14 00:00:00";
|
||||||
};
|
};
|
||||||
|
|
||||||
# fileSystems = {
|
fileSystems = {
|
||||||
# "/mnt/feal-syn1/backup" = {
|
"/mnt/feal-syn1/backup" = {
|
||||||
# device = "feal-syn1.home.feal.no:/volume2/backup";
|
device = "feal-syn1.home.feal.no:/volume2/backup";
|
||||||
# fsType = "nfs";
|
fsType = "nfs";
|
||||||
# options = [
|
options = [
|
||||||
# "defaults"
|
"defaults"
|
||||||
# "noatime"
|
"noatime"
|
||||||
# "rw"
|
"rw"
|
||||||
# "nfsvers=3"
|
"nfsvers=3"
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user