<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/pycompry/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pycompry/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 08 Nov 2016 13:50:19 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pycompry/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by I am Amazing</title><link>https://sourceforge.net/p/pycompry/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -31,4 +31,4 @@

 You will need to schedule this script in the task scheduler if you want completely automate this script. Use crontab in Unix or Task Scheduler on Windows to schedule the script.

-For detailed help, please refer to http://blogger.technokan.com/2016/01/automate-backup-with-python-script.html
+For detailed help, please refer to http://blogger.iamamazing.in/2016/01/automate-backup-with-python-script.html
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">I am Amazing</dc:creator><pubDate>Tue, 08 Nov 2016 13:50:19 -0000</pubDate><guid>https://sourceforge.net194247a31499ac88581550535dc187317acb2a73</guid></item><item><title>Home modified by Amith Nayak</title><link>https://sourceforge.net/p/pycompry/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,34 @@
-Welcome to your wiki!
+#pyCompry
+###A Python Script to Compress and Copy a Folder = pyCompry

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+####This is the README file for pyCompry, a script to automate compression and transfer of any folder.

-The wiki uses [Markdown](/p/pycompry/wiki/markdown_syntax/) syntax.
+#### Installation &amp;amp; Usage
+#####On Linux
+Install python and execute the script
+This script is devopped using Python 3. Therefore, you will need to install python 3 package.

-[[members limit=20]]
-[[download_button]]
+Run this command to install python on Unix
+
+    apt-get install python3
+
+After installing python3, verify if the python3 is installed correctly. Just run the below command and it should return the python version number.
+
+    python3 --version
+
+Clone this repository onto the server or device you are planning to run this script. Once dowloaded, your may run the script by running the below command. Please correct the paths as per your actual paths.
+
+    python pyCompry.py -i /user/somesourcefolder -o /mnt/remotemount/somebackupfolder
+
+#####On Windows
+Download and install the Python 3. You may download from https://www.python.org/downloads/
+
+Open CMD and run this command
+
+    python pyCompry.py -i d:\somesourcefolder -o x:\SomeMappedRemoteFolder
+
+You can use this script to automate backup of any folder. This script, once executed with input and output arguments, will check the output folder for any previously created zip file and then create a new zip file containing the contents of the input folder. This is useful in automating backup of any folder as well as useful in transferring large files over a slow network since it compresses the source. Example:- You have scheduled a daily backup of your Database and destination to store backup files is a local folder within the same server. Now you want to automate the transfer of these backup files to a DR server. In such cases, you can use this script to automate the backup of these files to a DR server/site.
+
+You will need to schedule this script in the task scheduler if you want completely automate this script. Use crontab in Unix or Task Scheduler on Windows to schedule the script.
+
+For detailed help, please refer to http://blogger.technokan.com/2016/01/automate-backup-with-python-script.html
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amith Nayak</dc:creator><pubDate>Mon, 11 Jan 2016 10:42:27 -0000</pubDate><guid>https://sourceforge.net2ee43592868d10ae15fe03484edd5e5b526ddbfc</guid></item><item><title>Home modified by Amith Nayak</title><link>https://sourceforge.net/p/pycompry/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/pycompry/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/kanayak123/"&gt;Amith Nayak&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-56937fc71be1ce05e4dfd943" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amith Nayak</dc:creator><pubDate>Mon, 11 Jan 2016 10:11:19 -0000</pubDate><guid>https://sourceforge.net706d643a345b8e23944bbfca3f0082b9e199d0df</guid></item></channel></rss>