Skip to content

Instantly share code, notes, and snippets.

@mmizutani
Created January 8, 2018 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmizutani/9a971cfa05ddef6d0b0205f7defd387b to your computer and use it in GitHub Desktop.
Save mmizutani/9a971cfa05ddef6d0b0205f7defd387b to your computer and use it in GitHub Desktop.
Single line command to prevent macOS from sleeping while Time Machine backup is in progress
#!/usr/bin/env bash
caffeinate -i tmutil startbackup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment