Skip to content

Instantly share code, notes, and snippets.

@oskapt
Created February 7, 2020 12:35
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 oskapt/21b9d80dcfd7bb278e20fa38e2d72f53 to your computer and use it in GitHub Desktop.
Save oskapt/21b9d80dcfd7bb278e20fa38e2d72f53 to your computer and use it in GitHub Desktop.
borgmatic plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.zerowidth.launched.borgmatic</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/borgmatic.app/Contents/MacOS/borgmatic</string>
</array>
<key>StandardOutPath</key>
<string>/var/log/borgmatic.log</string>
<key>StandardErrorPath</key>
<string>/var/log/borgmatic.log</string>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>7</integer>
<key>Minute</key>
<integer>00</integer>
</dict>
<key>UserName</key>
<string>root</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment