<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/python/tags/backup</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 00:36:40 GMT</pubDate>
<item>
<title>(Python) Generational backups of single file or directory, preserving extension - SimonTite</title>
<link>http://snipplr.com/view/22326/generational-backups-of-single-file-or-directory-preserving-extension/</link>
<description><![CDATA[ <p>Creates backups of "file.ext" in the form "file.Bx.ext", where Bx represents a sequential backup number from 1 (most recent) to 5 (oldest)

Put the following symbolic links in your path

    ln -s  path-to-this-file/age.py age
    ln -s path-to-this-file/age.py  sage
    ln -s path-to-this-file/age.py unage

Save the code as "age.py".</p> ]]></description>
<pubDate>Mon, 02 Nov 2009 11:41:04 GMT</pubDate>
<guid>http://snipplr.com/view/22326/generational-backups-of-single-file-or-directory-preserving-extension/</guid>
</item>
<item>
<title>(Python) Backup and File Mailing - mjsmagalhaes</title>
<link>http://snipplr.com/view/10162/backup-and-file-mailing/</link>
<description><![CDATA[ <p>This source code uses the xml file posted here(http://snipplr.com/view/4138/backup-script2--confg-file/) to know which file should be sent and mailing configuration.</p> ]]></description>
<pubDate>Sun, 30 Nov 2008 14:48:34 GMT</pubDate>
<guid>http://snipplr.com/view/10162/backup-and-file-mailing/</guid>
</item>
</channel>
</rss>