[AMOS commit] MDL-35773 Backup: API should have option to not backup files Committed into Git: 2018-12-10 01:27 UTC

[AMOS commit] MDL-35773 Backup: API should have option to not backup files Committed into Git: 2018-12-10 01:27 UTC

by AMOS bot -
Number of replies: 0
Author: Matt Porritt
MDL-35773 Backup: API should have option to not backup files
Allow both UI and automated backups to be created without
including files. Instead include only file references.
This is essentially implementing "SAMESITE" to backup files
instead of only for import and export functionality.
A new backup setting to include files (defaults to yes)
has been included.

The restore process will also look for and attempt to
restore files from the trashdir as part of restoring
backups. Additionally to support this process the
ammount of time files are kept in trashdir before they
are cleaned up via cron is also adjustable via admin
setting.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=d7e4481e9875ff79e74b90e79d23c726f730e178
http://github.com/moodle/moodle/commit/d7e4481e9875ff79e74b90e79d23c726f730e178

+ 3.8 en [filescleanupperiod,core_admin]
+ 3.8 en [filescleanupperiod_help,core_admin]
+ 3.8 en [configgeneralfiles,core_backup]
+ 3.8 en [generalfiles,core_backup]
+ 3.8 en [rootsettingfiles,core_backup]
+ 3.8 en [samesitenotification,core_backup]