mirror of https://github.com/jimsalterjrs/sanoid
Update README.md
This commit is contained in:
parent
723cdb1cd3
commit
9ab2821276
|
|
@ -1,9 +1,9 @@
|
||||||
<p align="center"><img src="http://www.openoid.net/wp-content/themes/openoid/images/sanoid_logo.png" alt="sanoid logo" title="sanoid logo"></p>
|
<p align="center"><img src="http://www.openoid.net/wp-content/themes/openoid/images/sanoid_logo.png" alt="sanoid logo" title="sanoid logo"></p>
|
||||||
======
|
======
|
||||||
|
|
||||||
Sanoid is a policy-driven snapshot management tool for ZFS filesystems.
|
Sanoid is a policy-driven snapshot management tool for ZFS filesystems. When combined with the Linux KVM hypervisor, you can use it to make your systems <a href="http://openoid.net/transcend" target="_blank">functionally immortal</a>.
|
||||||
|
|
||||||
You can use Sanoid to create, automatically thin, and monitor snapshots and pool health from a single eminently human-readable TOML config file at /etc/sanoid/sanoid.conf. (Sanoid also requires a "defaults" file located at /etc/sanoid/sanoid.defaults.conf, which is not user-editable.) A typical Sanoid system would have a single cron job:
|
More prosaically, you can use Sanoid to create, automatically thin, and monitor snapshots and pool health from a single eminently human-readable TOML config file at /etc/sanoid/sanoid.conf. (Sanoid also requires a "defaults" file located at /etc/sanoid/sanoid.defaults.conf, which is not user-editable.) A typical Sanoid system would have a single cron job:
|
||||||
|
|
||||||
```
|
```
|
||||||
* * * * * /usr/local/bin/sanoid --cron
|
* * * * * /usr/local/bin/sanoid --cron
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue