Jump to content

Recommended Posts

Hi,

 

I would like to do a secure off-site backup using the FTP feature.

 

Even though Retrospect encrypts data, due to the nature of FTP protocol the login information (username/password) will traverse the net on clear text.

 

The first solution I can think of is using an SSH tunnel.

 

My question is how to automate the whole thing, and my guess is AppleScript.

I've read in the manual that Retrospect interacts well with AppleScript.

 

I want Retrospect to lanuch a script right before it starts doing the internet backup, so the script can establish the tunnel with MacSSH.

 

How does all this sound?, Possible?, Stable?, Realistic?

 

I have no experience with Applescript and its reliability.

 

Thanks in advance.

 

 

 

Link to comment
Share on other sites

 

 

The answer would be scp (secure copy) assuming that the target host is

running an sshd. Of course, your script will have to either contain passwords

or you will have to establish a certificate on the source machine that will

authenticate you to the target. Don't use MacSSH unless that is somehow

a name for the ssh that inherently comes with OS X. Note that ssh v.1

protocol is hackable by the skilled -- use ssh v.2 protocol.

 

Of course, you can also use SSL but you didn't ask that.

 

--slowpoke

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...