Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
home_server:home_server_setup:other_services:snapraid [2025-02-16 Sun wk07 09:51] – [snapraid] baumkphome_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://zackreed.me/setting-up-snapraid-on-ubuntu/|Setting up SnapRAID on Ubuntu to Create a Flexible Home Media Fileserver]] and [[https://havetheknowhow.com/configure-the-server/install-snapraid/|How to install and configure SnapRAID on Ubuntu Server]]
 +
 <code bash>apt-get install gcc git make -y <code bash>apt-get install gcc git make -y
  
 cd  cd 
-wget https://github.com/amadvance/snapraid/releases/download/v12.3/snapraid-12.3.tar.gz +wget https://github.com/amadvance/snapraid/releases/download/v13.0/snapraid-13.0.tar.gz 
-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/snapraid.conf.example /etc/snapraid.conf+cp ~/snapraid-13.0/snapraid.conf.example /etc/snapraid.conf
 cd .. cd ..
  
Line 43: Line 45:
  
 ++++My main server configuration files, /etc/snapraid.conf| ++++My main server configuration files, /etc/snapraid.conf|
-I probably should check this configuration file against the latest version example.  My current operating version is 12.0 (2021/12) the latest version is 12.(2025/01), there looks to be mainly some minor optimisations and bug fixes.+I probably should check this configuration file against the latest version example.  My current operating version is 12.0 (2021/12) the latest version is 13.(2026/03), there looks to be mainly some minor optimisations and bug fixes.
 <code># Example configuration for snapraid <code># Example configuration for snapraid