You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ It is meant to be run periodically (e.g. daily) and do the heavy lifting, then s
7
7
8
8
Supports single and dual parity configurations.
9
9
10
-
It is customizable and has been tested with Debian 10 and OpenMediaVault 5.
10
+
It is customizable and has been tested with Debian 10 and [OpenMediaVault 5](https://github.com/openmediavault/openmediavault).
11
11
12
12
Contributions are welcome: there's always room for improvement!
13
13
@@ -170,6 +170,8 @@ You can also change more advanced options such as mail binary (by default uses `
170
170
-~~Hd-idle to spin down disks - [Link TBD] - currently not required since spin down does not work properly.~~
171
171
172
172
# Installation
173
+
If you want to use this script on OMV, don't worry about the section _Diff Script Settings_ in the main page of the SnapRAID plugin. These settings only apply to the plugin built-in script. Also don't forget to remove from scheduling the built-in script.
174
+
173
175
1. Install markdown `apt install python-markdown`. You can skip this step since the script will check and install it for you.
174
176
2. Download config file and script, then place wherever you prefer e.g. `/usr/sbin/snapraid`
175
177
3. Give executable rights to the main script - `chmod +x snapraid-aio-script.sh`
0 commit comments