Skip to content

Google Drive

Mounts Drive as a volume and syncs selected folders, rather than downloading everything.

Homebrew cask Direct download

What it does

Google Drive for desktop offers two modes per folder: stream, where files appear in a virtual volume and download on access, and mirror, where they exist locally and sync both ways. It also backs up chosen local folders to Drive, and syncs Google Photos.

Notes

  • Streaming uses a virtual filesystem, so the mount point is not an ordinary directory. Build tools, find and backup software behave oddly inside it — keep repositories and build outputs out.
  • Mirror mode is what you want for anything a local tool needs to read reliably.
  • Time Machine will not back up a streamed Drive; the cloud copy is the backup, which is a different guarantee.

Alternative to

AlternativeTypeTrade-off
iCloud DriveFreemiumAlready there, and better integrated with Finder
DropboxFreemiumThe most reliable selective-sync implementation of the group
OneDriveFreemiumThe right answer if the rest of the work is Microsoft 365
Syncthing or NextcloudOpen sourceSelf-hosted, no third party holding the files
rcloneOpen sourceScriptable access to all of the above, without a sync daemon

Install

brew install --cask google-drive

Links

This post is licensed under CC BY 4.0 by the author.
Last updated on