<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Shell script to open files based on date</title> <atom:link href="http://www.cyberciti.biz/tips/shell-script-to-open-files-based-on-date.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/shell-script-to-open-files-based-on-date.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Joshua Adom</title><link>http://www.cyberciti.biz/tips/shell-script-to-open-files-based-on-date.html#comment-149369</link> <dc:creator>Joshua Adom</dc:creator> <pubDate>Tue, 07 Jul 2009 15:44:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/shell-script-to-open-files-based-on-date.html#comment-149369</guid> <description>This really good but I need help.
I have written a backup script as follows
&lt;pre&gt;
echo &quot;Taking Domain Backup...&quot;
hostname
echo &quot;Tarring intellectprod&quot;
sleep 2
cd /usr/weblogic/bea/user_projects/domains
tar -cvf intellectprod_`date &quot;+%d%b%Y&quot;`.tar intellectprod
echo &quot;Zipping intellectprod&quot;
sleep 2
gzip intellectprod_`date &quot;+%d%b%Y&quot;`.tar
echo 	&quot;Moving intellectprod_date.tar.gz to Backup folder&quot;
sleep 2
mv intellectprod_`date &quot;+%d%b%Y&quot;`.tar.gz /usr/weblogic/Backup
&lt;/pre&gt;
what I want to do now is to reverse the process in case there is a disaster.
i want to be able to identfy the most current folder and use for restore.
can you help?</description> <content:encoded><![CDATA[<p>This really good but I need help.<br
/> I have written a backup script as follows</p><pre>
echo "Taking Domain Backup..."
        hostname
        echo "Tarring intellectprod"
        sleep 2
        cd /usr/weblogic/bea/user_projects/domains
        tar -cvf intellectprod_`date "+%d%b%Y"`.tar intellectprod
        echo "Zipping intellectprod"
	sleep 2
        gzip intellectprod_`date "+%d%b%Y"`.tar
	echo 	"Moving intellectprod_date.tar.gz to Backup folder"
	sleep 2
	mv intellectprod_`date "+%d%b%Y"`.tar.gz /usr/weblogic/Backup
</pre><p>what I want to do now is to reverse the process in case there is a disaster.<br
/> i want to be able to identfy the most current folder and use for restore.<br
/> can you help?</p> ]]></content:encoded> </item> <item><title>By: Ravi</title><link>http://www.cyberciti.biz/tips/shell-script-to-open-files-based-on-date.html#comment-140919</link> <dc:creator>Ravi</dc:creator> <pubDate>Tue, 28 Aug 2007 15:03:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/shell-script-to-open-files-based-on-date.html#comment-140919</guid> <description>This website is Really good for Linux Beginners as  well as Professionals</description> <content:encoded><![CDATA[<p>This website is Really good for Linux Beginners as  well as Professionals</p> ]]></content:encoded> </item> </channel> </rss>
