<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -86,8 +86,8 @@ end
 namespace :backup do
   desc 'Creates a backup of the project in the local disk.'
   task :local do
-    backup_dir = '../backup-' + project_name
-    sh &quot;mkdir #{backup_dir}&quot; if !FileTest.exists?(backup_dir)
+    backup_dir = '../backups/backup-' + project_name
+    sh &quot;mkdir -p #{backup_dir}&quot; if !FileTest.exists?(backup_dir)
     remove_old_backups(backup_dir)
     sh &quot;tar cfz #{backup_dir}/#{project_name}-#{Time.now.strftime('%Y%m%d-%H%M%S')}.tar.gz ../#{project_name}&quot;
   end</diff>
      <filename>tasks/integrate.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8c06e94a16f498bd2f4568165ccffdce32414f49</id>
    </parent>
  </parents>
  <author>
    <name>Tapaj&#243;s</name>
    <email>tapajos@gmail.com</email>
  </author>
  <url>http://github.com/tapajos/integration/commit/bb4c200e6f82db5d31ea85313c1aae79a94b7277</url>
  <id>bb4c200e6f82db5d31ea85313c1aae79a94b7277</id>
  <committed-date>2009-03-01T14:36:53-08:00</committed-date>
  <authored-date>2009-03-01T14:36:53-08:00</authored-date>
  <message>Updating backups path</message>
  <tree>cb8dbc3dcf4031f2d4592429cef99ccd40daa660</tree>
  <committer>
    <name>Tapaj&#243;s</name>
    <email>tapajos@gmail.com</email>
  </committer>
</commit>
