SnapRAID: Difference between revisions
Created page with "[https://www.snapraid.it/ SnapRAID] allows you to create snapshot parities for hard drives. ==Usage== * Install snapraid. ** Easiest way is to use [https://github.com/Ironi..." |
|||
Line 9: | Line 9: | ||
* Run <code>snapraid sync -c snapraid.conf</code> to sync. | * Run <code>snapraid sync -c snapraid.conf</code> to sync. | ||
* Schedule period syncs and sweeps with [https://github.com/Chronial/snapraid-runner snapraid-runner] and crontab | * Schedule period syncs and sweeps with [https://github.com/Chronial/snapraid-runner snapraid-runner] and crontab | ||
===Commands=== | |||
<pre> | |||
snapraid scrub -c snapraid.conf | |||
</pre> | |||
==Resources== | ==Resources== | ||
* [https://blog.linuxserver.io/2017/06/24/the-perfect-media-server-2017/ linuxserver.io The Perfect Media Server] | * [https://blog.linuxserver.io/2017/06/24/the-perfect-media-server-2017/ linuxserver.io The Perfect Media Server] |
Latest revision as of 04:12, 18 January 2022
SnapRAID allows you to create snapshot parities for hard drives.
Usage
- Install snapraid.
- Easiest way is to use https://github.com/IronicBadger/docker-snapraid
- Create a snapraid config called
snapraid.conf
:
- Run
snapraid sync -c snapraid.conf
to sync. - Schedule period syncs and sweeps with snapraid-runner and crontab
Commands
snapraid scrub -c snapraid.conf