Slashdot Mirror


User: mcm

mcm's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Kenosis-BitTorrent on Long-Awaited BitTorrent 4.0 Released · · Score: 1

    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/

  2. We are looking for help on Decentralize BitTorrent with Kenosis · · Score: 5, Informative

    (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.

  3. Re:rsync with cp -al on Affordable and Safe Data Protection Practices? · · Score: 1

    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.

  4. Re:rsync with cp -al on Affordable and Safe Data Protection Practices? · · Score: 1

    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?