5.1 KiB
5.1 KiB
Time Machine Setup Guide (macOS)
Updated: January 21, 2026
⏰ What is Time Machine?
Time Machine is macOS's built-in backup system. It automatically backs up:
- All your files and folders
- Applications
- System settings
- Emails, messages, photos
Key feature: You can "go back in time" and restore any version of any file.
✅ Why You Need Time Machine
| Layer | What It Protects | Frequency |
|---|---|---|
| Time Machine | EVERYTHING locally | Hourly |
| rclone + Cloud | Critical data/configs | Daily |
| Git + GitHub | Code only | Per commit |
Time Machine is your safety net if:
- Your hard drive fails
- You accidentally delete something
- You need to restore to yesterday's version
🛠️ Step 1: Get an External Drive
Requirements:
- USB-C, Thunderbolt, or USB 3.0 drive
- At least 2x your current used space
- For you (Mac mini): 1 TB minimum recommended
Recommended drives (2026):
| Drive | Capacity | Price | Notes |
|---|---|---|---|
| Samsung T7 Shield | 2 TB | ~$120 | Fast, portable, rugged |
| WD My Passport | 2 TB | ~$80 | Budget-friendly |
| LaCie Rugged | 2 TB | ~$140 | Very durable |
| Seagate Backup Plus | 2 TB | ~$70 | Value option |
🔌 Step 2: Connect and Format
2.1 Connect the Drive
Plug it into your Mac mini via USB-C or adapter.
2.2 Open Disk Utility
- Press
Cmd + Space - Type "Disk Utility"
- Press Enter
2.3 Format the Drive (if new/used)
- Select your external drive in the sidebar
- Click "Erase" at the top
- Configure:
- Name:
Time Machine Backup(or whatever you want) - Format: APFS
- Scheme: GUID Partition Map
- Name:
- Click "Erase"
- Wait for it to finish
⏱️ Step 3: Set Up Time Machine
3.1 Open Time Machine Settings
- Click Apple menu
- Go to System Settings > General > Time Machine
- OR: Press
Cmd + Space, type "Time Machine"
- OR: Press
3.2 Select Your Backup Disk
- Click "Add Backup Disk" or "Select Backup Disk"
- Choose your newly formatted drive
- Click "Set Up Disk"
3.3 Configure Options
Time Machine will ask about:
- Encrypt backups: ✅ YES (recommended)
- Set a strong password
- Save to 1Password: "Time Machine Encryption Password"
3.4 Initial Backup
- First backup takes several hours (could be overnight)
- Your Mac must stay on and connected to the drive
- You can continue using it during backup
📊 Step 4: What Gets Backed Up
Time Machine backs up everything except:
- System caches
- Temporary files
- Trash
- (optional) Exclusions you set
View or exclude folders:
- System Settings > General > Time Machine
- Click "Options..."
- Add folders to exclude (e.g., large VM files)
🔍 Step 5: How to Use Time Machine
Restore Specific Files
- Click the Time Machine icon in the menu bar (clock icon)
- Select "Enter Time Machine"
- Navigate to the date you want
- Find the file/folder
- Click "Restore"
Restore Entire System
- Boot into Recovery Mode:
- Intel: Hold
Cmd + Rwhile restarting - Apple Silicon: Hold power button → "Options"
- Intel: Hold
- Select "Restore from Time Machine Backup"
- Follow the prompts
📱 Step 6: For Your MacBook Pro
Since your MacBook Pro isn't always on, you have two options:
Option A: Separate Time Machine Drive
- Keep one external drive for Mac mini (always connected)
- Keep a second external drive for MacBook Pro
- Manually connect MacBook Pro periodically (weekly)
Option B: Network Time Machine
- Use a NAS (Network Attached Storage) like Synology
- Both Macs backup to same NAS over WiFi
- Requires initial setup but automatic thereafter
📅 Step 7: Best Practices
| Task | Frequency |
|---|---|
| Keep drive connected | Always (for Mac mini) |
| Verify backups | Monthly |
| Test restore | Quarterly |
| Replace drive | Every 3-5 years |
🔧 Step 8: Troubleshooting
"Not enough disk space"
- Time Machine automatically deletes oldest backups
- If still full: exclude large folders or upgrade drive
"Backup delayed"
- Check if drive is properly connected
- Verify disk permissions:
diskutil verifyVolume /Volumes/DRIVE_NAME
"Unable to complete backup"
- First backup may fail if interrupted
- Start fresh: reformat drive and begin again
✅ Checklist
- External drive purchased (1 TB+)
- Drive formatted as APFS
- Time Machine configured
- Encryption enabled
- Encryption password saved to 1Password
- First backup completed
- Time Machine icon in menu bar verified
- MacBook Pro backup plan decided
💛 Pro Tips
- Check backup health: Time Machine > Options > "Verify Backups"
- Multiple drives: Rotate between 2 drives for safety
- Offsite: Keep one drive at a different location (fire/theft)
- Monthly: Enter Time Machine and verify you can browse old versions
🆘 Need Help?
- Apple Support: https://support.apple.com/en-us/HT201250
- Tag Buba in Discord
Remember: Time Machine is your first line of defense. Combine it with cloud backups and git for bulletproof protection. 🛡️