A friend of ours had her MacBook stolen from a coworking space in Bali last year. She was in the middle of a client project, two weeks from a deadline, with the only "backup" being an external SSD that lived in the same bag as the laptop and was, of course, also gone.

Her recovery story has a happy ending only because someone else in the coworking space let her borrow a Mac for an evening and she had been syncing the active project to iCloud Drive. Everything else — research notes, two years of accumulated browser bookmarks, project history, mail archives — was lost. She rebuilt over the next two months.

Remote workers and digital nomads operate under conditions that quietly break the standard backup advice. This guide is the version of that advice that survives a stolen laptop, a 50 GB monthly hotspot cap, a captive portal, and a time zone difference that turns "back up overnight" into "back up while you are working."

The Realities of Backing Up a Mac on the Road

Before talking about tools, let us be honest about what makes backup hard when you live out of a backpack.

Variable connections (cafe, hotel, hotspot, none)

At home, you have one network. On the road, you have a new network every two days, each with its own quirks: bandwidth caps, captive portals, blocked ports, deep packet inspection, expiring DHCP leases, hotel Wi-Fi that drops every fifteen minutes. A backup system that assumes "stable network" will silently fail half the time.

Bandwidth caps and metered connections

A 50 GB phone hotspot is fine for email and Slack. It is not fine for an automatic Time Machine backup deciding to upload your 30 GB Photos library. Worse, you may not notice until your carrier sends the "limit exceeded" text. Backup tools that respect macOS's Low Data Mode flag, or that let you pause uploads cleanly, are essential.

Time-zone shifts and "set and forget" failures

Time Machine's "back up every hour" assumption was designed for a Mac that lives in one place. When you fly from Berlin to Mexico City, the Mac is asleep in transit, your "trusted Wi-Fi" is gone, and the next backup might not happen for days. There are no error notifications until you happen to look. A surprising number of nomads discover their last successful backup was a month ago, exactly when they need a restore.

Theft, loss, and hardware failure abroad

Losing a Mac at home is bad. Losing one in another country is worse: you may not have an Apple Store within a thousand kilometres, customs may complicate buying a replacement, and every hour without a working machine is an hour you cannot bill. Backup is the only thing that lets you walk into a phone shop, buy whatever Mac they have, and be back to work that evening instead of in a week.

Why Local-Only Time Machine Drives Do Not Work When You Travel

The standard "buy a Time Machine drive" advice is correct for someone who works from one location. For a nomad, it has three fatal flaws.

They live in your bag with your laptop

If your laptop is stolen, the backup drive that was in the same bag is also stolen. If your bag is lost by an airline, both copies are gone. The whole point of backup is independent failure modes; a drive that travels next to the thing it is backing up is not really independent.

Single point of failure

External SSDs are reliable but not infallible. If the one drive you are travelling with fails — and they do, especially after months of being thrown into bags, dropped, and exposed to humidity — you have no backup. Replacement drives are not always easy to find abroad.

Risk during transit and customs

Customs officers in some jurisdictions can examine, copy, or seize electronic storage at the border. Whether or not this is likely for any given person, it is one more reason that "the backup lives in the same bag as the laptop" is a brittle plan. A cloud destination keeps a copy of your data outside your luggage entirely.

How Cloud Time Machine Handles the Nomad Lifestyle

Cloud Time Machine destinations were essentially built for this scenario. The relevant features:

SMB3 reconnect and resume

A modern cloud SMB3 service handles network drops cleanly. Your MacBook closes the lid, you walk down the street to a coffee shop, you reopen — Time Machine reconnects to the same backup destination and continues from where it stopped. No corruption, no manual intervention, no "verifying backup" cycle. This is the single most important capability for a backup destination that follows you around the world.

Bandwidth throttling on metered networks

macOS marks Wi-Fi networks with Low Data Mode, and well-behaved background processes (including Time Machine) respect it. Mark your phone hotspot as Low Data, and Time Machine stops uploading until you are back on unmetered Wi-Fi. The Capsule Backup connection respects this flag automatically.

