aboutsummaryrefslogtreecommitdiffstats
path: root/com.kublai.zfs.make-snapshot.plist
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2017-10-11 23:36:34 -0400
committerBrian Cully <bjc@kublai.com>2017-10-12 00:01:17 -0400
commitb6e77390279ca0b5ae4953df8f651311420f6238 (patch)
tree95c91c179d3ca2b62fe5922213133cc740441d93 /com.kublai.zfs.make-snapshot.plist
downloadzfs-scripts-b6e77390279ca0b5ae4953df8f651311420f6238.tar.gz
zfs-scripts-b6e77390279ca0b5ae4953df8f651311420f6238.zip
Initial commit.
Diffstat (limited to 'com.kublai.zfs.make-snapshot.plist')
-rw-r--r--com.kublai.zfs.make-snapshot.plist28
1 files changed, 28 insertions, 0 deletions
diff --git a/com.kublai.zfs.make-snapshot.plist b/com.kublai.zfs.make-snapshot.plist
new file mode 100644
index 0000000..0bc6e60
--- /dev/null
+++ b/com.kublai.zfs.make-snapshot.plist
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
+ "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict>
+ <key>Label</key>
+ <string>com.kublai.zfs.make-snapshot</string>
+
+ <key>RunAtLoad</key>
+ <true/>
+
+ <key>Disabled</key>
+ <false/>
+
+ <key>ProgramArguments</key>
+ <array>
+ <string>/Users/bjc/src/MyStuff/make-snapshot</string>
+ </array>
+
+ <key>StandardOutPath</key>
+ <string>/tmp/make-snapshot.out</string>
+ <key>StandardErrorPath</key>
+ <string>/tmp/make-snapshot.err</string>
+
+ <key>StartInterval</key>
+ <integer>3600</integer>
+ </dict>
+</plist>