<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,7 +22,7 @@ function backupFiles($targets, $prefix = '') {
   foreach ($targets as $target) {
     // compress local files
     $cleanTarget = urlencode($target);
-    `tar cjf $prefix-$cleanTarget.bz2 $target`;
+    `tar -cjf $prefix-$cleanTarget.bz2 $target`;
 
     // upload to s3
     $s3-&gt;putObjectFile(&quot;$prefix-$cleanTarget.bz2&quot;, $BACKUP_BUCKET, s3Path($prefix, $target.&quot;.bz2&quot;));</diff>
      <filename>app/daily.php</filename>
    </modified>
    <modified>
      <diff>@@ -22,7 +22,7 @@ function backupFiles($targets, $prefix = '') {
   foreach ($targets as $target) {
     // compress local files
     $cleanTarget = urlencode($target);
-    `tar cjf $prefix-$cleanTarget.bz2 $target`;
+    `tar -cjf $prefix-$cleanTarget.bz2 $target`;
     
     // upload to s3
     $s3-&gt;putObjectFile(&quot;$prefix-$cleanTarget.bz2&quot;, $BACKUP_BUCKET, s3Path($prefix, $target.&quot;.bz2&quot;));</diff>
      <filename>app/hourly.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0b75a39f80d496da7ba706439cffddf650a69ba2</id>
    </parent>
  </parents>
  <author>
    <name>Douglas Jarquin</name>
    <email>douglasjarquin@gmail.com</email>
  </author>
  <url>http://github.com/douglasjarquin/backuphp/commit/270f0c20d44425d37dbc3663b4b4cbdca109c479</url>
  <id>270f0c20d44425d37dbc3663b4b4cbdca109c479</id>
  <committed-date>2009-09-24T09:54:59-07:00</committed-date>
  <authored-date>2009-09-24T09:54:59-07:00</authored-date>
  <message>This should silence the tar leading slash messages.</message>
  <tree>56018557be5d4dc49bc8accaef0e8f430df1ad65</tree>
  <committer>
    <name>Douglas Jarquin</name>
    <email>douglasjarquin@gmail.com</email>
  </committer>
</commit>
