Skip to content

Instantly share code, notes, and snippets.

@5c0tt
Created January 21, 2015 09:00
Show Gist options
  • Select an option

  • Save 5c0tt/7db22a6323b82b7f916f to your computer and use it in GitHub Desktop.

Select an option

Save 5c0tt/7db22a6323b82b7f916f to your computer and use it in GitHub Desktop.
#!/bin/bash
/Applications/Arq.app/Contents/MacOS/Arq backupnow&
echo 'Arq is backing up now.'
# Toss the application backup trigger into the background.
# Somehow, this will run via a keystroke triggering app without root access, which to backup your
# entire comptuer, you are going to need root access to backup any system files
# Perhaps I am remembering incorrectly and I was only backing up ~/
# Though even still, there are a few root owned ( Intentionally created and placed under certain strict chown:chmod)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment