Blaine Story 9b217f0626 update snapraid readme пре 3 година
..
defaults 6ada263557 add snapraid role пре 3 година
tasks 6ada263557 add snapraid role пре 3 година
templates 6ada263557 add snapraid role пре 3 година
README.md 9b217f0626 update snapraid readme пре 3 година

README.md

snapraid

Installs and configures snapraid. Installs periodic S.M.A.R.T. tests on all disks as well as automated snapraid syncs.

Variables

snapraid_parity_disks:
  - path: /mnt/parity1
    parity: parity

  - path: /mnt/parity2
    parity: 2-parity


snapraid_data_disks:
  - path: /mnt/disk1

Cronjobs can have any of the following settings:

  • minute
  • hour
  • dom
  • month
  • dow

Default cronjob times:

snapraid_sync_cron:
  minute: '30'
  hour: '3'

snapraid_smart_test_cron:
  minute: '0'
  hour: '0' 
  dow: '0'