<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3ABackup_2.0_multiple_formats</id>
	<title>Development:Backup 2.0 multiple formats - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3ABackup_2.0_multiple_formats"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Backup_2.0_multiple_formats&amp;action=history"/>
	<updated>2026-05-07T05:02:40Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Backup_2.0_multiple_formats&amp;diff=10840&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Backup_2.0_multiple_formats&amp;diff=10840&amp;oldid=prev"/>
		<updated>2024-10-21T08:51:01Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 08:51, 21 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Backup_2.0_multiple_formats&amp;diff=10839&amp;oldid=prev</id>
		<title>1&gt;Stronk7 в 22:59, 1 февраля 2011</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Backup_2.0_multiple_formats&amp;diff=10839&amp;oldid=prev"/>
		<updated>2011-02-01T22:59:25Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:Development:Backup 2.0}}{{Work in progress}}{{Moodle_2.0}}&lt;br /&gt;
&lt;br /&gt;
One of the major goals of the [[Development:Backup 2.0|Moodle 2.0 backup]] development is to be able to support multiple formats, both on export (backup) and import (restore), all them handled from core backup/restore code in a central and unified way.&lt;br /&gt;
&lt;br /&gt;
This document explains how those formats will work and interact with Moodle, defining responsibilities and data flow between each part.&lt;br /&gt;
&lt;br /&gt;
== Basic Concepts ==&lt;br /&gt;
&lt;br /&gt;
Moodle 2.0 has one unique, &amp;#039;&amp;#039;&amp;#039;documented&amp;#039;&amp;#039;&amp;#039;, valid XML format. Details about it can be found in the [[Development:Backup 2.0 XML format|Backup 2.0 XML format]] page. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;(note the page doesn&amp;#039;t exist yet because it&amp;#039;s one of the parts being researched in the next weeks)&amp;lt;/font&amp;gt; This will be the &amp;#039;&amp;#039;&amp;#039;M20-BCK&amp;#039;&amp;#039;&amp;#039; format. It&amp;#039;s highly possible that this format will end being noticeably different from current (monolithic) format used in Moodle 1.9, although internal structures will remain pretty similar.&lt;br /&gt;
&lt;br /&gt;
Also, there is one unique, &amp;#039;&amp;#039;&amp;#039;undocumented&amp;#039;&amp;#039;&amp;#039; (but easily readable and understandable because it&amp;#039;s basically one DB dump) XML format used before Moodle 2.0, let&amp;#039;s call it the &amp;#039;&amp;#039;&amp;#039;M19-BCK&amp;#039;&amp;#039;&amp;#039; (from Moodle 1.9) format. It&amp;#039;s an important format because we need to guarantee that any M19-BCK file will be properly restored in Moodle 2.0.&lt;br /&gt;
&lt;br /&gt;
And then there are various formats, let&amp;#039;s call them &amp;#039;&amp;#039;&amp;#039;3RD-BCK&amp;#039;&amp;#039;&amp;#039; (3rd part backup formats) that should provide Moodle with extra backup / restore abilities. Notorious examples of these formats are: Blackboard 5.5, Blackboard 6.0 (see [http://cvs.moodle.org/moodle/backup/bb/?pathrev=MOODLE_19_STABLE cvs] to see how they are working in Moodle 1.x), or the new [http://www.imsglobal.org/cc/index.html IMS CC] format. In any case, all them will work in the same way under Moodle 2.0, so let&amp;#039;s put them under the &amp;quot;3RD-BCK&amp;quot; umbrella.&lt;br /&gt;
&lt;br /&gt;
== Restore Data Flow ==&lt;br /&gt;
&lt;br /&gt;
Here it&amp;#039;s one general overview of how those multiple formats are supported on restore. It handles M20-BCK backups (in blue, main restore process) and both 3RD-BCK and M19-BCK formats (in green, handling other formats sub-process).&lt;br /&gt;
&lt;br /&gt;
[[Image:RestoreFormatsActivityDiagram.png|640px]]&lt;br /&gt;
&lt;br /&gt;
([[Media:RestoreFormatsActivityDiagram.dia|original file available here]] - editable with [http://projects.gnome.org/dia Dia])&lt;br /&gt;
&lt;br /&gt;
== Backup Data Flow ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Backup]]&lt;/div&gt;</summary>
		<author><name>1&gt;Stronk7</name></author>
	</entry>
</feed>