Pause and schedule controls

For long stretches on questionable connections, pausing Time Machine entirely from the menu bar is the cleanest option. You resume when you have a stable, unmetered connection — typically a hotel with proper Wi-Fi, a coworking space, or a friend's home network. The hourly schedule picks up from there.

The Recommended Workflow

Here is the setup that consistently works for full-time remote workers and digital nomads. It has three layers, each covering for the failure modes of the others.

Cloud Time Machine as primary

A cloud SMB3 Time Machine destination is your always-on, always-offsite, hourly backup. Set it up once before you leave, point Time Machine at it via Finder's Connect to Server, enable encryption when prompted, and forget about it. Even when you are on the move, every reasonable network you connect to will give Time Machine a chance to push the latest changes. Walk through the exact steps on our setup guide.

Choose a region close to where you spend most of your time. Most cloud Time Machine providers, including Capsule Backup, let you pick from multiple regions. If you mostly travel in Europe, choose a European region; if you spend half the year in Asia, accept that the latency will be higher and budget more time for the initial backup.

Local SSD as offline / transit insurance

Carry a small, encrypted SSD — 1 TB Samsung T7 or equivalent — and run a manual Time Machine backup to it once a week, ideally when you are settled somewhere for a few days. Keep this drive in a different bag from your laptop whenever possible: in your jacket pocket on travel days, in the hotel safe when you are out, in your partner's bag if you are travelling together.

This drive is your insurance against an internet outage at exactly the wrong moment. If you need to restore in a hurry and the cafe Wi-Fi cannot pull 200 GB in an afternoon, the SSD does it in under an hour.

Cloud sync for active work files

Time Machine runs hourly. That is fine for most things, but for the document you are actively editing, an hour is long. Use iCloud Drive, Dropbox, Google Drive, or your work platform's sync (OneDrive, Box) for the folders you touch every day. Sync is not backup — see our comparison with iCloud — but it is the right tool for "I want my last save to be in two places within thirty seconds."

Combined, the three layers cover essentially every failure mode a nomad can hit.

VPN Considerations on Hotel and Public Wi-Fi

Public Wi-Fi is improving — most networks are now WPA2 or WPA3 secured, captive portals are mostly well-behaved, and HTTPS is universal. But "improving" is not "safe." For backup specifically, three problems remain.

Captive portals and SMB

Many hotel networks block all outbound traffic except HTTP and HTTPS until you sign in via a captive portal. Time Machine's SMB3 connection will fail silently because the destination is unreachable. Some networks then permanently block SMB even after sign-in. The fix is either to switch to a network that allows SMB outbound, or to tunnel the backup through a VPN that exits to a network where SMB works.

WireGuard / OpenVPN with Capsule Backup

Capsule Backup includes WireGuard and OpenVPN connectivity at no extra cost precisely for this scenario. You can route the SMB3 backup connection through a WireGuard tunnel directly to the backup endpoint. The hotel network sees only an outbound UDP flow on a standard port; there is no SMB to block. The backup connection inside the tunnel is untouched by anything the hotel network does.

WireGuard is the modern, faster option (a few hundred lines of kernel code, low overhead). OpenVPN is older but more universally compatible — useful if a hotel network blocks UDP entirely and you need to fall back to TCP-over-port-443. Having both available means there is essentially no network where you cannot get a backup tunnel up.

When to route everything vs split-tunnel

You do not have to route all your traffic through the VPN — you can split-tunnel so only the backup goes through the VPN and your normal browsing stays on the local network. This keeps streaming services working (no geo-block surprises), keeps videoconferencing latency low, and still gets the backup through. macOS supports split-tunnel routing with WireGuard configs that specify the destination subnet rather than 0.0.0.0/0.

For more on the security model around all of this — what is encrypted at rest, how SMB3 encryption works, where the keys live — see our security overview.

What to Back Up Before a Long Trip

The cheapest insurance for a long trip is twenty minutes of preparation before you leave. Three things to do.

Verify the last successful backup

