Hacker News new | ask | show | jobs
by pilif 5422 days ago
I'm using this for about 6 months now. It works exactly like Dropbox, but it doesn't store any data on a central server, so I can use it even for my more sensitive files like my ssh private key.

I have a server at home on which AeroFS is running, so my data generally is available. And if my internet at home is down, usually there's another machine where it's running.

As it's syncing and keeping the local copy, the most current data will be on the machine I'm working on anyways.

The installation feels a bit "heavier" than dropbox which does a better job at staying out of my way, but the advantages of next to unlimited storage and no third-party server are huge for me.

2 comments

I've got one of these NAS devices at home that is always on: http://www.qnap.com/pro_detail_feature.asp?p_id=167

I'd love to see installers made for a few of the NAS devices on the market for this. It would solve the "must have another computer on" thing really well.

I've been using AeroFS in headless mode on my NAS as well, and it's worked fine so far (the headless mode itself, I think there were a few bugs in AeroFS).

I'll try it again now, however. If they nail the fundamentals down, it'll replace Dropbox for me.

EDIT: Or do you mean custom NAS OSes? Mine just runs Ubuntu.

QNAP have some packaging stuff of their own, and make it simple to one-click install and keep it updated.

http://www.qnap.com/QPKG.asp

I used to build my own SqueezeBox Server for years from source, but after a while I just wanted it reasonably up to date, in a stable build, without the hassle. I'd hope that AeroFS would be packaged in the same way so it's not another thing on my list of things to maintain.

I just bought a Synology DS411j yesterday and I intended to run AeroFS on there. Unfortunately, AeroFS requires the JVM which I believe won't run on my NAS. (JamVM might with some hacking). Hopefully there'll be a solution soon because I really hoped I could setup my own Dropbox at home on my NAS.
For the love of god, never ever let your private keys leave the devices they were generated on. That defeats more or less one of the key features with key-based authentication, you cannot easily remove access to a lost key.