Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
COPYING | ||
|
|
README | ||
|
|
e2croncheck | ||
README
e2croncheck – run e2fsck on a snapshot of an LVM volume USAGE: e2croncheck vgname/lvname Call this with >/dev/null from your weekly crontab. The script prints nothing to stderr and returns zero if the check is successful. Otherwise, the fsck log is printed to stderr and a non-zero value is returned. The cron daemon will then mail the output to you. This version of e2croncheck has been modified quite a bit by Johan Kiviniemi. The original version by Theodore Ts'o: http://kernel.org/pub/linux/kernel/people/tytso/e2croncheck