About PsyncX
PsyncX is designed to let you effortlessly backup whichever folders or hard drives are important to you. To that end we work our hearts out to make sure that your expectations don't get disappointed.
PsyncX is designed to let you effortlessly backup whichever folders or hard drives are important to you. To that end we work our hearts out to make sure that your expectations don't get disappointed.
PsyncX is a wrapper program for psync and crontab. That means that PsyncX uses an existing free Unix application written by Dan Kogai, psync and the ability to schedule jobs (known as cron in Unix) to allow you to schedule backups whenever you want. Hence the name PsyncX (yes, I know it isn't very original, but I thought it would be fairly easy to understand the connection :-)
Well, the easiest way to find out is to read the man page (Unix speak for manual) for psync:
man psync
psync does an update copy. It compares source directory and target directory at first, then erases items that are nonexistent on source directory if specified and finally copies everything on source directory. Items with the same modification date and (data fork) size remain untouched, saving time on operation.
This text is taken straight from Dan Kogai's website Go there for more info.
There are two methods to install this module. CPAN is easier
and more recommended.
sudo perl -MCPAN -e shell
install MacOSX::FileAnd CPAN module will download, compile, test and install the module all for you.
If you have a problem using CPAN, you can still install it as follows.
tar zxvf MacOSX-File-x.xx.tar.gz
NOTE: the instructions above currently do NOT work for 10.3 "Panther". The easiest way to get psync installed on your system is to install PsyncX 2.1.1
cd MacOSX-File-x.xx
perl Makefile.PL
make
make test
sudo make install