mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 13:01:09 +01:00
31 lines
No EOL
876 B
Text
31 lines
No EOL
876 B
Text
<?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>org.nix-community.home.borgmatic</string>
|
|
<key>ProcessType</key>
|
|
<string>Background</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>@borgmatic@/bin/borgmatic</string>
|
|
<string>--stats</string>
|
|
<string>--list</string>
|
|
</array>
|
|
<key>StandardErrorPath</key>
|
|
<string>/home/hm-user/Library/Logs/borgmatic/launchd-stderr.log</string>
|
|
<key>StandardOutPath</key>
|
|
<string>/home/hm-user/Library/Logs/borgmatic/launchd-stdout.log</string>
|
|
<key>StartCalendarInterval</key>
|
|
<array>
|
|
<dict>
|
|
<key>Hour</key>
|
|
<integer>0</integer>
|
|
<key>Minute</key>
|
|
<integer>0</integer>
|
|
<key>Weekday</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist> |