Open the Time Machine menu bar item (or System Settings > General > Time Machine) and confirm the last backup is recent. "Recent" means within the last few hours. If it shows a backup from last week, fix it now — when you are home with fast Wi-Fi — not next week when you are on a 20 Mbps hotel connection.

Test restore one file

Do not assume the backup works just because Time Machine says it does. Open Time Machine, navigate back a few days, and actually restore a file to your Desktop. Verify it opens and is the right version. If anything goes wrong, it is far better to discover that at home than at a coworking space in Lisbon.

Sync credentials, keys, and 2FA backups

If your Mac is stolen, you will be signing into a borrowed or new Mac. That means you need access to:

  • Your Apple ID password — and a way to receive the 2FA code (your phone, ideally not in the same bag as the Mac)
  • Your password manager master password — and the cloud sync that holds your vault
  • Your 2FA backup codes for critical accounts (email, bank, password manager) — printed or in a separate encrypted file you can reach without your Mac
  • Your SSH and signing keys if you are a developer — backed up via Time Machine, but also worth keeping a separate encrypted copy you can reach

Without these, even a perfect backup is locked behind credentials you cannot retrieve from a borrowed laptop.

Restoring on a Borrowed or Replacement Mac While Abroad

This is the scenario the whole strategy is built around. Here is how it actually plays out.

Buying a Mac abroad

Apple Stores exist in most major cities, but not all countries. Authorised resellers fill in some gaps. In a pinch, second-hand Macs are widely available. For an emergency restore, any reasonably modern Mac will do — you can move the data to a better machine later. Note that some countries have notably higher Mac prices due to import duties; budgeting for this in your travel insurance is wise.

Migration Assistant over network

Migration Assistant can pull from a Time Machine backup over the network. On the new Mac:

  1. During Setup Assistant, choose Restore from Time Machine Backup
  2. Connect to your cloud backup destination via Finder's Connect to Server (or via the VPN if needed)
  3. Select the most recent backup snapshot
  4. Wait. This step is slow on consumer connections. Plan for hours, not minutes.

The result is a Mac that looks and behaves exactly like your old one — same apps, same settings, same files, same browser tabs. The only thing missing is whatever changed in the hour or two between your last backup and the theft.

Selective restore vs full restore

If the borrowed Mac is going back to its owner in two days, do not run a full restore. Mount the backup destination, navigate into the Time Machine backup folder, and copy out only the active project files. This gets you working in minutes rather than hours, and you can do the full restore later when you have your own Mac. Capsule Backup's SMB3 share lets you browse your backup like any folder for exactly this kind of partial recovery.

Budget and Storage Tiering for Nomads

Backup costs are not the place to over-economise — but they are also not the place to over-spend.

Right-sizing the plan

A typical nomad working Mac has 200 to 500 GB of data: documents, code, design files, a Photos library, mail, browser profiles. A 1 TB cloud Time Machine plan is enough for one Mac with comfortable headroom. If you carry a personal Mac and a work Mac, the unlimited-devices model on most plans means one subscription covers both. See our pricing page for current tiers.

Excluding the heavy stuff

Time Machine has an exclusion list (System Settings > General > Time Machine > Options). Use it. The usual suspects:

  • Virtual machine disk images — often 30 to 100 GB each, change daily, almost never worth backing up via Time Machine
  • Xcode and other dev caches — DerivedData, Library/Caches, node_modules, .gradle, .cargo, Docker volumes
  • Downloads folder — usually re-downloadable
  • Steam, Epic, large game installs — re-downloadable from the store
  • Local copies of cloud-synced media — if your full Photos library is in iCloud, no need to back up the local cache too

Be conservative. Excluding too much creates the false confidence of "my backups are small," followed by the discovery that the file you needed was excluded. Never exclude your home folder broadly.

Region selection for performance

Choose a region close to where you spend the most time, accepting that there will be days with higher latency. The first backup is one event; everyday incremental backups are tiny and latency-tolerant. For specific use cases like development workflows, our developer page covers more of the optimisation tradeoffs.

