Description: Implement similar task as in Moodle's ObjectFS to reconcile files on disk
Issue: catalyst/moodle-tool_objectfs#588
PR: catalyst/moodle-tool_objectfs#724
As noted in the PR, this would:
- if the hash exists on disk, but not in the database then we should be safe to just delete the file
- if the hash exists on disk and in mdl_files but no in objectfs then we add it with the metadata as local
Description: Implement similar task as in Moodle's ObjectFS to reconcile files on disk
Issue: catalyst/moodle-tool_objectfs#588
PR: catalyst/moodle-tool_objectfs#724
As noted in the PR, this would: