{i18n}Document Storage Verification{/i18n}

{i18n}When restoring from backups or checking that everything is functioning correctly with your DMS, it is important to know that all files that've been added to the system are present, and that no extraneous files have been found in the repository. This page shows you any such issues which you should investigate.{/i18n}

{i18n}All paths are relative to your Documents directory.{/i18n}

{if $aFilesToRemove or $aRepoDocumentProblems}
{i18n}Warning: Database is inconsistent with the contents of the repository.{/i18n}
{if $aRepoDocumentProblems}

{i18n}These documents have versions that are not present on the filesystem. Consider restoring them from backups.{/i18n}

{/if} {if $aFilesToRemove}

{i18n}The following files are present in the repository, but do not exist in the database.{/i18n}:

{/if} {else}
{i18n}No problems found - database is consistent with the contents of the repository.{/i18n}
{/if}