A Sample Nomad Backup Stack

To make this concrete, here is the stack we recommend for a typical solo nomad with a single MacBook Pro:

  • Cloud Time Machine, 1 TB plan, with WireGuard tunnel preconfigured for hotel networks
  • 1 TB encrypted Samsung T7 SSD, weekly Time Machine backup, kept in a separate bag during travel days
  • iCloud Drive for Documents and Desktop, providing near-real-time sync of active work
  • 1Password (or Bitwarden) with the vault backed up by both iCloud and the cloud Time Machine
  • 2FA backup codes printed on paper, kept in a passport pouch separate from the Mac
  • An Apple ID with hardware security keys if you can manage them, backup software-token codes printed and stored separately

For a remote worker employed by a company, the layer changes slightly: the company-managed Mac will likely have its own backup tool (often Mosyle, Jamf, or a corporate cloud backup), and your own setup covers personal data and side projects. For team-wide Mac backup setups, see our page for businesses.

The Bottom Line

The standard backup advice — "get a Time Machine drive" — is essentially advice for people whose backup setup never has to leave the apartment. For everyone whose work life happens in motion, you need backups that survive theft of the laptop bag, work over hostile networks, respect a phone hotspot's monthly cap, and recover onto a machine you do not currently own.

That is a higher bar, but it is not a complicated one. Cloud Time Machine for the always-on baseline, a separate encrypted SSD for the offline copy, cloud sync for the active files, a VPN for the hostile networks, and a printed page of 2FA codes for the worst day. Set it up once, test the restore once, and you have a setup that quietly does its job for years.

If the worst day comes — and on a long enough timeline it does — you spend an evening on a borrowed Mac and a day or two on a restore, instead of two months rebuilding what cannot be rebuilt.

Frequently Asked Questions

What is the best backup setup for a digital nomad with a Mac?

A cloud Time Machine destination as the primary backup, a small encrypted SSD kept in a separate bag as transit insurance, and cloud sync (iCloud Drive, Dropbox, or similar) for the active working files. The cloud Time Machine survives theft and customs problems; the SSD survives an internet outage; the sync covers the few-hour gap between hourly backups.

Will Time Machine work over hotel or coworking Wi-Fi?

Yes, with caveats. Most hotel and coworking networks now allow standard outbound traffic including SMB3 over the right ports, especially when tunnelled through a VPN. Captive portals can block backups until you sign in, and some networks block SMB outright — in those cases, routing the backup through WireGuard or OpenVPN to the backup endpoint solves the problem cleanly.

How do I keep Mac backups running when I am on a metered or limited connection?

macOS lets you mark a Wi-Fi network as Low Data Mode in Network settings, which suppresses background uploads including Time Machine. Turn this on for hotspots and capped hotel networks. For long stays on a metered connection, pause Time Machine entirely from the menu bar and resume only when you have unmetered bandwidth.

What happens if my MacBook is stolen abroad?

If your backup is in the cloud, you walk into any Apple Store or buy any second-hand Mac, sign into iCloud, and start a Migration Assistant restore over the internet from your cloud Time Machine destination. The restore takes hours rather than minutes — this is normal — but you can be productive again on a borrowed Mac within an evening, and fully restored within a day or two depending on data size and connection speed.

Should I use a VPN for Mac backups when travelling?

Yes, when on untrusted networks. Even though SMB3 already encrypts data in transit, a VPN protects against captive portal injection, DNS hijacking, and networks that block SMB. Capsule Backup includes WireGuard and OpenVPN at no extra cost so the backup tunnel can be terminated directly at the backup endpoint, which is the cleanest setup for nomads.

Capsule Backup is not affiliated with or endorsed by Apple Inc. Time Machine, macOS, Finder, iCloud, iCloud Drive, Migration Assistant, and AirPort are trademarks of Apple Inc. WireGuard is a registered trademark of Jason A. Donenfeld. OpenVPN is a registered trademark of OpenVPN Inc. Other product names mentioned are trademarks of their respective owners.