]> arthur.barton.de Git - iPhone2Mac.git/blobdiff - README
Add README file including installation instructions
[iPhone2Mac.git] / README
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..700419e
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+
+               iPhone2Mac -- save call logs from iPhone backups
+             Copyright (c)2009 Alexander Barton (alex@barton.de).
+
+
+Installation
+~~~~~~~~~~~~~
+
+Copy the iPhone2Mac script into /usr/local/bin and copy the launch daemon
+script "de.barton.iPhone2Mac.plist" to ~/Library/LaunchAgents (create both
+directories if they don't exist already).
+
+Then run "launchctl load ~/Library/LaunchAgents/de.barton.iPhone2Mac.plist"
+(as regular user, not as root!) to load the launch daemon script into the
+launchd(8) daemon.
+
+The launch daemon script configures launchd(8) so that it will call the
+iPhone2Mac.sh script in /usr/local/bin every 10 minutes.