Created
January 21, 2015 09:00
-
-
Save 5c0tt/7db22a6323b82b7f916f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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