Ask HN: How do you keep your work and home machine in sync?
8 points| tejasm | 11 years ago
I have a difficult time deciding how to keep my files in sync. I could use dropbox or Google drive but syncing every little change becomes operationally difficult. Also, when I'm traveling and working offline, I might not have access to files on the other machine.
What solution do you use to address these issue?
CalRobert|11 years ago
Don't work for free.
dsuth|11 years ago
I have also used dropbox in remote locations, to keep a team synced up. It works ok, but works best if you keep a separate working directory (so saves don't automatically generate a sync to cloud).
ColinWright|11 years ago
RogerL|11 years ago
ctb_mg|11 years ago
Despite that, all my code is in git so it is synced wherever and whenever I need it, as long as I am disciplined about pushing to my central repo.
There is some data that I use on both home and work machines (vim config, bashrc, etc.) and that is in an "environment" git repository so it is easily syncable.
usermac|11 years ago
miduil|11 years ago
ForFreedom|11 years ago
tejasm|11 years ago
Thanks for sharing your current solutions.
tobyc|11 years ago
exelib|11 years ago
petecooper|11 years ago
http://www.getsync.com
mappu|11 years ago
jhildings|11 years ago