Tusk is a Mac app that automatically backs up your project folders to multiple locations and tracks where every file lives — even when your drives aren't connected.
Time Machine shows "no available Time Machine destinations" when macOS cannot find a drive formatted and connected correctly for backup. Your Mac is telling you it has nowhere to write snapshots. Until that changes, automatic backups are not running.
TL;DR: Check the drive is plugged in and awake, formatted as APFS or Mac OS Extended (Journaled), and selected in System Settings → General → Time Machine. If the drive was used on another Mac or is full, remove the old backup and start fresh. If Time Machine keeps failing, add a project-level backup tool alongside it.
Why Time Machine Shows This Error
Time Machine needs a dedicated backup volume. macOS lists available destinations in System Settings → General → Time Machine. When that list is empty, you see "no available Time Machine destinations."
Common causes:
The backup drive is disconnected or asleep. USB hubs, loose cables, and drives that spin down can drop off the list until you wake them.
The drive is not formatted for Mac backup. Time Machine requires APFS or Mac OS Extended (Journaled). exFAT and NTFS do not work as Time Machine destinations.
The drive is full. Time Machine stops when the volume has no free space. macOS may remove the drive from the available list.
The drive was a Time Machine disk on another Mac. Time Machine backup bundles are tied to a specific Mac. A drive that backed up a different machine often will not appear as a valid destination until you erase it or remove the old backup.
Network Time Machine (NAS) is misconfigured. If you back up to a Synology or other NAS share, SMB settings, permissions, or a macOS update can break the connection. The NAS share disappears from the list.
FileVault or permission issues. Rare, but a corrupted .Backup.log or Spotlight indexing problems on the backup volume can block Time Machine from mounting the destination.
Fix 1: Reconnect and Wake the Drive
Plug the backup drive directly into your Mac, not through an unpowered hub if you can avoid it. Open Finder and confirm the drive mounts. If it sleeps, open a file on the drive to wake it.
Go to System Settings → General → Time Machine. Click Add Backup Disk (or Select Disk on older macOS versions). Your drive should appear. Select it and turn Time Machine on.
If it appears but backups fail immediately, check free space. Time Machine needs room to grow. A 500GB Mac internal drive typically needs at least 1–2TB on the backup disk for months of hourly snapshots.
Fix 2: Reformat the Drive (If It's New or You Can Erase It)
If the drive is blank or you do not need anything on it:
- Open Disk Utility
- Select the physical drive, click Erase
- Name:
Time Machine(or anything) - Format: APFS (Apple Silicon and recent Intel) or Mac OS Extended (Journaled) on older systems
- Scheme: GUID Partition Map
- Erase, then add it again in Time Machine settings
This wipes the drive. Do not erase a disk that holds your only copy of photos, video projects, or client files.
For drive picks that work well as Time Machine targets, see the external hard drive guide.
Fix 3: Remove an Old Time Machine Backup Without Erasing the Whole Drive
If the drive holds other files plus an old Backups.backupdb folder from this Mac or another Mac:
- Open the drive in Finder
- Locate
Backups.backupdb - Delete that folder (or use Time Machine's Manage Backups to remove old snapshots if the disk is already selected)
If the backup was created on a different Mac, you must remove the entire Backups.backupdb tree before this Mac will use the volume. Time Machine does not share backup bundles across machines on the same disk without starting fresh.
Fix 4: NAS or Network Drive Not Showing Up
For Synology, QNAP, or other NAS targets:
Use SMB, not AFP. Apple deprecated AFP. SMB 3 is the supported protocol on current macOS.
Create a dedicated share for Time Machine with enough quota. Synology: Control Panel → Shared Folder → enable Enable Time Machine.
Mount the share in Finder first (smb://your-nas.local/TimeMachine), then add it in Time Machine settings.
Check macOS and NAS firmware. Sonoma and Sequoia updates have broken Time Machine over SMB for some NAS models until a DSM/QTS patch ships. Check your NAS vendor's release notes if the share vanished after a macOS update.
The NAS backup workflow guide covers NAS as one layer in a creative setup. Time Machine to NAS is fine for whole-Mac snapshots. Project folders on external drives still need separate coverage.
Fix 5: Reset Time Machine Preferences
If the drive is connected, formatted correctly, and still missing:
- Turn Time Machine off in System Settings
- Open Terminal and run:
sudo tmutil listlocalsnapshots /
If local snapshots are stuck, you can thin them (macOS manages this automatically in most cases). For a stuck destination list, removing and re-adding the disk usually clears it.
- Unplug the backup drive, restart your Mac, plug the drive back in, add it in Time Machine again
If you previously excluded system files or the entire disk from backup, check Options in Time Machine settings and remove exclusions that block the volume.
When Time Machine Works Again but Still Isn't Enough
Fixing the error gets hourly snapshots of your internal drive running again. For photographers and video editors, that often is not the whole problem.
Time Machine does not back up external project drives by default. It does not show per-file backup status. It does not track what's on a drive in your drawer. It backs up to one destination at a time.
Most creatives run Time Machine plus something for project files:
- Carbon Copy Cloner or SuperDuper for bootable clones or scheduled copies to another external drive. See Carbon Copy Cloner alternatives and SuperDuper alternatives.
- Tusk for project folders, SD card ingest, verified copies across multiple destinations, and knowing what's safe to delete locally before you do it.
Time Machine is worth keeping on for free whole-Mac recovery. The Time Machine alternatives guide walks through what to add when Time Machine alone is not covering your workflow.
FAQ
macOS cannot find a connected drive formatted for Time Machine backup. The backup drive may be unplugged, asleep, full, formatted as exFAT or NTFS, or carrying a Time Machine backup bundle from another Mac. Open System Settings → General → Time Machine and add a valid APFS or Mac OS Extended (Journaled) volume.
The most common reasons: the drive is not formatted as APFS or Mac OS Extended (Journaled), it is full, the cable or hub connection is unreliable, or it contains a Backups.backupdb folder from a different Mac. Reconnect the drive directly, check free space, and re-add it in Time Machine settings. Reformat only if you do not need existing data on the disk.
Not on the same Backups.backupdb bundle. Each Mac needs its own backup folder inside Backups.backupdb, or you partition the drive so each Mac has a dedicated volume. Sharing one Time Machine backup set between two Macs without partitioning causes destination errors. Many people use one physical drive with two partitions, one per Mac.
Not by default. Time Machine backs up your Mac's internal drive. External drives with project files and footage are excluded unless you add them manually in Time Machine options, and even then you get no per-file status before deleting local copies. For external project storage, use a project-aware backup tool alongside Time Machine.
Fix the destination first (format, space, connection). If whole-Mac backup still fails or your important files live on external drives, add Carbon Copy Cloner or SuperDuper for scheduled clones, and Tusk for project-level backup with file tracking and SD card ingest. Time Machine, when it works, is a good free layer for internal-drive recovery. It is not a complete creative workflow backup on its own.