1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>Label</key>
6	<string>com.apple.var-db-dslocal-backup</string>
7	<key>ProgramArguments</key>
8	<array>
9		<string>/usr/bin/xar</string>
10		<string>-c</string>
11		<string>-f</string>
12		<string>dslocal-backup.xar</string>
13		<string>dslocal</string>
14	</array>
15	<key>StartCalendarInterval</key>
16	<dict>
17		<key>Hour</key>
18		<integer>3</integer>
19		<key>Minute</key>
20		<integer>15</integer>
21		<key>Weekday</key>
22		<integer>6</integer>
23	</dict>
24	<key>WorkingDirectory</key>
25	<string>/var/db</string>
26	<key>Umask</key>
27	<integer>63</integer> <!-- 077 -->
28</dict>
29</plist>
30