I've been using the beta for several months now and it has worked great across a variety of Windows and Mac machines. For things like music and photos where I have 40+GB of accumulated bits it feels a better option than a straight cloud based system like DropBox or JungleDisk (which I also use, but for a smaller amount of stuff). I have a number of machines with many GB of spare disk space, so rather than paying mont…
>Since machines on the local network sync at LAN speeds it is also very fast in the usual case. On a LAN, I don't really see the advantages over something like FreeFileSync, which is GPL'd. Over the 'net, locating the machine and performing NAT traversal can be useful, though, especially for people behind ISP NAT.
AeroFS - File Sync Without Servers
41–50 of 123 posts
Re: AeroFS - File Sync Without Servers
#42I've been using the beta for several months now and it has worked great across a variety of Windows and Mac machines. For things like music and photos where I have 40+GB of accumulated bits it feels a better option than a straight cloud based system like DropBox or JungleDisk (which I also use, but for a smaller amount of stuff). I have a number of machines with many GB of spare disk space, so rather than paying mont…
>Since machines on the local network sync at LAN speeds it is also very fast in the usual case. On a LAN, I don't really see the advantages over something like FreeFileSync, which is GPL'd. Over the 'net, locating the machine and performing NAT traversal can be useful, though, especially for people behind ISP NAT.
AeroFS and Dropbox are not as simple as inotifywatch+rsync. They don't only offer synchronization, but replication and version control.
Re: AeroFS - File Sync Without Servers
#43Re: AeroFS - File Sync Without Servers
#44Re: AeroFS - File Sync Without Servers
#45I guess I'm just old school, but my solution to this problem has been a 250 GB external drive + CVS for all my files. I've been doing it for years and it works great. Every time I leave a machine, it's just 'cvs commit -m "Leaving home/work/library/Starbucks"'. Once you get past the perverse feeling of checking your music library into CVS, it works fine.
Re: AeroFS - File Sync Without Servers
#46Beautiful homepage but there is an extra word in the paragraph "Unlimited Storage": "AeroFS lets you can sync all the data" Also I don't fully understand the product from just the first page. Who is your target audience?
The "unlimited storage" thing threw me. If I understand it correctly, it's limited by the free storage I have to use. "Your computer quite possibly has hundreds of gigabytes of space..." actually, no. Yes, I have a desktop with hundreds of GB free, but my laptop fights with me every day to keep 10-20 GB free. In that case, I think a network file share makes more sense. Aside from the confusion marketing, I like it. D…
Re: AeroFS - File Sync Without Servers
#47On the bright side, I finally got around to setting up Unison + cron to keep files in sync between my MacBook Air and my MacBook Pro, and it's working quite well. I'd highly recommend it to anyone facing a similar challenge.
Re: AeroFS - File Sync Without Servers
#48http://git-annex.branchable.com/
http://julien.danjou.info/blog/2011.html#Handling_my_music_c...
Re: AeroFS - File Sync Without Servers
#49One day, I will love AeroFS. But that day is not yet today: AeroFS does not preserve file modification times across clients, which kills it for me. On the bright side, I finally got around to setting up Unison + cron to keep files in sync between my MacBook Air and my MacBook Pro, and it's working quite well. I'd highly recommend it to anyone facing a similar challenge.
Re: AeroFS - File Sync Without Servers
#50I guess I'm just old school, but my solution to this problem has been a 250 GB external drive + CVS for all my files. I've been doing it for years and it works great. Every time I leave a machine, it's just 'cvs commit -m "Leaving home/work/library/Starbucks"'. Once you get past the perverse feeling of checking your music library into CVS, it works fine.
I'm curious; why CVS instead of something nicer like git (or mercurial, which has good windows support)?