← back to Nas Setup

launchd/com.steve.nas-realestate-dump-mirror.plist

42 lines

<?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>EnvironmentVariables</key>
	<dict>
		<key>HENRY_BACKUP_DIR</key>
		<string>/Volumes/Henry/dw-backups/realestate</string>
		<key>NAS_BACKUP_DIR</key>
		<string>/Volumes/DW-Backups/realestate</string>
		<key>PATH</key>
		<string>/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
		<key>PGDUMP_FLOOR_MB</key>
		<string>1</string>
		<key>PGDUMP_GLOB</key>
		<string>/root/backups/db/realestate_*.dump</string>
		<key>PGDUMP_TOC_FLOOR</key>
		<string>5</string>
	</dict>
	<key>Label</key>
	<string>com.steve.nas-realestate-dump-mirror</string>
	<key>ProgramArguments</key>
	<array>
		<string>/opt/homebrew/bin/bash</string>
		<string>/Users/macstudio3/Projects/nas-setup/scripts/pull-dw-dump.sh</string>
	</array>
	<key>RunAtLoad</key>
	<false/>
	<key>StandardErrorPath</key>
	<string>/Users/macstudio3/Projects/nas-setup/data/launchd-realestate.err.log</string>
	<key>StandardOutPath</key>
	<string>/Users/macstudio3/Projects/nas-setup/data/launchd-realestate.out.log</string>
	<key>StartCalendarInterval</key>
	<dict>
		<key>Hour</key>
		<integer>3</integer>
		<key>Minute</key>
		<integer>58</integer>
	</dict>
</dict>
</plist>