Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.9.1
-
Fix Version/s: None
-
Component/s: Backup
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
Currently automaticv backup saves only one file, deleting previous files on the next backup. This scheme has very high risk of data loss: we encountered an attempt to illegally delete data made shortly before automatic backup work, so it backuped new, damaged course and delete old backup. This could potentially lead to major data loss.
The problem is easily solved by keeping several backup files (possibly admin can chose how many). Also it would be good to automaticaly send backup files via e-mail since experienced hacker can attempt to delete them from Moodle catalog (or store it in some place, accessible only for admins).
Please heed this problem. Kepping olny one backup file in automatic backup is a serious flaw in the site security.
Hello, the built in scheduled backups are not recommended for large sites, you can do sql database dumps or database file snapshots.