<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - SimonTite</title>
<link>http://snipplr.com/users/SimonTite</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 14:36:11 GMT</pubDate>
<item>
<title>(Python) Generational backups of single file or directory, preserving extension</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>
</channel>
</rss>