1 |
efrain |
1 |
# All backups #
|
|
|
2 |
|
|
|
3 |
This report allows access to all backups on a site - including those stored in the users private files area and can download/restore or delete the backup files.
|
|
|
4 |
|
|
|
5 |
# Branches #
|
|
|
6 |
The following Moodle branches are supported
|
|
|
7 |
|
|
|
8 |
| Moodle version | Git branch |
|
|
|
9 |
| ----------------- | ----------- |
|
|
|
10 |
| Moodle 3.5 to 3.7 | MOODLE_37_STABLE |
|
|
|
11 |
| Moodle 3.8 to 3.9 | MOODLE_39_STABLE |
|
|
|
12 |
| Moodle 3.10 | MOODLE_310_STABLE |
|
|
|
13 |
| Moodle 3.11 and higher | MOODLE_311_STABLE |
|
|
|
14 |
| Moodle 4.0 and higher | MOODLE_400_STABLE |
|
|
|
15 |
|
|
|
16 |
# Warm thanks #
|
|
|
17 |
Thanks to Zentrum für Schulqualität und Lehrerbildung Baden-Württemberg https://zsl.kultus-bw.de/ for sponsoring the development on this plugin and allowing it to be shared with the community.
|
|
|
18 |
## License ##
|
|
|
19 |
|
|
|
20 |
2020 Catalyst IT
|
|
|
21 |
|
|
|
22 |
This program is free software: you can redistribute it and/or modify it under
|
|
|
23 |
the terms of the GNU General Public License as published by the Free Software
|
|
|
24 |
Foundation, either version 3 of the License, or (at your option) any later
|
|
|
25 |
version.
|
|
|
26 |
|
|
|
27 |
This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
|
28 |
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
29 |
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|
30 |
|
|
|
31 |
You should have received a copy of the GNU General Public License along with
|
|
|
32 |
this program. If not, see <http://www.gnu.org/licenses/>.
|