<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://boris.kodmasin.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://boris.kodmasin.net/feed.php">
        <title>kodmasin shell</title>
        <description></description>
        <link>http://boris.kodmasin.net/</link>
        <image rdf:resource="http://boris.kodmasin.net/lib/images/favicon.ico" />
       <dc:date>2010-09-07T20:12:25+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://boris.kodmasin.net/shell:mysql_wpb?rev=1232786480&amp;do=diff"/>
                <rdf:li rdf:resource="http://boris.kodmasin.net/shell:shellstart?rev=1272541143&amp;do=diff"/>
                <rdf:li rdf:resource="http://boris.kodmasin.net/shell:usefull?rev=1265573383&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://boris.kodmasin.net/lib/images/favicon.ico">
        <title>kodmasin</title>
        <link>http://boris.kodmasin.net/</link>
        <url>http://boris.kodmasin.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://boris.kodmasin.net/shell:mysql_wpb?rev=1232786480&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-24T09:41:20+02:00</dc:date>
        <title>MySQL_WPB (MySQL web application backup script)</title>
        <link>http://boris.kodmasin.net/shell:mysql_wpb?rev=1232786480&amp;do=diff</link>
        <description>MySQL_WPB is small and simple bash script with task to backup almost any web project developed with MySql. I have developed it for backuping joomla projects but it can be adjusted to backup almost any project which use MySQL.

This script requires you to have tar, bzip and mutt (optionally if you want it to send you email with backup attached) installed on your system. And usually it is run as cron job. In version 2 if you want to check are there some changes after last backup you will need awk,…</description>
    </item>
    <item rdf:about="http://boris.kodmasin.net/shell:shellstart?rev=1272541143&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-29T13:39:03+02:00</dc:date>
        <title>shell:shellstart</title>
        <link>http://boris.kodmasin.net/shell:shellstart?rev=1272541143&amp;do=diff</link>
        <description>*  MySQL Web Projeck Backup  - bash script which can help you bechup your MySql projects
	*  Useful shell comands - here are some of useful shell commands - some are trivial and some are more complex.</description>
    </item>
    <item rdf:about="http://boris.kodmasin.net/shell:usefull?rev=1265573383&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-07T21:09:43+02:00</dc:date>
        <title>Useful shell commands</title>
        <link>http://boris.kodmasin.net/shell:usefull?rev=1265573383&amp;do=diff</link>
        <description>deleting .svn folders (files)

Sometimes people who use subversion need to delete all .svn folders in their working copy. To use below command you must be in root directory of your working copy and all .svn folders and files will be deleted.

find . -name .svn -exec rm -rf {} \;

:!: Be careful you can not undo this</description>
    </item>
</rdf:RDF>
