<?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"
	>
<channel>
	<title>Comments on: psync on Intel Macs</title>
	<atom:link href="http://nslog.com/2006/09/28/psync_on_intel_macs/feed" rel="self" type="application/rss+xml" />
	<link>http://nslog.com/2006/09/28/psync_on_intel_macs</link>
	<description>The Weblog of Erik J. Barzeski</description>
	<pubDate>Sat, 30 Aug 2008 03:42:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Upgraded to Leopard &#124; NSLog();</title>
		<link>http://nslog.com/2006/09/28/psync_on_intel_macs#comment-44079</link>
		<dc:creator>Upgraded to Leopard &#124; NSLog();</dc:creator>
		<pubDate>Wed, 31 Oct 2007 14:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/09/28/psync_on_intel_macs/#comment-44079</guid>
		<description>[...] psync1 Terminal AppleScript2 MySQL Dock Window Styles Time Machine Spaces Cover Flow/QuickLook Overall Impressions  Footnoteshttp://nslog.com/2006/09/28/psync_on_intel_macsâ†©http://nslog.com/2006/11/02/terminal_color_changing_via_applescriptâ†© [...]</description>
		<content:encoded><![CDATA[<p>[...] psync1 Terminal AppleScript2 MySQL Dock Window Styles Time Machine Spaces Cover Flow/QuickLook Overall Impressions  Footnoteshttp://nslog.com/2006/09/28/psync_on_intel_macsâ†©http://nslog.com/2006/11/02/terminal_color_changing_via_applescriptâ†© [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Lawson</title>
		<link>http://nslog.com/2006/09/28/psync_on_intel_macs#comment-40141</link>
		<dc:creator>Stuart Lawson</dc:creator>
		<pubDate>Fri, 16 Mar 2007 18:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/09/28/psync_on_intel_macs/#comment-40141</guid>
		<description>MacOSX-File-0.71 download from CPAN website


PSYNC Install Instructions

INSTALLATION
       To install this module, first make sure Developer kit is
       installed.  Then type the following:
       
         --&#62; cd to MacOSX-File-0.71
	  sudo chmod 777 Makefile.PL
          perl Makefile.PL
          make
          make test
          make install


here is a bash script that will run the backup and email you when it's done (kick it off with a cron job):



#! /bin/sh
#-------------------------------------------------------------------------
# 2005 Stuart Lawson
# Works in OS X 10.4.1
# This script uses PSYNC
# PSYNC - Copyright 2002 Dan Kogai 
# MacOSX-File-0.71 download from CPAN
#-------------------------------------------------------------------------


#------- Edit variables here
#-------------------------------------------------------------------------
# User path to be archived
MYFILES="/Users";

# Path to volume where files wil be backed up
MYBACKUP="/Volumes/externalDrive";

# Email address to send status report to after PSYNC is done
MYEMAIL="you@yourdomain.com";

# Message in email sent when PSYNC fails to run
FAILED="The PSYNC backup did not run because of an error. 
Either the backup external drive is not mounted 
or the file path names have been altered.";
#-------------------------------------------------------------------------


#------- Don't edit below here
#-------------------------------------------------------------------------
/usr/local/bin/psync -d $MYFILES $MYBACKUP &#62;/psyncOut.txt;
if grep -c "copying items" /psyncOut.txt
then
tr '\r' '\n'   `date`" $MYEMAIL;
rm /psyncOut.txt;
else
echo "$FAILED" &#124; mail -s "Warning: Your backup script FAILED on ----&#62;  `date`" $MYEMAIL;
rm /psyncOut.txt;
fi
#-------------------------------------------------------------------------</description>
		<content:encoded><![CDATA[<p>MacOSX-File-0.71 download from CPAN website</p>
<p>PSYNC Install Instructions</p>
<p>INSTALLATION<br />
       To install this module, first make sure Developer kit is<br />
       installed.  Then type the following:</p>
<p>         --&gt; cd to MacOSX-File-0.71<br />
	  sudo chmod 777 Makefile.PL<br />
          perl Makefile.PL<br />
          make<br />
          make test<br />
          make install</p>
<p>here is a bash script that will run the backup and email you when it's done (kick it off with a cron job):</p>
<p>#! /bin/sh<br />
#-------------------------------------------------------------------------<br />
# 2005 Stuart Lawson<br />
# Works in OS X 10.4.1<br />
# This script uses PSYNC<br />
# PSYNC - Copyright 2002 Dan Kogai<br />
# MacOSX-File-0.71 download from CPAN<br />
#-------------------------------------------------------------------------</p>
<p>#------- Edit variables here<br />
#-------------------------------------------------------------------------<br />
# User path to be archived<br />
MYFILES="/Users";</p>
<p># Path to volume where files wil be backed up<br />
MYBACKUP="/Volumes/externalDrive";</p>
<p># Email address to send status report to after PSYNC is done<br />
MYEMAIL="you@yourdomain.com";</p>
<p># Message in email sent when PSYNC fails to run<br />
FAILED="The PSYNC backup did not run because of an error.<br />
Either the backup external drive is not mounted<br />
or the file path names have been altered.";<br />
#-------------------------------------------------------------------------</p>
<p>#------- Don't edit below here<br />
#-------------------------------------------------------------------------<br />
/usr/local/bin/psync -d $MYFILES $MYBACKUP &gt;/psyncOut.txt;<br />
if grep -c "copying items" /psyncOut.txt<br />
then<br />
tr '\r' '\n'   `date`" $MYEMAIL;<br />
rm /psyncOut.txt;<br />
else<br />
echo "$FAILED" | mail -s "Warning: Your backup script FAILED on ----&gt;  `date`" $MYEMAIL;<br />
rm /psyncOut.txt;<br />
fi<br />
#-------------------------------------------------------------------------</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik J. Barzeski</title>
		<link>http://nslog.com/2006/09/28/psync_on_intel_macs#comment-19422</link>
		<dc:creator>Erik J. Barzeski</dc:creator>
		<pubDate>Thu, 28 Sep 2006 18:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/09/28/psync_on_intel_macs/#comment-19422</guid>
		<description>My experience has been quite good, Kyle, thank you for asking. I plan to post something longer on the transition next week when I finally figure out whether to install Parallels or Boot Camp (and my extra 500 GB drive arrives).

For now, I will say this: &lt;strong&gt;Migration Assistant kicks ass!&lt;/strong&gt;
</description>
		<content:encoded><![CDATA[<p>My experience has been quite good, Kyle, thank you for asking. I plan to post something longer on the transition next week when I finally figure out whether to install Parallels or Boot Camp (and my extra 500 GB drive arrives).</p>
<p>For now, I will say this: <strong>Migration Assistant kicks ass!</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Latham</title>
		<link>http://nslog.com/2006/09/28/psync_on_intel_macs#comment-19421</link>
		<dc:creator>Kyle Latham</dc:creator>
		<pubDate>Thu, 28 Sep 2006 17:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/09/28/psync_on_intel_macs/#comment-19421</guid>
		<description>So, how do you like the new Mac Pro?</description>
		<content:encoded><![CDATA[<p>So, how do you like the new Mac Pro?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey Porter</title>
		<link>http://nslog.com/2006/09/28/psync_on_intel_macs#comment-19420</link>
		<dc:creator>Corey Porter</dc:creator>
		<pubDate>Thu, 28 Sep 2006 17:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/09/28/psync_on_intel_macs/#comment-19420</guid>
		<description>How about plain old rsync?</description>
		<content:encoded><![CDATA[<p>How about plain old rsync?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik J. Barzeski</title>
		<link>http://nslog.com/2006/09/28/psync_on_intel_macs#comment-19419</link>
		<dc:creator>Erik J. Barzeski</dc:creator>
		<pubDate>Thu, 28 Sep 2006 17:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/09/28/psync_on_intel_macs/#comment-19419</guid>
		<description>Rob, yeah, that's why I prefer psync. Alex, I've never had any reason to use RsyncX, and I've heard there are more headaches with that than with psync.

After re-initializing CPAN (a few times :-P), psync is yet again installed and working, so I've found my solution - stay with the same thing. :-) I'll probably still buy SuperDuper if the developer can accommodate my wish to pay via PayPal (I have too much money there).</description>
		<content:encoded><![CDATA[<p>Rob, yeah, that's why I prefer psync. Alex, I've never had any reason to use RsyncX, and I've heard there are more headaches with that than with psync.</p>
<p>After re-initializing CPAN (a few times :-P), psync is yet again installed and working, so I've found my solution - stay with the same thing. <img src='http://nslog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> I'll probably still buy SuperDuper if the developer can accommodate my wish to pay via PayPal (I have too much money there).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://nslog.com/2006/09/28/psync_on_intel_macs#comment-19418</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 28 Sep 2006 16:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/09/28/psync_on_intel_macs/#comment-19418</guid>
		<description>I use and like SuperDuper. There are two things I don't like about it:

1. Although it does "smart" backups, it's only for saving time during the backup. That is, it backs up only changed files. However, it provides no versioning. I'd like my backup system to be like a source code repository (CVS, Subversion, etc), where I can go back in time to any previous version of an individual file or of the entire backup. As it is now, given that I do backups once per day, if something corrupts my system, or some app or document on my system, that corrupted version would overwrite the good version within a day (assuming the corruption itself didn't prevent the backup from running, of course). It appears as Time Machine in Leopard will offer this capability. But I'm unclear if Time Machine is going to allow complete system backups, or just user-level backups.

2. You have to leave your account logged in for SuperDuper to work. This is because of the GUI. And it sucks, because I would prefer to logout of my account when I'm not using it.</description>
		<content:encoded><![CDATA[<p>I use and like SuperDuper. There are two things I don't like about it:</p>
<p>1. Although it does "smart" backups, it's only for saving time during the backup. That is, it backs up only changed files. However, it provides no versioning. I'd like my backup system to be like a source code repository (CVS, Subversion, etc), where I can go back in time to any previous version of an individual file or of the entire backup. As it is now, given that I do backups once per day, if something corrupts my system, or some app or document on my system, that corrupted version would overwrite the good version within a day (assuming the corruption itself didn't prevent the backup from running, of course). It appears as Time Machine in Leopard will offer this capability. But I'm unclear if Time Machine is going to allow complete system backups, or just user-level backups.</p>
<p>2. You have to leave your account logged in for SuperDuper to work. This is because of the GUI. And it sucks, because I would prefer to logout of my account when I'm not using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex kent</title>
		<link>http://nslog.com/2006/09/28/psync_on_intel_macs#comment-19417</link>
		<dc:creator>alex kent</dc:creator>
		<pubDate>Thu, 28 Sep 2006 16:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/09/28/psync_on_intel_macs/#comment-19417</guid>
		<description>how about RsyncX ??

i have found it to be super fast and reliable to sync drives.
i also use it to sync my iphoto library (50k files) between my powerbook and g5, it does this over ethernet in </description>
		<content:encoded><![CDATA[<p>how about RsyncX ??</p>
<p>i have found it to be super fast and reliable to sync drives.<br />
i also use it to sync my iphoto library (50k files) between my powerbook and g5, it does this over ethernet in </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik J. Barzeski</title>
		<link>http://nslog.com/2006/09/28/psync_on_intel_macs#comment-19416</link>
		<dc:creator>Erik J. Barzeski</dc:creator>
		<pubDate>Thu, 28 Sep 2006 15:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/09/28/psync_on_intel_macs/#comment-19416</guid>
		<description>emd, I know it can do automated backups. It still has to launch a GUI app to do it. I will probably buy SuperDuper (just to have on hand) if I can pay via PayPal. I've already emailed the developer.</description>
		<content:encoded><![CDATA[<p>emd, I know it can do automated backups. It still has to launch a GUI app to do it. I will probably buy SuperDuper (just to have on hand) if I can pay via PayPal. I've already emailed the developer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emd</title>
		<link>http://nslog.com/2006/09/28/psync_on_intel_macs#comment-19415</link>
		<dc:creator>emd</dc:creator>
		<pubDate>Thu, 28 Sep 2006 15:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/09/28/psync_on_intel_macs/#comment-19415</guid>
		<description>Eric, as far as I know, SuperDuper! can do automated backups. See this image: http://www.shirt-pocket.com/SuperDuper/graphics/SuperDuper-Scheduling.gif.

You could always post on the forums as Dave Nanian is always there and provdes outstanding support.</description>
		<content:encoded><![CDATA[<p>Eric, as far as I know, SuperDuper! can do automated backups. See this image: <a href="http://www.shirt-pocket.com/SuperDuper/graphics/SuperDuper-Scheduling.gif" >http://www.shirt-pocket.com/SuperDuper/graphics/SuperDuper-Scheduling.gif</a>.</p>
<p>You could always post on the forums as Dave Nanian is always there and provdes outstanding support.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
