We are planning improvements to Kenosis in a number of areas such as better integration with BitTorrent, a more distributed BT tracker, simulation of larger Kenosis networks and making Kenosis work over NAT.
I am sorry that I was not clear. I want the files to be encrypted before they leave my machine and to stay encrypted when on the remote machine. I know about ssh but want more than an encrypted connection.
What would make me very happy would be options on rsync that would allow me to specify that all files should be run through one program before they are sent to the remote machine and another program before they are written back to the local disk. This would let me combine resource and data forks on the mac before backing up to a linux box, encrypt my files before sending them over the network and a number of other fun things.
I have toyed with modifying rsync to allow this but not done anything serious yet.
Is there any way to encrypt the files before rsync copies them while leaving them unencrypted on my disk? rsync + cp -al is very appealing to me but I want encryption.
You mean the version of Kenosis that is integrated with BitTorrent?
It's still alive and kicking. Check it out at http://kenosis.sourceforge.net/
(I am one of the authors of Kenosis.)
We are planning improvements to Kenosis in a number of areas such as better integration with BitTorrent, a more distributed BT tracker, simulation of larger Kenosis networks and making Kenosis work over NAT.
We'd love help with any of these or other areas.
Please join the mailing list to get involved.
I am sorry that I was not clear. I want the files to be encrypted before they leave my machine and to stay encrypted when on the remote machine. I know about ssh but want more than an encrypted connection.
What would make me very happy would be options on rsync that would allow me to specify that all files should be run through one program before they are sent to the remote machine and another program before they are written back to the local disk. This would let me combine resource and data forks on the mac before backing up to a linux box, encrypt my files before sending them over the network and a number of other fun things.
I have toyed with modifying rsync to allow this but not done anything serious yet.
Is there any way to encrypt the files before rsync copies them while leaving them unencrypted on my disk? rsync + cp -al is very appealing to me but I want encryption.
Is anyone doing this? How?