<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem in backup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562199#M97495</link>
    <description>You should also modify your "script" to use the same available switches for the BACKUP command string as you are on the MOUNT command AND you should definitely include the /SAVE switch...  For example:&lt;BR /&gt;&lt;BR /&gt;BACKUP/VERIFY NUS$DKD400:[000000...]/BY_OWNER=[130,220] NUS$MKC600:JZIEGLER.SAVE/SAVE/MEDIA_FORMAT=COMPACTION&lt;BR /&gt;&lt;BR /&gt;I also agree that you have more efficient options for your archival.  There are many methods and schemes available.  /IMAGE and /INCREMENTAL, variations using /RECORD and /SELECT...  No matter if you're using DLT, SDLT, DAT, 8mm, all of them already make multiple passes across the tape head and the media wears faster than you might expect.  Performing one "big" backup for all the users should, hopefully, mean fewer passes across the mylar.</description>
    <pubDate>Tue, 12 Jan 2010 16:21:51 GMT</pubDate>
    <dc:creator>Bob Blunt</dc:creator>
    <dc:date>2010-01-12T16:21:51Z</dc:date>
    <item>
      <title>Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562192#M97488</link>
      <description>I have returned a script (attached)for taking backup of user files on system. I have tried it for 2 users and need to apply for 300 users. Facing following error while running script. &lt;BR /&gt;$ INITIALIZE/MEDIA_FORMAT=COMPACT NUS$MKC600: DKD400&lt;BR /&gt;$ MOUNT/FOREIGN/CACHE=TAPE/MEDIA_FORMAT=COMPACT NUS$MKC600: DKD400&lt;BR /&gt;%MOUNT-I-MOUNTED, DKD400 mounted on _NUS$MKC600:&lt;BR /&gt;$ BACKUP/VERIFY NUS$DKD400:[000000...]/BY_OWNER=[130,220] NUS$MKC600:JZIEGLER.SAV&lt;BR /&gt;%BACKUP-W-MOUNTERR, volume 1 on _NUS$MKC600 was not mounted because&lt;BR /&gt; its label does not match the one requested&lt;BR /&gt;%BACKUP-I-OPERASSIST, operator assistance has been requested&lt;BR /&gt;&lt;BR /&gt;I got this help.&lt;BR /&gt;&lt;BR /&gt;  User Action:  At this point, the Backup utility allows you to either quit&lt;BR /&gt;                the operation, overwrite the volume label and continue, or put&lt;BR /&gt;                a new volume in the drive and continue processing. To abort&lt;BR /&gt;                the operation, enter the QUIT command at the BACKUP&amp;gt; prompt.&lt;BR /&gt;                To overwrite information in the volume header and continue&lt;BR /&gt;                processing, enter the OVERWRITE command at the BACKUP&amp;gt; prompt.&lt;BR /&gt;                To restart the operation with a new volume, enter the NEW&lt;BR /&gt;                command at the BACKUP&amp;gt; prompt. If the QUIT or NEW command is&lt;BR /&gt;                chosen, the Backup utility automatically dismounts the volume.&lt;BR /&gt;&lt;BR /&gt;Tried same with changed tapes, but no luck.&lt;BR /&gt;&lt;BR /&gt;Any quick suggestion? &lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2010 17:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562192#M97488</guid>
      <dc:creator>Swain</dc:creator>
      <dc:date>2010-01-11T17:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562193#M97489</link>
      <description>Amaresh,&lt;BR /&gt;&lt;BR /&gt;when writing to tapes, BACKUP compares the tape label with the tape label requested for the backup operation. If not specified via /LABEL=xxx, it defaults to the first 6 characters of the saveset name.&lt;BR /&gt;&lt;BR /&gt;So you can use /IGNORE=LABEL to completely turn off BACKUP label processing. Or you can login as a tape operator ($REPLY/ENABLE=TAPE) and issue a REPLY/TO=n "OVERWRITE" after a REPLY/STATUS, if you backup job is waiting for operator action, to allow BACKUP to accept any tape label.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 11 Jan 2010 18:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562193#M97489</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-01-11T18:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562194#M97490</link>
      <description>You can also add the /LABEL switch to your backup command, or use the /LABEL and /IGNORE=LABEL in combination to have initialize tapes with the label of your choice.  &lt;BR /&gt;&lt;BR /&gt;Don't forget to run trial restores whatever option you elect.&lt;BR /&gt;&lt;BR /&gt;Andy &lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2010 21:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562194#M97490</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2010-01-11T21:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562195#M97491</link>
      <description>Why do 300 passes on the same disk?  Just back it up once and do selective restores when you need to.  Depending on the disk hardware, reading through 300 times is probably not the most efficient use of resources.  It's all going on the same single tape anyways.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Tue, 12 Jan 2010 02:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562195#M97491</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2010-01-12T02:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562196#M97492</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If /IGNORE=LABEL is used, it will overwrite the tape label to first six characters of the saveset name. If you need the tape label not to get modified, then use /LABEL=&lt;LABEL_NAME&gt; qualifier.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;&lt;/LABEL_NAME&gt;</description>
      <pubDate>Tue, 12 Jan 2010 03:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562196#M97492</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-01-12T03:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562197#M97493</link>
      <description>Hi Art,&lt;BR /&gt;&lt;BR /&gt;Thanks for the suggestion.&lt;BR /&gt;&lt;BR /&gt;I have a full image backup of disk. When I try selective restore, I am getting error (disk is not file structured). How can I get individual files restored?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Amaresh</description>
      <pubDate>Tue, 12 Jan 2010 06:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562197#M97493</guid>
      <dc:creator>Swain</dc:creator>
      <dc:date>2010-01-12T06:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562198#M97494</link>
      <description>On a non-image restore, the output disk must be mounted.&lt;BR /&gt;If the error is something else, show us the exact command and error message.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2010 07:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562198#M97494</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-01-12T07:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562199#M97495</link>
      <description>You should also modify your "script" to use the same available switches for the BACKUP command string as you are on the MOUNT command AND you should definitely include the /SAVE switch...  For example:&lt;BR /&gt;&lt;BR /&gt;BACKUP/VERIFY NUS$DKD400:[000000...]/BY_OWNER=[130,220] NUS$MKC600:JZIEGLER.SAVE/SAVE/MEDIA_FORMAT=COMPACTION&lt;BR /&gt;&lt;BR /&gt;I also agree that you have more efficient options for your archival.  There are many methods and schemes available.  /IMAGE and /INCREMENTAL, variations using /RECORD and /SELECT...  No matter if you're using DLT, SDLT, DAT, 8mm, all of them already make multiple passes across the tape head and the media wears faster than you might expect.  Performing one "big" backup for all the users should, hopefully, mean fewer passes across the mylar.</description>
      <pubDate>Tue, 12 Jan 2010 16:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562199#M97495</guid>
      <dc:creator>Bob Blunt</dc:creator>
      <dc:date>2010-01-12T16:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562200#M97496</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] AND you should definitely include the&lt;BR /&gt;&amp;gt; /SAVE switch... &lt;BR /&gt;&lt;BR /&gt;Why?  When did /SAVE_SET stop being the&lt;BR /&gt;default for a tape?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] Performing one "big" backup for all&lt;BR /&gt;&amp;gt; the users should, hopefully, mean fewer&lt;BR /&gt;&amp;gt; passes across the mylar.&lt;BR /&gt;&lt;BR /&gt;While one job might be more efficient for&lt;BR /&gt;several reasons, unless one rewinds the tape&lt;BR /&gt;between jobs, it's not obvious to me why this&lt;BR /&gt;would be true.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If the error is something else, show us the&lt;BR /&gt;&amp;gt; exact command and error message.&lt;BR /&gt;&lt;BR /&gt;No matter what the problem, show the actual&lt;BR /&gt;command with the actual message.  Or else&lt;BR /&gt;call a psychic hot-line.</description>
      <pubDate>Tue, 12 Jan 2010 17:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562200#M97496</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-12T17:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562201#M97497</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For selective restore the disk should be mounted and use /SELECT qualifier to restore the selected files. To restore the full image backup from tape to disk, the disk must be mounted foreign.&lt;BR /&gt;$ MOUNT/FOR  &lt;TAPE_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Ketan&lt;/TAPE_NAME&gt;</description>
      <pubDate>Wed, 13 Jan 2010 04:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562201#M97497</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-01-13T04:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562202#M97498</link>
      <description>&amp;gt;Any quick suggestion? &lt;BR /&gt;&lt;BR /&gt;Yes.  Stop using BACKUP.  Go try the BACKUP$MANAGER utility.  The latter approach is somewhat better suited for more modern preferences toward computing interfaces.  The syntax of the former is as close as OpenVMS gets to a Unix bash shell command; it's cryptic and somewhat hazardous.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jan 2010 14:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562202#M97498</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-01-13T14:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562203#M97499</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help!&lt;BR /&gt;&lt;BR /&gt;I used following command.&lt;BR /&gt;&lt;BR /&gt;BACKUP/IGNORE=(INTERLOCK,LABEL)/NOCRC/RECORD/NOASSIST/VERIFY NUS$DKD400:[000000...]/BY_OWNER='UIC' NUS$MKC600:'USER'.SAV/MEDIA_FORMAT=COMPACT&lt;BR /&gt;&lt;BR /&gt;It works fine. But it's very slow. Any suggestion for performance improvement ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Amaresh</description>
      <pubDate>Wed, 13 Jan 2010 14:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562203#M97499</guid>
      <dc:creator>Swain</dc:creator>
      <dc:date>2010-01-13T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562204#M97500</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] But it's very slow. [...]&lt;BR /&gt;&lt;BR /&gt;Define "very slow".&lt;BR /&gt;&lt;BR /&gt;You're asking BACKUP to scan the whole disk,&lt;BR /&gt;looking for files owned by UIC.  Did you&lt;BR /&gt;expect that to be very fast?  And then, I&lt;BR /&gt;assume, you do it for more than one UIC.&lt;BR /&gt;&lt;BR /&gt;Why are you using /BY_OWNER here?  How useful&lt;BR /&gt;is it to make a separate save set for each&lt;BR /&gt;user?</description>
      <pubDate>Wed, 13 Jan 2010 14:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562204#M97500</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-13T14:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562205#M97501</link>
      <description>Use the /FAST qualifier (no kidding, see HELP BACKUP/FAST)&lt;BR /&gt;&lt;BR /&gt;In the backup command you gave, you are requesting that backup look at every file on the disk to see if it is owned by the specified UIC.  The /FAST qualifier tells VMS BACKUP to scan the indexf.sys file to find all the files to backup, so it does not have to do a complete directory tree traversal.  This will be faster than the command without /FAST.  For image backups, /FAST is the default.&lt;BR /&gt;&lt;BR /&gt;Unless you restore files much more frequently than you make backups, then if you want to save time, do not use individual backup savesets for each UIC, unless you are only backing up a small subset of all user UICs.&lt;BR /&gt;&lt;BR /&gt;While your example command will backup all the files owned by the user, why are files owned by a specific UIC spread all over?  That is not typical, and implies that directory protections may be a bit more lax than normal.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jan 2010 17:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562205#M97501</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2010-01-13T17:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562206#M97502</link>
      <description>Amaresh,&lt;BR /&gt;&lt;BR /&gt;unless you describe the purpose and use of this type of 'per-user' backup, you cannot really expect useful suggestions.&lt;BR /&gt;&lt;BR /&gt;BACKUP is normally used to save data, which you hope to never need to restore, so you try to speed up your save operation and use a BACKUP/IMAGE, to make sure you've saved all the data on disk. Then - if the need arises - you can restore individual user's files from that image-backup.&lt;BR /&gt;&lt;BR /&gt;But there may be other uses for BACKUP and your's may be a special case. If so, then please explain...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 13 Jan 2010 18:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562206#M97502</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-01-13T18:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562207#M97503</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your suggestions.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; unless you describe the purpose and use of this type of 'per-user' backup, you cannot really expect useful suggestions.&lt;BR /&gt;&lt;BR /&gt;This is a disk clean activity to avoid space issues. There are 300 disabled users on this system. We are archiving old data of disusers, which may need a user specific restore if we need to make these users return (/flags=nodisuser) in future.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Define "very slow".&lt;BR /&gt;&lt;BR /&gt;Thanks for describing the reason. Now I got the answer.&lt;BR /&gt;&lt;BR /&gt;I am doing it for first time. Please nvm.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Amaresh&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jan 2010 09:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562207#M97503</guid>
      <dc:creator>Swain</dc:creator>
      <dc:date>2010-01-14T09:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562208#M97504</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] may need a user specific restore&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Does that require separate, user-specific&lt;BR /&gt;saves?  Does each user have files scattered&lt;BR /&gt;all over?  What you're doing may make sense,&lt;BR /&gt;but it's not obvious that it does.</description>
      <pubDate>Thu, 14 Jan 2010 11:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562208#M97504</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-14T11:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562209#M97505</link>
      <description>Hey Steve,&lt;BR /&gt;&lt;BR /&gt;Please let me know how can I restore files owned by a single user/UIC from an image backup of the whole user_disk(DKD400).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Amaresh</description>
      <pubDate>Thu, 14 Jan 2010 15:33:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562209#M97505</guid>
      <dc:creator>Swain</dc:creator>
      <dc:date>2010-01-14T15:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562210#M97506</link>
      <description>Something like:&lt;BR /&gt;&lt;BR /&gt;$ BACKUP/VERIFY NUS$MKC600:JZIEGLER.SAV /BY_OWNER=[130,220] NUS$DKD400:[000000...]</description>
      <pubDate>Thu, 14 Jan 2010 15:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562210#M97506</guid>
      <dc:creator>Richard Brodie_1</dc:creator>
      <dc:date>2010-01-14T15:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562211#M97507</link>
      <description>&lt;!--!*#--&gt;&amp;gt;  Something like:&lt;BR /&gt;&amp;gt; [...] /BY_OWNER= [...]&lt;BR /&gt;&lt;BR /&gt;Not really.  HELP BACKUP /BY_OWNER explains&lt;BR /&gt;the difference between /BY_OWNER as an input&lt;BR /&gt;file-selection qualifier and as an output&lt;BR /&gt;file (or save set) qualifier.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] Does each user have files scattered&lt;BR /&gt;&amp;gt; all over?  [...]&lt;BR /&gt;&lt;BR /&gt;If so, then you may need to do what you&lt;BR /&gt;propose.  In my experience, it generally&lt;BR /&gt;makes more sense to divide the data by&lt;BR /&gt;function (often by top-level directory) than&lt;BR /&gt;by owner, but your situation may be&lt;BR /&gt;different.</description>
      <pubDate>Thu, 14 Jan 2010 17:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-in-backup/m-p/4562211#M97507</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-14T17:11:06Z</dc:date>
    </item>
  </channel>
</rss>

