2013-10-11 04:45:46 +00:00
|
|
|
<div .span9 .hero-unit>
|
|
|
|
<h2>
|
|
|
|
Consistency checks
|
|
|
|
<p>
|
|
|
|
Checking the contents of a repository periodically will ensure that #
|
|
|
|
your data is in good shape. Any problems that are detected will #
|
|
|
|
be automatically fixed.
|
|
|
|
<p>
|
|
|
|
Running the consistency check involves reading all the files in the #
|
|
|
|
repository, which can take a long time if it's large. Running just a #
|
|
|
|
little at a time will eventually check the whole repository.
|
2013-10-11 06:57:36 +00:00
|
|
|
$if (not (null checks))
|
|
|
|
<p>
|
|
|
|
Currently scheduled checks:
|
|
|
|
$forall check <- checks
|
|
|
|
^{fsckForm False check}
|
2013-10-11 04:45:46 +00:00
|
|
|
<p>
|
2013-10-11 06:57:36 +00:00
|
|
|
Add a check:
|
|
|
|
^{fsckForm True defaultFsck}
|