Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| home_server:home_server_setup:other_services:snapraid [2025-02-16 Sun wk07 09:51] – [snapraid] baumkp | home_server:home_server_setup:other_services:snapraid [2026-03-05 Thu wk10 21:20] (current) – [snapraid] baumkp | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| ++++Install Snapraid on Linux| | ++++Install Snapraid on Linux| | ||
| + | Some good references are [[https:// | ||
| + | |||
| <code bash> | <code bash> | ||
| cd | cd | ||
| - | wget https:// | + | wget https:// |
| - | tar xzvf snapraid-12.3.tar.gz | + | tar xzvf snapraid-13.0.tar.gz |
| - | cd snapraid-12.3/ | + | cd snapraid-13.0/ |
| ./configure | ./configure | ||
| make | make | ||
| Line 35: | Line 37: | ||
| make install | make install | ||
| cd .. | cd .. | ||
| - | cp ~/snapraid-12.3/ | + | cp ~/snapraid-13.0/ |
| cd .. | cd .. | ||
| Line 43: | Line 45: | ||
| ++++My main server configuration files, / | ++++My main server configuration files, / | ||
| - | I probably should check this configuration file against the latest version example. | + | I probably should check this configuration file against the latest version example. |
| < | < | ||