<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>backup.example</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -9,6 +9,13 @@ A fork of the [phpBackupS3](http://github.com/ianneub/php_backup_s3/) by [Ian](h
 * Written in PHP (Yes, this is a feature)
 * Removes old backups according to a [grandfather-father-son](http://en.wikipedia.org/wiki/Grandfather-Father-Son_Backup) based schedule
 
+## Requirements
+
+* PHP 5 or higher
+* [PHP curl](http://php.net/manual/en/intro.curl.php)
+* [PHP mysql](http://php.net/mysql)
+* GNU/Linux environment
+
 ## Installation
 
 1. Rename backup.php.example to backup.php.
@@ -16,14 +23,12 @@ A fork of the [phpBackupS3](http://github.com/ianneub/php_backup_s3/) by [Ian](h
 4. Upload all files to your server.
 5. Setup a cron job to run the backups for you!
 
-For example, add this cron job to your crontab:
-
-    # Backup server everyday at 3am
-    0 3 * * * php -q /path/to/backuphp/backup.php
+For example, add a &quot;backup&quot; cron to your cron.daily:
 
-Open your crontab by using this command:
+    #!/bin/sh
 
-    crontab -e
+    php -q /home/douglas/backuphp/backup.php
+    exit 0
 
 ## About this script
 
@@ -47,10 +52,3 @@ This allows you to keep a very detailed history of your files during the most re
 To disable this feature, comment out the following line from functions.php:
 
     deleteBackups($BACKUP_BUCKET);
-
-### Requirements
-
-* PHP 5 or higher
-* [PHP curl](http://php.net/manual/en/intro.curl.php)
-* [PHP mysql](http://php.net/mysql)
-* GNU/Linux environment</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <filename>app/functions.php</filename>
    </modified>
    <modified>
      <filename>backup.php.example</filename>
    </modified>
    <modified>
      <filename>tmp/.gitignore</filename>
    </modified>
    <modified>
      <filename>vendor/s3.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>db71425c24bf8e8175b1076631f5cee9e21daed8</id>
    </parent>
  </parents>
  <author>
    <name>Douglas Jarquin</name>
    <email>douglasjarquin@gmail.com</email>
  </author>
  <url>http://github.com/douglasjarquin/backuphp/commit/3b47f8558887f94fe15854f24a179527c647d228</url>
  <id>3b47f8558887f94fe15854f24a179527c647d228</id>
  <committed-date>2008-11-24T11:57:46-08:00</committed-date>
  <authored-date>2008-11-24T11:57:46-08:00</authored-date>
  <message>The backup cron works better as a daily.</message>
  <tree>15cf3643dbc4da3c57b0820f8048f45baadef841</tree>
  <committer>
    <name>Douglas Jarquin</name>
    <email>douglasjarquin@gmail.com</email>
  </committer>
</commit>
