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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you manage large files across multiple laptops/desktops?

19 点作者 kaiku大约 5 年前
My wife is a graphic designer and works on both a Mac desktop and laptop. The assets she generates for a single project can reach into gigabyte territory – multiple versions of a set of print layouts, RAW photos, etc. One problem she has is how to reliably sync large files between computers. She uses Dropbox currently, but sync over network can takes a long time or sometimes just doesn&#x27;t finish depending on the file. And when she runs into space limits on one computer, she&#x27;ll need to adjust Dropbox settings to selectively sync items.<p>I&#x27;m curious what people do in this case. I think she needs:<p>1) A large amount of storage, expandable as time goes on 2) Files accessible from multiple computers 3) Ability to access files securely when working from a coffee shop, traveling, etc.

12 条评论

kop316大约 5 年前
Have you looked into Nextcloud?<p>If you primarily do it at home, the speeds of Nextxloud are typically limited by the network bandwidth, and the storage is limited by what server you have. I use it and manage 5 TB of data on it without problems.
评论 #22489530 未加载
mceachen大约 5 年前
There are already a lot of suggestions to use an externally attached storage (or &quot;sneakernet&quot;). I think it&#x27;s the simplest solution with best performance. I dual-boot off an EVO SSD in an external thunderport&#x2F;USB-C enclosure, and performance is similar to the built-in HD. The enclosure is the size of a pack of gum. Make sure the USB-C to USB-C cable is actually USB 3.0 certified.<p>She should also verify her Time Machine configurations on both Macs are set up to back up her sneakernet drive fairly frequently. ... You only seem to need backups when you don&#x27;t have them...
jedieaston大约 5 年前
Something that isn’t uncommon in some shops is using a big system&#x2F;VM where the person does their work and just remotes into it from their mobile system as needed, so the file only actually is in one place.<p>Of course, it only works if you’re online, and VDI-ish solutions aren’t really a thing on OS X, so YMMV, but I remote into my desktop while I’m at school because my laptop doesn’t have much ram.
ogou大约 5 年前
One thing Dropbox does well is transparently resuming a stalled or failed sync. The other solutions I can think of are more manual or the UX is very basic or obtuse. You could set up your own storage space on AWS and rsync (which has GUI tools available), but that&#x27;s essentially roll-your-own Dropbox.<p>I work on large video files that I transport between locations and had an external drive that I used for a while but would end up forgetting or not wanting to unplug everything. I have settled on a high speed 64gb SD card that fits in any pocket or even my wallet. Out of all the fancy network tools I set up, this option has proved to be the most enduring.<p>Doesn&#x27;t help with synchronizing which files are most current though. You might look at Transmit 5 from Panic. It has lots of useful syncing features now.
codingdave大约 5 年前
I use an external USB drive. You can get anywhere from the standard thumb drives, up to multi-terabyte larger drives. So when travelling I just take whichever drive I need and whichever laptop I need, and plug them together.<p>It isn&#x27;t exactly syncing, but it solves the problem, at least for me.
bradknowles大约 5 年前
If they’re reliably on the same network, then I’d probably use syncthing. Or, a NAS device and mount the volume across the LAN. Or rsync or syncthing to the NAS.<p>If you have to share files off the LAN, that gets more involved.<p>We currently use a mix of syncthing and NAS for our internal purposes, and iCloud for external syncing.
WClayFerguson大约 5 年前
Use rsync to make one folder structure match another by copying only the changed parts of files. You can sync many gigabytes VERY quickly this way.<p>You&#x27;ll want to have an external USB3.0 drive to get from one machine to another IMO, because you would have wanted it backed up ANYWAY right? ...so there&#x27;s no need to try to copy directly from one machine to another machine, without using the USB drive.<p>Here&#x27;s an example command:<p>sudo rsync -aAXv --delete --force &quot;&#x2F;home&#x2F;clay&#x2F;ferguson&#x2F;&quot; &quot;&#x2F;media&#x2F;clay&#x2F;BAK&#x2F;ferguson&quot;
评论 #22503700 未加载
therealmarv大约 5 年前
Buy a large SSD like 2-8TB (just avoid the Samsung 860 QVO 4TB, it sucks more power during write than USB A standard allows) and buy a nice case like <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;B07D2BHVBD" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;B07D2BHVBD</a> and mount it there. Work from the external SSD, it&#x27;s fast enough in my opinion. Use the cloud only for backup purposes whenever the drive is attached (I use Insync for that but this is Google Drive centric).
评论 #22488623 未加载
throwaway12757大约 5 年前
Second the use of high speed SSD or SD Card, at night just make sure it backs up to the cloud just in case you lose it.
EvanWard97大约 5 年前
If just a 2 terabyte cloud service faster than Dropbox would be enough, pCloud is nice.
anonsivalley652大约 5 年前
Try them all and then pick one (or two):<p>- SpiderOak One<p>- Mega (very cheap)<p>- Syncthing (open source)
pid_0大约 5 年前
icloud, otherwise external storage