Time Machine backups & disaster recovery
Introduction
Section titled “Introduction”The External Backup Drive add-on connects a physical USB-C external drive to your Mac, dedicated to backups. You back up to it with Time Machine, and our team can restore it for you as part of disaster recovery. This page covers setup, restore, and what happens on cancellation.
The External Backup Drive add-on
Section titled “The External Backup Drive add-on”- Order it from your dashboard at app.myremotemac.com — open your instance, go to the Backup tab, and choose Order Backup Drive.
- Our team physically connects a USB-C drive to your Mac Mini (usually within a few hours).
- You get an email confirmation once it’s connected and the service shows Active.
- You configure Time Machine (below) to start automatic backups.
Set up Time Machine (desktop)
Section titled “Set up Time Machine (desktop)”Time Machine is configured from the macOS desktop, so connect over VNC / Screen Sharing first.
- Connect to your Mac’s desktop over VNC / Screen Sharing.
- Open System Settings → General → Time Machine (on older macOS: System Preferences → Time Machine).
- Click Add Backup Disk… and select the connected external drive.
- When prompted, encrypt the backup (recommended) and set a strong password.
- Click Done — Time Machine runs the first backup, then backs up automatically (hourly by default).
Set up over SSH (optional)
Section titled “Set up over SSH (optional)”Prefer the terminal? Use tmutil once the drive is mounted (replace Backup with your drive’s volume name):
# point Time Machine at the drivesudo tmutil setdestination -a /Volumes/Backup# enable automatic backups and run one nowsudo tmutil enabletmutil startbackup --auto --blockExclude large, regenerable folders
Section titled “Exclude large, regenerable folders”Speed up backups and save space by excluding caches and build output (Time Machine → Options…, or via CLI):
tmutil addexclusion ~/Library/Developer/Xcode/DerivedDatatmutil addexclusion ~/Library/CachesRestore your files
Section titled “Restore your files”- Files: open Time Machine from the menu bar and browse to the date you need.
- Whole system / migration: use Migration Assistant, or
tmutil restorefor individual paths.
Disaster recovery (DRS)
Section titled “Disaster recovery (DRS)”Your Time Machine backups are the foundation of your disaster recovery strategy. If you need to migrate to a new Mac or recover after an incident — a failed disk, a corrupted system, or accidental data loss — open a support ticket and our team handles the restoration from your backup onto the target machine.
Cancellation erases the drive
Section titled “Cancellation erases the drive”When you cancel the External Backup Drive service from the Backup tab, the drive is disconnected and all data on it is completely erased (securely wiped) before it is reused.
FAQ
Where does Time Machine back up to?
Do I set it up over SSH or the desktop?
tmutil.