e2scrub.conf 685 B

12345678910111213141516171819202122232425
  1. # e2scrub configuration file
  2. # Uncomment to enable automatic periodic runs of e2scrub_all
  3. # (either via cron or via a systemd timer)
  4. # periodic_e2scrub=1
  5. # e-mail destination used by e2scrub_fail when problems are found with
  6. # the file system.
  7. # recipient=root
  8. # e-mail sender used by e2scrub_fail when problems are found with
  9. # the file system.
  10. # sender=e2scrub@host.domain.name
  11. # Snapshots will be created to run fsck; the snapshot will be of this size.
  12. # snap_size_mb=256
  13. # Set this to 1 to enable fstrim for everyone.
  14. # fstrim=0
  15. # Arguments passed into e2fsck.
  16. # e2fsck_opts="-vtt"
  17. # Set this to 1 to have e2scrub_all scrub all LVs, not just the mounted ones.
  18. # scrub_all=0