TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you keep your work and home machine in sync?

8 点作者 tejasm超过 10 年前
I primarily use a Macbook Pro for work and carry it everyday from home to my office. I&#x27;m tired of doing so, and hence I&#x27;m planning to get a mac mini for office.<p>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&#x27;m traveling and working offline, I might not have access to files on the other machine.<p>What solution do you use to address these issue?

11 条评论

CalRobert超过 10 年前
I leave my work laptop at work. After work I go to the pub, or a cafe, or to my apartment, and live life. Sometimes I work on personal projects, but _never_ on my work machine, and _never_ at work (the nature of invention assignment agreements makes this prudent).<p>Don&#x27;t work for free.
评论 #8923532 未加载
ColinWright超过 10 年前
I have a directory on each machine that are to be kept in sync, then I just put everything in a git repo. Go to work, pull, done. Go home, pull, done. Anything not in that directory is private to the machine, all my work is in the repo.
RogerL超过 10 年前
I just work in the Dropbox folder itself. I.e I do not drag and drop at the end of the day - the code and&#x2F;or documents live permanently in the Dropbox folder. I truly wished I could selectively eliminate files (don&#x27;t duplicate .pyc files, or whatever), but it works. A nice benefit is how dropbox keeps backups of everything. A couple of times a stupid moment at the keyboard led me to blowing away a file before checking it in. No problem, Dropbox had it versioned.
ctb_mg超过 10 年前
I keep work and personal projects separate.<p>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.<p>There is some data that I use on both home and work machines (vim config, bashrc, etc.) and that is in an &quot;environment&quot; git repository so it is easily syncable.
usermac超过 10 年前
Shared bookmarks are most important to me so I use Pinboard.in and GetPocket on each computer. For documents I use MicroSoft OneCloud or whatever its called today. And lastly, my fav, is I have a SanDisc SD Plus Ultra II that lays very flat in my wallet yet opens to a USB. Love it.
miduil超过 10 年前
<a href="https://superuser.com/questions/31512/how-to-synchronize-the-home-folder-between-multiple-computers" rel="nofollow">https:&#x2F;&#x2F;superuser.com&#x2F;questions&#x2F;31512&#x2F;how-to-synchronize-the...</a>
评论 #8922224 未加载
tejasm超过 10 年前
I&#x27;m personally not a big fan of working from home at night. However, at times, I have to work from home due to personal reasons and hence the questions.<p>Thanks for sharing your current solutions.
tobyc超过 10 年前
I just slip it in to my bag and open it when I get home. I sometimes have a few issues with after-work beers interfering with the sync process, but generally it works OK.
exelib超过 10 年前
I use unison from command line to sync files between pc&#x27;s, backup server and mounted devices. Internally, if I remember me right, it&#x27;s uses rsync.
petecooper超过 10 年前
I use BitTorrent Sync.<p><a href="http://www.getsync.com" rel="nofollow">http:&#x2F;&#x2F;www.getsync.com</a>
mappu超过 10 年前
Leave your work at the office.
评论 #8922340 未加载