On Saturday 4 November 2006 13:56, Dan Johansson wrote: > Me and a friend are looking into the possibility to do > cross-site-remote-backups (I'm backing up my data to a directory in > his box and he on mine). We want the connection and remote-storage to > encrypted and we do not want to open too many ports in our firewalls. > Any suggestions on how this could be accomplished?
Backuppc (it's in portage) uses rsync over ssh, so you only need to open a single port in the firewall. Optionally, backuppc offers an http interface to monitor its status, so maybe you'll want to open port 80 as well. Use an encrypted filesystem to store backups, and you should be done. Note: the above setup probably needs some work if you want full automation. -- [email protected] mailing list

