<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ask the German &#187; Backup</title>
	<atom:link href="http://www.askthegerman.com/archives/category/backup/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askthegerman.com</link>
	<description>"the owl of Minerva spreads its wings only with the falling of the dusk"</description>
	<lastBuildDate>Thu, 30 Apr 2009 10:26:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>RMAN Time Based Recovery</title>
		<link>http://www.askthegerman.com/archives/219</link>
		<comments>http://www.askthegerman.com/archives/219#comments</comments>
		<pubDate>Thu, 11 Dec 2008 09:45:26 +0000</pubDate>
		<dc:creator>Juergen</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Controlfile]]></category>
		<category><![CDATA[LIST INCARNATION]]></category>
		<category><![CDATA[ORA-00600]]></category>
		<category><![CDATA[RECOVERY]]></category>
		<category><![CDATA[RMAN]]></category>
		<category><![CDATA[TIME BASED]]></category>

		<guid isPermaLink="false">http://www.askthegerman.com/?p=219</guid>
		<description><![CDATA[Doing a repeated rman database time based recovery RMAN&#62; run{ &#8230; alter database mount; &#8230; set until time &#34;to_date(&#8217;27.10.2008 23:30:00&#8242;,&#8217;DD.MM.YYYY HH24:MI:SS&#8217;)&#34;; &#8230; restore database; recover database delete archivelog; alter database open resetlogs; } without rman catalog repository can fail with error: RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time To solve the issue [...]]]></description>
			<content:encoded><![CDATA[<p>Doing a repeated rman database time based recovery </p>
<p>RMAN&gt; <br />       run{<br />       &#8230;<br />       alter database mount;<br />       &#8230;<br />       set until time &quot;to_date(&#8217;27.10.2008 23:30:00&#8242;,&#8217;DD.MM.YYYY HH24:MI:SS&#8217;)&quot;;<br />       &#8230;<br />       restore database;<br />       recover database delete archivelog;<br />       alter database open resetlogs;<br />       }</p>
<p> without rman catalog repository can fail with error:</p>
<p>RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time</p>
<p>To solve the issue </p>
<ul>
<li>      list the incarnation id of the database</li>
</ul>
<p>RMAN&gt; list incarnation;</p>
<p>using target database control file instead of recovery catalog</p>
<p>List of Database Incarnations   </p>
<div align="left"><font face="Courier">DB&nbsp; Inc DB Name DB ID&nbsp;&nbsp;&nbsp; STATUS&nbsp; Reset SCN Reset Time<br />    Key Key<br />    </font></div>
<div align="left"></div>
<p align="left"><font face="Courier">  1&nbsp;&nbsp; 1&nbsp;&nbsp; ORAV10&nbsp; 76765624 PARENT&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 22.11.2007 16:44:40<br />       2&nbsp;&nbsp; 2&nbsp;&nbsp; ORAV10&nbsp; 76765624 PARENT&nbsp; 4921103&nbsp;&nbsp; 09.04.2008 11:38:07<br />       3&nbsp;&nbsp; 3&nbsp;&nbsp; ORAV10&nbsp; 76765624 ORPHAN&nbsp; 15854298&nbsp; 27.11.2008 11:43:33<br />       4&nbsp;&nbsp; 4&nbsp;&nbsp; ORAV10&nbsp; 76765624 CURRENT 15854298&nbsp; 27.11.2008 17:38:11</font></p>
<ul>
<li> set the database in mount status to incarnation id that is fitting to the selected restore time</li>
</ul>
<p>      &nbsp; <br />       RMAN&gt; shutdown immediate;<br />       RMAN&gt; startup mount;<br />       RMAN&gt; reset database to incarnation 2;</p>
<ul>
<li> repeat the database time based recovery</li>
</ul>
<p>Be careful: Do not restore controlfile. If you do so, incarnation is set the latest id and you run into same error.</p>
<p>RMAN&gt; list incarnation;</p>
<p>List of Database Incarnations   </p>
<div align="left"><font face="Courier">DB&nbsp; Inc DB Name DB ID&nbsp;&nbsp;&nbsp; STATUS&nbsp; Reset SCN Reset Time<br />   Key Key<br />   </font></div>
<div align="left"></div>
<p align="left"><font face="Courier">  1&nbsp;&nbsp; 1&nbsp;&nbsp; ORAV10&nbsp; 76765624 PARENT&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 22.11.2007 16:44:40<br />       2&nbsp;&nbsp; 2&nbsp;&nbsp; ORAV10&nbsp; 76765624 PARENT&nbsp; 4921103&nbsp;&nbsp; 09.04.2008 11:38:07<br />       5&nbsp;&nbsp; 5&nbsp;&nbsp; ORAV10&nbsp; 76765624 CURRENT 15783824&nbsp; 10.12.2008 16:03:56<br />       4&nbsp;&nbsp; 4&nbsp;&nbsp; ORAV10&nbsp; 76765624 ORPHAN&nbsp; 15854298&nbsp; 27.11.2008 17:38:11<br />       3&nbsp;&nbsp; 3&nbsp;&nbsp; ORAV10&nbsp; 76765624 ORPHAN&nbsp; 15854298&nbsp; 27.11.2008 11:43:33<br />       </font></p>
<p>In some cases you get errors during recovery<br />       ORA-00283: recovery session canceled due to errors<br />       ORA-00081: address range [0x60000000000A7D70, 0x60000000000A7D74) is not readable<br />       ORA-00600: internal error code, arguments: [kcvsor_current_inc_rdfail], [0], [], [], [], [], [], []</p>
<p>In this case you have to restore an adequate controlfile created in selected recovery time frame and that has the same incarnation as the datafiles (see also oracle support Note:378273.1) </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.askthegerman.com%2Farchives%2F219';
  addthis_title  = 'RMAN+Time+Based+Recovery';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.askthegerman.com/archives/219/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Administration Tools</title>
		<link>http://www.askthegerman.com/archives/163</link>
		<comments>http://www.askthegerman.com/archives/163#comments</comments>
		<pubDate>Sun, 23 Nov 2008 14:13:51 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[CocoaMySQL]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[MyDB Studio]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[phpMyBackupPro]]></category>
		<category><![CDATA[relational]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.askthegerman.com/?p=163</guid>
		<description><![CDATA[Being forced to work with MySQL Databases, not every Web Developer is familiar with databases in general. Now the good news is that when working in a LAMP (Linux, Apache, MySQL and PHP) environment you do not really need to have deep knowledge about relational databases to succeed. Most tools like CMS do a full [...]]]></description>
			<content:encoded><![CDATA[<p>Being forced to work with <a href="http://www.mysql.com/" title="MySQL, a famous relational database engine" target="_blank">MySQL Databases</a>, not every Web Developer is familiar with databases in general.</p>
<p> Now the good news is that when working in a <a href="http://en.wikipedia.org/wiki/LAMP" title="A synonym for a Linux, Apache, MySQL and PHP environment" target="_blank">LAMP</a> (Linux, Apache, MySQL and PHP) environment you do not really need to have deep knowledge about relational databases to succeed.</p>
<p> Most tools like <a href="http://en.wikipedia.org/wiki/Content_Management_System" title="Synonym for Content Management System" target="_blank">CMS</a> do a full automated setup for you and the only knowledge it needs to have starting with them, is the server and database name and finally the login credentials (username/password) to access it.</p>
<p> Just later on the one or other maintenance work will occur and you will feel the need of having some nice and neat database interface to work with. Knowing about this need today I will recommend you a few tools and you should feel free to choose one or each of them based on your platform and taste.</p>
<p>The first tool I will recommend you is called <a href="http://www.phpmyadmin.net/home_page/index.php" title="Browser base Admin tool for MySQL" target="_blank">phpMyAdmin</a>. It is written in <a href="http://www.php.net" title="Hypertext PreProcessor" target="_blank">PHP</a> and as a so called browser tool it works platform independent and flawless in all common browsers. Very often being offered by hosting providers it is mostly already part of your hosting package and easy to access and use. Coming along with all necessary options like browsing and navigating through your databases, it also offers a SQL interface and the often necessary export/import options. Personally it is my favorite tool to work with.</p>
<p>Once you are familiar with phpMyAdmin, <a href="http://www.phpmybackuppro.net/" title="Browser based Export/Import tool for MySQL" target="_blank">phpMyBackupPro</a> is another very similar tool you might find it worth to look at. Also browser based it is mainly written for interactive exports and imports, but can get also use for scheduled automatic backups.</p>
<p> For Windows platform only I would like to recommend you a tool called <a href="http://www.mydb-studio.com/" title="Windows base Admin tool for MySQL">MyDB Studio</a>. Coming along with a well designed interface it offers all features you need and the license it needs is given away for free in case you only use it for private and non commercial interests. It just needs you to give them a valid email address and the key is emailed to you quickly after.</p>
<p>And now finally and last in case you are such a Macintosh guru, I would like to recommend you <a href="http://cocoamysql.sourceforge.net" title="Macintosh based Admin tool for MySQL " target="_blank">CocoaMySQL</a>. It does a similar great job like the others and can get used right away after the installation has taken place. What I like is the console view of is, showing you all command issued during the past and looking at it you might even learn some <a href="http://en.wikipedia.org/wiki/SQL" title="Structured Query Language" target="_blank">SQL</a> (Structured Query Language).</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.askthegerman.com%2Farchives%2F163';
  addthis_title  = 'MySQL+Administration+Tools';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.askthegerman.com/archives/163/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfering data from server to server</title>
		<link>http://www.askthegerman.com/archives/141</link>
		<comments>http://www.askthegerman.com/archives/141#comments</comments>
		<pubDate>Fri, 21 Nov 2008 09:31:13 +0000</pubDate>
		<dc:creator>Ralf</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[file transfer]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[pipe]]></category>
		<category><![CDATA[secure shell]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.askthegerman.com/?p=141</guid>
		<description><![CDATA[When transferring data from one server to another &#8211; maybe for backup reason &#8211; most people use tar to create an archive. Then they copy it to the new server and untar it or leave it as a tarfile as backup. Working with UNIX and using a trick&#160; you can transfer it with compression and [...]]]></description>
			<content:encoded><![CDATA[<p>When transferring data from one server to another &#8211; maybe for backup reason &#8211; most people use tar to create an archive. Then they copy it to the new server and untar it or leave it as a tarfile as backup.</p>
<p>Working with UNIX and using a trick&nbsp; you can transfer it with compression and speed up the whole transfer time a lot.</p>
<p>Using the output result of&nbsp; a command directly as the command line input of a second command&nbsp; using a&nbsp; Unix Pipe the need of writing it down to disk first no longer exists. Finally accessing the remote system though a ssh tunnel will even transfer the compressed data over the network within one single step. </p>
<p>Invoking the following single command will transfer all your data within sourcedirectory an Server B and immediately store it locally&nbsp; on Server B within a compress archive:</p>
<p><em>ssh username@hostname &quot;cd /sourcedirectory/ ; tar czf &#8211; .&quot; &gt; /targetdirectory/filename.tgz</em> </p>
<p>While the following variation:</p>
<p><em>ssh username@hostname &quot;cd /sourcedirectory/ ; tar czf &#8211; .&quot;&gt; /targetdirectory/filename.tgz| tar xvf -</em>   </p>
<p>will directly extract it again for you on the your local system. </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.askthegerman.com%2Farchives%2F141';
  addthis_title  = 'Transfering+data+from+server+to+server';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.askthegerman.com/archives/141/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up a Webspace</title>
		<link>http://www.askthegerman.com/archives/64</link>
		<comments>http://www.askthegerman.com/archives/64#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:57:11 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Web Technologies]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[webspace]]></category>

		<guid isPermaLink="false">http://www.askthegerman.com/?p=64</guid>
		<description><![CDATA[Some of the low cost Hosting Providers do not even offer an interface to backup your webspace. Personally I do think about it as annoying to download all the previous uploaded files again and again through a slow and less reliable FTP Client interface when an easy script executed on the server can do so [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the low cost Hosting Providers do not even offer an interface to backup your webspace.</p>
<p>Personally I do think about it as annoying to download all the previous uploaded files again and again through a slow and less reliable FTP Client interface when an easy script executed on the server can do so much quicker for you instead.</p>
<p>To give you an idea what about I&#8217;m talking, I&#8217;ve written together an easy example you may feel free about to use it in your own environment in future.</p>
<p>It is able to do both, creating a local backup in a separate folder on your server, as also to transfer this backup to your local machine or even to another FTP Server on the net: </p>
<p><em>#!/bin/bash<br />  # FTP Backup by Michael Lohmar<br />  # Script: ftpbackup.sh<br />  # Author: Michael Lohmar<br />  # Contact? info@mikelo.com</em></p>
<p><em>if [ $# != 3 ];then<br />  echo &quot;&quot;<br />  echo &quot;Shell script for backing up one given domain.&quot;<br />  echo &quot;Usage: $(basename $0) domain_to_backup [FTP/NOFTP] [DEL/NODEL]&quot;<br />  echo &quot;&quot;<br />  exit<br />  fi</em></p>
<p><em>version=1.0</em></p>
<p><em>##### INSTALL INSTRUCTIONS: STEP 1 #####<br />  ##### START ENTER YOUR INFO HERE #####</em></p>
<p><em>serverip=yourserver.com<br />  # Your remote servers IP address<br />  # EG: serverip=192.168.1.1</em></p>
<p><em>serveruser=youruser<br />  # The FTP login for the remote server<br />  # EG: serveruser=bob</em></p>
<p><em>serverpass=yourpassword<br />  # The FTP password for the remote server<br />  # EG: serverpass=mypassword</em></p>
<p><em>localdir=/home/your/local/folder<br />  # WHERE LOCAL FILES ARE TO BACKUP<br />  # NO TRAILING SLASH<br />  # EG: localdir=/backup/folder/daily</em></p>
<p><em>sourcedir=/home/your/source/folder<br />  # WHERE LOCAL FILES ARE TO BACKUP<br />  # NO TRAILING SLASH<br />  # EG: localdir=/domain/source/folder</em></p>
<p><em>remotedir=your/remote/folder<br />  # FTP directory where you want to save files to<br />  # This directory must exist on the FTP server!<br />  # NO TRAILING SLASH<br />  # EG: remotedir=/serverdirectory</em></p>
<p><em>##### END YOUR INFO HERE #####</em></p>
<p><em>##### INSTALL INSTRUCTIONS: STEP 2 #####<br />  # CHMOD the script to 755: # chmod 755 ftpbackup.sh</em></p>
<p><em># Add the script to a scheduled cron job to run as often as you like (if wished!)</em></p>
<p><em># In SSH do crontab -e, then paste in the following<br />  # 0 6 * * 0,1,3,5 /home/admin/ftpbackup.sh<br />  # This does a FTP backup every second day of the week, lookup cronjobs for more info on setting dates and times.<br />  # Don&#8217;t forget to substitue the path info to the script with your details<br />  ##### INSTALL COMPLETE #####<br />  # DO NOT MODIFY ANYTHING BELOW #</em></p>
<p><em>host=`hostname`<br />  cd $sourcedir</em></p>
<p><em>echo &quot;Starting FTP Backup on &quot; $host</em></p>
<p><em># Creating a local tar.gz Archive<br />  tar cfvz $localdir/$1_`date +%y_%m_%d`.tar.gz $1</em></p>
<p><em># Transfer the tar.gz Archive to remote server<br />  if [ $2 == FTP ];then<br />  cd $localdir<br />  echo &quot;user $serveruser $serverpass<br />  cd $remotedir<br />  bin<br />  verbose<br />  put $1_`date +%y_%m_%d`.tar.gz<br />  &quot; | ftp -i -n $serverip<br />  fi</em></p>
<p><em># Delete local tar.gz Archive again<br />  if [ $3 == DEL ];then<br />  rm $localdir/$1_`date +%y_%m_%d`.tar.gz<br />  fi</em></p>
<p><em>echo &quot;Ftp backup complete on &quot; $host<br />  exit 0 <br /> </em></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.askthegerman.com%2Farchives%2F64';
  addthis_title  = 'Backing+up+a+Webspace';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.askthegerman.com/archives/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding up Oracle Backups</title>
		<link>http://www.askthegerman.com/archives/50</link>
		<comments>http://www.askthegerman.com/archives/50#comments</comments>
		<pubDate>Tue, 04 Nov 2008 22:17:30 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[block change tracking]]></category>
		<category><![CDATA[changed blocks]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[imcremental]]></category>
		<category><![CDATA[RMAN]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://www.askthegerman.com/?p=50</guid>
		<description><![CDATA[Sooner or later with a permanent growing database we will end up in a situation that our night isn&#8217;t just long enough anymore to backup our database completely. Now you might wonder about what size of database I&#8217;m talking about right now. But seriously, database at a size of several terrabyte are nothing uncommon today [...]]]></description>
			<content:encoded><![CDATA[<p>Sooner or later with a permanent growing database we will end up in a situation that our night isn&#8217;t just long enough anymore to backup our database completely.</p>
<p>Now you might wonder about what size of database I&#8217;m talking about right now. But seriously, database at a size of several terrabyte are nothing uncommon today anymore. Especially when it comes to SAP or similar applications working on them databases can grow exceptional sizes..</p>
<p>The Oracle Database Version 10g now comes along with some new feature helping us to deal with that situation. It is a feature called Block Change Tracking and marks down all modified database blocks changed by all transactions within an additional external file.</p>
<p>When a commit is issued against a data block, the block change tracking information is copied to a shared area in Large Pool called the CTWR buffer and during the next checkpoint, the CTWR process writes down the information from the CTWR RAM buffer to the former defined change-tracking file.</p>
<p>Now doing an incremental backup with Oracle 10g, RMAN has a mechanism to identify and bypass those data blocks which have not changed by just easily following the list of changed blocks within this file. </p>
<p>The syntax for Oracle block level change tracking is simple:</p>
<p>&nbsp;&nbsp;&nbsp; ALTER DATABASE<br />     &nbsp;&nbsp;&nbsp; ENABLE BLOCK CHANGE TRACKING<br />     &nbsp;&nbsp;&nbsp; USING FILE os_file_name;</p>
<p>By default, Oracle does not record block change information!</p>
<p>To enable this feature, we need to issue the following command:</p>
<p>SQL&gt; <em>alter database enable block change tracking;</em></p>
<p>To disable this feature, we issue this command:</p>
<p>SQL&gt; <em>alter database disable block change tracking;</em></p>
<p>So it&#8217;s an absolutely easy to configure mechanism, being able to speed up our nightly incremental backups dramatically. Leaving the full backups for the weekends, customers then hopefully don&#8217;t mind.</p>
<p>The only thing we have to be aware about is the space this file later on will need to get written. Based on our databases transaction load this change-tracking file can reach some serious size for sure. </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.askthegerman.com%2Farchives%2F50';
  addthis_title  = 'Speeding+up+Oracle+Backups';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.askthegerman.com/archives/50/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

