<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Plumber &#187; scripts</title>
	<atom:link href="http://computerplumber.com/tag/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://computerplumber.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 02:54:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FTP script to automate file transfers to remote server</title>
		<link>http://computerplumber.com/2012/01/ftp-script-to-automate-file-transfers/</link>
		<comments>http://computerplumber.com/2012/01/ftp-script-to-automate-file-transfers/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 03:22:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=670</guid>
		<description><![CDATA[Below you will find a FTP script that will allow you to automate your files transfers without requiring any user input. The only problem with this method is you will be putting a username and password into the script file, but having a simple automated FTP file upload or FTP file download probably outweighs the [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2012/01/ftp-script-to-automate-file-transfers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Postgresql Cron Backup</title>
		<link>http://computerplumber.com/2010/01/simple-postgresql-cron-backup/</link>
		<comments>http://computerplumber.com/2010/01/simple-postgresql-cron-backup/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 16:55:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Postgresql]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=648</guid>
		<description><![CDATA[Here is a very simple method to backup your postgresql DB using a cron job and the pg_dump command. The main problem people encounter when trying to automate the pg_dump command is the password input. Now you could easily create a local user with no password, but why would you want to do that. The [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2010/01/simple-postgresql-cron-backup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updating Server Time on Ubuntu</title>
		<link>http://computerplumber.com/2009/01/updating-server-time-on-ubuntu/</link>
		<comments>http://computerplumber.com/2009/01/updating-server-time-on-ubuntu/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 00:40:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=283</guid>
		<description><![CDATA[A handy way to help keep a Ubuntu server&#8217;s date current is to add a daily cron job that runs the ntpdate command. To do this you just repeat the following in a terminal. Create a file named ntpdate in /etc/cron.daily/ : sudo nano /etc/cron.daily/ntpdate Now add the following to this file: ntpdate ntp.ubuntu.com pool.ntp.org [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/updating-server-time-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Script to Backup Smaller MYSQL Databases remotely</title>
		<link>http://computerplumber.com/2008/12/simple-script-to-backup-smaller-mysql-databases/</link>
		<comments>http://computerplumber.com/2008/12/simple-script-to-backup-smaller-mysql-databases/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 02:35:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=117</guid>
		<description><![CDATA[Here is a simple script you can use to add as a job that you can use to backup smaller remote MYSQL DB&#8217;s.  This script will take a mysql dump, date it, then add it to an archive (with the date), then the uncompressed file is deleted.  It is perfect to use as a daily [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2008/12/simple-script-to-backup-smaller-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

