by Nicoals Romero.
(this files are empty)
Using select contenthash,filename,component,filearea from `mdl_files` where
(`component` like "backup" and `filearea` like "automated")
I get lines like this:
| da39a3ee5e6b4b0d3255bfef95601890afd80709| | .| | backup| | automated |
And lines like this:
| 1194525812deb86cb0ed44724b2c395e6411a69f| | sicherung-moodle2-course-1-moodle-20180830-0055.mb...| | backup| | automated |
This second type of files are not empty. They have individual contenthash values. And the filenames correspond zu the automated backups listed in the restore site of the corresponding courses. So no manual backups.
Let me summary some findings:
- In filedir i can find backups of all courses using the contenthash from the table (besides the place holders)
- the files are not empty
- In the new backup_auto-destination i can find all courses that have been backuped since i added the individual new folder.
- This means, that for some courses i have two backups, one in the new folder, and one in the old default location. The filenames are the same in the table, the new folder and the course restore backend.
- (Deleting the automatied backup in the course backend does not delete neither the backup in filedir nor the backup in the new folder) (<- was just testing)