Mercurial Hosting > luan
comparison backup/macos/luanBackup.plist @ 1694:09aaca079ff3
add backup script
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Mon, 20 Jun 2022 11:12:25 +0300 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1693:45eaaf5146f3 | 1694:09aaca079ff3 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//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.backup-luanhost</string> | |
7 <key>ProgramArguments</key> | |
8 <array> | |
9 <string>PWD/luanBackup.sh</string> | |
10 </array> | |
11 <key>UserName</key> | |
12 <string>USER</string> | |
13 <key>RunAtLoad</key><true/> | |
14 <key>KeepAlive</key><true/> | |
15 </dict> | |
16 </plist> |