snapraid re-enabled
This commit is contained in:
parent
5b31a95493
commit
ecfbe3dd51
@ -756,42 +756,38 @@ historic backup of your files, I am more concerned with the whole disk recovery
|
|||||||
in case of failure, as such a frequent sync fits my preferences.
|
in case of failure, as such a frequent sync fits my preferences.
|
||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
# snapraid = {
|
snapraid = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# touchBeforeSync = true;
|
touchBeforeSync = true;
|
||||||
# sync.interval = "02:00";
|
sync.interval = "02:00";
|
||||||
# scrub = {
|
scrub.interval = "04:00";
|
||||||
# plan = 10;
|
extraConfig = ''
|
||||||
# olderThan = 15;
|
autosave 5000
|
||||||
# interval = "4:00";
|
'';
|
||||||
# };
|
parityFiles = [
|
||||||
# parityFiles = [
|
"/mnt/disks/parity/snapraid.parity"
|
||||||
# "/mnt/disks/parity/snapraid.parity"
|
];
|
||||||
# ];
|
dataDisks = {
|
||||||
# extraConfig = ''
|
d1 = "/mnt/disks/disk1/";
|
||||||
# autosave 5000
|
d2 = "/mnt/disks/disk2/";
|
||||||
# '';
|
d3 = "/mnt/disks/seedbox/";
|
||||||
# exclude = [
|
};
|
||||||
# "/tmp/"
|
exclude = [
|
||||||
# "/lost+found/"
|
"/tmp/"
|
||||||
# "/multimedia/downloads/"
|
"/lost+found/"
|
||||||
# "/backups/"
|
"/multimedia/downloads/"
|
||||||
# "/glue/Spankbank/unorganized/chaturbate/"
|
"/backups/"
|
||||||
# "/nextcloud/nextcloud.log"
|
"/glue/Spankbank/unorganized/chaturbate/"
|
||||||
# "/.Trash-1000/"
|
"/nextcloud/nextcloud.log"
|
||||||
# "/seeding/"
|
"/seeding/"
|
||||||
# ];
|
"/.Trash-1000/"
|
||||||
# dataDisks = {
|
];
|
||||||
# d1 = "/mnt/disks/disk1/";
|
contentFiles = [
|
||||||
# d2 = "/mnt/disks/disk2/";
|
"/var/snapraid.content"
|
||||||
# d3 = "/mnt/disks/seedbox/";
|
"/mnt/snapraid/disk1/snapraid.content"
|
||||||
# };
|
"/mnt/snapraid/disk2/snapraid.content"
|
||||||
# contentFiles = [
|
];
|
||||||
# "/var/snapraid.content"
|
};
|
||||||
# "/mnt/disks/disk1/snapraid.content"
|
|
||||||
# "/mnt/disks/disk2/snapraid.content"
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* PROGRAMS
|
* PROGRAMS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user