systems:media_server:install_snapraid
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
systems:media_server:install_snapraid [2025/05/30 23:31] – created peter | systems:media_server:install_snapraid [2025/07/12 12:25] (current) – [Configure SnapRAID] peter | ||
---|---|---|---|
Line 16: | Line 16: | ||
---- | ---- | ||
- | ===== Determine the disks in the system ===== | + | ===== Determine the mountpoints |
<code bash> | <code bash> | ||
Line 64: | Line 64: | ||
# Data drives - these contain actual files. | # Data drives - these contain actual files. | ||
data d1 /mnt/disk1 | data d1 /mnt/disk1 | ||
- | data d1 / | + | data d2 / |
- | data d2 / | + | data d3 / |
- | data d3 /mnt/disk4 | + | data d4 /mnt/disk4 |
# Excludes hidden files and directories | # Excludes hidden files and directories | ||
Line 73: | Line 73: | ||
exclude / | exclude / | ||
exclude downloads/ | exclude downloads/ | ||
+ | exclude Downloads/ | ||
exclude appdata/ | exclude appdata/ | ||
exclude *.!sync | exclude *.!sync | ||
+ | |||
+ | |||
+ | # Automatically save the state when syncing after the specified amount | ||
+ | # of GB processed (uncomment to enable). | ||
+ | # This option is useful to avoid to restart from scratch long ' | ||
+ | # commands interrupted by a machine crash. | ||
+ | # It also improves the recovering if a disk break during a ' | ||
+ | # Default value is 0, meaning disabled. | ||
+ | # Format: " | ||
+ | #autosave 512 | ||
+ | #autosave 1024 | ||
+ | autosave 2048 | ||
+ | |||
+ | |||
+ | |||
</ | </ | ||
systems/media_server/install_snapraid.1748647883.txt.gz · Last modified: 2025/05/30 23:31 by peter