![]() | ![]() | ![]() |
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
resource:sc_lab_info:macintosh:tm [2013/08/17 12:17] rim created |
resource:sc_lab_info:macintosh:tm [2023/02/15 12:46] (current) |
||
---|---|---|---|
Line 4: | Line 4: | ||
In /Library/LaunchDaemons/com.bobmckay.timemachine.choose.plist | In /Library/LaunchDaemons/com.bobmckay.timemachine.choose.plist | ||
- | ''<?xml version="1.0" encoding="UTF-8"?> | + | <code> |
+ | <?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"> | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | <plist version="1.0"> | ||
Line 19: | Line 20: | ||
<true/> | <true/> | ||
</dict> | </dict> | ||
- | </plist>'' | + | </plist> |
+ | </code> | ||
In /usr/local/bin/timemachine.sh | In /usr/local/bin/timemachine.sh | ||
- | ''#!/bin/bash | + | <code> |
+ | #!/bin/bash | ||
# Set up a currently connected disk as Time Machine backup | # Set up a currently connected disk as Time Machine backup | ||
# Before running, need to | # Before running, need to | ||
Line 72: | Line 75: | ||
echo "No Backup HD found." | echo "No Backup HD found." | ||
fi | fi | ||
- | + | </code> | |
- | '' | + | |