# Parity files - stored on the largest disks or dedicated parity drives. 1-parity /mnt/parity1/snapraid.parity 2-parity /mnt/parity2/snapraid.parity # Content files - store metadata; should be on multiple drives for redundancy. content /var/snapraid.content content /mnt/disk1/.snapraid.content content /mnt/disk2/.snapraid.content content /mnt/disk3/.snapraid.content content /mnt/disk4/.snapraid.content # Data drives - these contain actual files. data d1 /mnt/disk1 data d2 /mnt/disk2 data d3 /mnt/disk3 data d4 /mnt/disk4 # Excludes hidden files and directories exclude *.unrecoverable exclude /tmp/ exclude /lost+found/ exclude downloads/ exclude Downloads/ exclude appdata/ 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 'sync' # commands interrupted by a machine crash. # It also improves the recovering if a disk break during a 'sync'. # Default value is 0, meaning disabled. # Format: "autosave SIZE_IN_GB" #autosave 512 #autosave 1024 autosave 2048