<?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>NetBackup HOWTO&#039;s &#187; alternate path using bprestore</title>
	<atom:link href="http://www.netbackuphowto.com/tag/alternate-path-using-bprestore/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netbackuphowto.com</link>
	<description></description>
	<lastBuildDate>Mon, 15 Aug 2011 14:15:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Howto Restore Files or Directories to an Alternate Path Using bprestore</title>
		<link>http://www.netbackuphowto.com/2009/07/14/howto-restore-files-or-directories-to-an-alternate-path-using-bprestore/</link>
		<comments>http://www.netbackuphowto.com/2009/07/14/howto-restore-files-or-directories-to-an-alternate-path-using-bprestore/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 11:56:19 +0000</pubDate>
		<dc:creator>savasirez</dc:creator>
				<category><![CDATA[Linux Backup]]></category>
		<category><![CDATA[Netbackup Howto]]></category>
		<category><![CDATA[Windows Backup]]></category>
		<category><![CDATA[alternate path using bprestore]]></category>
		<category><![CDATA[bprestore]]></category>
		<category><![CDATA[howto restore to alternate path]]></category>
		<category><![CDATA[using bprestore]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=438</guid>
		<description><![CDATA[Directory to restore: Windows: C:\deneme Unix: /deneme Alternate path: Windows: C:\deneme_yeni Unix: /deneme_yeni NetBackup master server name: netbackup 1. Regardless of the operating system, you must create a rename file. This file will be for which is changed to what&#8230; Create the rename file, eg rename_file.txt If you are restoring on windows, Your file should [...]]]></description>
			<content:encoded><![CDATA[<p>Directory to restore:<br />
Windows: C:\deneme<br />
Unix: /deneme</p>
<p>Alternate path:<br />
Windows: C:\deneme_yeni<br />
Unix: /deneme_yeni</p>
<p><span id="more-438"></span></p>
<p>NetBackup master server name: netbackup</p>
<p>1. Regardless of the operating system, you must create a rename file. This file will be for which is changed to what&#8230;<br />
Create the rename file, eg rename_file.txt<br />
If you are restoring on windows, Your file should look like this,<br />
change /C/deneme to /C/deneme_yeni</p>
<p>If you are restoring on unix, your file should look like this,<br />
change /deneme to /deneme_yeni</p>
<p><strong>Don&#8217;t forget, this file MUST end with a blank line.</strong><br />
<strong>On windows, drive letters MUST always be uppercase<br />
</strong></p>
<p>2. Start your restore using bprestore command like the following:</p>
<p>Windows,<br />
bprestore -R /C/rename_file.txt -C netbackup  /C/deneme</p>
<p>Unix,<br />
bprestore -R /rename_file.txt -C netbackup /deneme</p>
<p>The above command will restore from your last backup. To restore from a spesific time, try to use -s and -e switches.</p>
<p>bprestore -R /C/change_file.txt -C netbackup <strong>-s 07/14/2009 00:00:00 -e 07/14/2009 02:00:00</strong> /C/deneme</p>
<p>If you want to log your progress, use -L switch.</p>
<p>bprestore <strong>-L /C/deneme1.log </strong>-R /C/change_file.txt -C netbackup -s 07/14/2009 00:00:00 -e 07/14/2009 02:00:00 /C/deneme</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2009/07/14/howto-restore-files-or-directories-to-an-alternate-path-using-bprestore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

