I am currently using sysutils/zfSnap to make rolling zfs snapshots of my second pool where I have stored my data. The system uses a separate pool. At the moment I use this scheme:
So my question is, how heavy are zfs snapshots on disk I/O? From what I understand of zfs, most I/O occurs when deleting the old snapshots rather than when creating them. Does this have a negative effect on the disk lifespan? I am tempted to remove the hourly snapshots.
Thanks.
- Hourly and keep for one day.
- Daily and keep for one week.
- Weekly and keep for one month.
- Monthly and keep for one year.
So my question is, how heavy are zfs snapshots on disk I/O? From what I understand of zfs, most I/O occurs when deleting the old snapshots rather than when creating them. Does this have a negative effect on the disk lifespan? I am tempted to remove the hourly snapshots.
Thanks.