Hi, bartd94303.
There are various dedicated backup programs available for Mac OS X,
such as You Synchronize! (http://www.yousoftware.com/), Synk
(http://www.decimus.net/synk/) and Synchronize! Pro X
(http://www.qdea.com/). Unfortunately, none of these seem to support
SCP, although they are an option if your computers are on the same
local network.
However, several SFTP programs for Mac OS X have the ability to
synchronize between two computers using SCP or FTP over SSH. Three of
these programs are Transmit (http://panic.com/transmit/), Interarchy
(http://www.interarchy.com/), and osXigen
(http://www.jomosoft.com/osxigen/osXigen.html). All of these programs
have a free trial.
osXigen allows the creation of 'active bookmarklets' - icons that will
automatically synchronize any folder dropped on top of it with a
bookmarked remote folder. It also has support for AppleScript, so this
could be automated.
Interarchy may be the best choice, since it allows you to run commands
at a set interval. (You will need to use the "mirror both ways"
feature to achieve what you want).
If you want to use a different command-line utility, you can use
rsync. This allows you to update files via SSH, and comes with your
computer. There is a good tutorial for setting it up on OS X available
at http://www.bombich.com/mactips/rsync.html. There is also a special
Mac OS X version, called RsyncX, available from
http://www.macosxlabs.org/rsyncx/rsyncx.html.
Alternatively, to get Unison working as you want, try adding these
lines to the bottom of you Unison profile file:
times = true
force = newer
This should force Unison to automatically replace the older version of
a conflicting file with a newer one. This should not prompt you at
all; be sure you want to do this.
The following searches may be of use to you:
http://www.versiontracker.com/php/search.php?mode=basic&action=search&str=SFTP%2520sync&plt%5B%5D=macosx
://www.google.com/search?num=50&q=mac+os+x+synchronize+(scp+OR+sftp)
If you have any questions, feel free to request a clarification.
-- wildeeo |