<?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: Python backup/snapshot script with compression (BZ2, 7zip)</title> <atom:link href="http://gehrcke.de/2010/02/python-backupsnapshot-script-with-compression-bz2-7zip/feed/" rel="self" type="application/rss+xml" /><link>http://gehrcke.de/2010/02/python-backupsnapshot-script-with-compression-bz2-7zip/</link> <description>Jan-Philip Gehrcke&#039;s website</description> <lastBuildDate>Fri, 18 May 2012 09:53:20 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: sulabh varshney</title><link>http://gehrcke.de/2010/02/python-backupsnapshot-script-with-compression-bz2-7zip/comment-page-1/#comment-6666</link> <dc:creator>sulabh varshney</dc:creator> <pubDate>Wed, 22 Feb 2012 08:57:09 +0000</pubDate> <guid
isPermaLink="false">http://gehrcke.de/?p=1134#comment-6666</guid> <description>awesome!! thanx a ton for this wonderful script! I added this to my crontab and it worked like a charm!</description> <content:encoded><![CDATA[<p>awesome!! thanx a ton for this wonderful script! I added this to my crontab and it worked like a charm!</p> ]]></content:encoded> </item> <item><title>By: Thanatos</title><link>http://gehrcke.de/2010/02/python-backupsnapshot-script-with-compression-bz2-7zip/comment-page-1/#comment-6384</link> <dc:creator>Thanatos</dc:creator> <pubDate>Wed, 12 Oct 2011 13:09:05 +0000</pubDate> <guid
isPermaLink="false">http://gehrcke.de/?p=1134#comment-6384</guid> <description>I like this script. But I checked out the man page for 7z, and it states that 7z should not be used for backup of linux/unix systems because it does not store the owner/group of a file. It also gives a cryptic &#039;Do not use -r. It does not do what you think it does.&quot; Otherwise, great job. I am going to use a modified version of the tar backup function.</description> <content:encoded><![CDATA[<p>I like this script. But I checked out the man page for 7z, and it states that 7z should not be used for backup of linux/unix systems because it does not store the owner/group of a file. It also gives a cryptic &#8216;Do not use -r. It does not do what you think it does.&#8221; Otherwise, great job. I am going to use a modified version of the tar backup function.</p> ]]></content:encoded> </item> <item><title>By: Jan-Philip Gehrcke</title><link>http://gehrcke.de/2010/02/python-backupsnapshot-script-with-compression-bz2-7zip/comment-page-1/#comment-5985</link> <dc:creator>Jan-Philip Gehrcke</dc:creator> <pubDate>Wed, 08 Jun 2011 07:36:45 +0000</pubDate> <guid
isPermaLink="false">http://gehrcke.de/?p=1134#comment-5985</guid> <description>mhh.. copying the source does not work that good anymore, becaue most browsers introduce two newlines instead of one. Just leave me a comment if you want me to provide the source file.</description> <content:encoded><![CDATA[<p>mhh.. copying the source does not work that good anymore, becaue most browsers introduce two newlines instead of one. Just leave me a comment if you want me to provide the source file.</p> ]]></content:encoded> </item> <item><title>By: Jan-Philip Gehrcke</title><link>http://gehrcke.de/2010/02/python-backupsnapshot-script-with-compression-bz2-7zip/comment-page-1/#comment-5699</link> <dc:creator>Jan-Philip Gehrcke</dc:creator> <pubDate>Sun, 13 Mar 2011 20:51:46 +0000</pubDate> <guid
isPermaLink="false">http://gehrcke.de/?p=1134#comment-5699</guid> <description>Hey Tom,
it&#039;s always good to have motivation and a distinct idea to learn programming. But GUI programming is one thing one should start after having proper knowledge of a specific programming language. Anyways, if you insist.. :-) you should use PyQt as GUI module. Just search for it on the web. You&#039;ll find tons of tutorials.
Have fun,
Jan-Philip</description> <content:encoded><![CDATA[<p>Hey Tom,</p><p>it&#8217;s always good to have motivation and a distinct idea to learn programming. But GUI programming is one thing one should start after having proper knowledge of a specific programming language. Anyways, if you insist.. <img
src='http://gehrcke.de/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> you should use PyQt as GUI module. Just search for it on the web. You&#8217;ll find tons of tutorials.</p><p>Have fun,</p><p>Jan-Philip</p> ]]></content:encoded> </item> <item><title>By: Tom</title><link>http://gehrcke.de/2010/02/python-backupsnapshot-script-with-compression-bz2-7zip/comment-page-1/#comment-5574</link> <dc:creator>Tom</dc:creator> <pubDate>Fri, 04 Mar 2011 15:24:40 +0000</pubDate> <guid
isPermaLink="false">http://gehrcke.de/?p=1134#comment-5574</guid> <description>Hi,
Very good script, il like it.
I begin python programming and i would like add a GUI for this script.
Can you help me? Or can you give me ideas for do that?
Thanks a lot.</description> <content:encoded><![CDATA[<p>Hi,</p><p>Very good script, il like it.<br
/> I begin python programming and i would like add a GUI for this script.<br
/> Can you help me? Or can you give me ideas for do that?</p><p>Thanks a lot.</p> ]]></content:encoded> </item> <item><title>By: Mel</title><link>http://gehrcke.de/2010/02/python-backupsnapshot-script-with-compression-bz2-7zip/comment-page-1/#comment-4742</link> <dc:creator>Mel</dc:creator> <pubDate>Sat, 14 Aug 2010 11:48:51 +0000</pubDate> <guid
isPermaLink="false">http://gehrcke.de/?p=1134#comment-4742</guid> <description>I really enjoy this little utility.  Once I understood what -r meant, I was able to create a backup utility that ran only on one file.  I simply dropped the -r and instead of &quot;*&quot; I put in my file name.  This worked like a charm.
Thanks for the code!</description> <content:encoded><![CDATA[<p>I really enjoy this little utility.  Once I understood what -r meant, I was able to create a backup utility that ran only on one file.  I simply dropped the -r and instead of &#8220;*&#8221; I put in my file name.  This worked like a charm.</p><p>Thanks for the code!</p> ]]></content:encoded> </item> <item><title>By: Artem Harutyunyan</title><link>http://gehrcke.de/2010/02/python-backupsnapshot-script-with-compression-bz2-7zip/comment-page-1/#comment-1664</link> <dc:creator>Artem Harutyunyan</dc:creator> <pubDate>Sat, 13 Feb 2010 20:43:34 +0000</pubDate> <guid
isPermaLink="false">http://gehrcke.de/?p=1134#comment-1664</guid> <description>Hi Jan-Philip,
Check out dropbox (www.dropbox.com) for backups. It creates a directory (you can use it as an &#039;additional destination&#039;) under your filesystem which is automatically synchronized  with their server (as well as with your other dropbox installations on other machines).
Cheers,
Artem.</description> <content:encoded><![CDATA[<p>Hi Jan-Philip,</p><p>Check out dropbox (www.dropbox.com) for backups. It creates a directory (you can use it as an &#8216;additional destination&#8217;) under your filesystem which is automatically synchronized  with their server (as well as with your other dropbox installations on other machines).</p><p>Cheers,<br
/> Artem.</p> ]]></content:encoded> </item> </channel> </rss>
