Advertisement
Guest User

File Conveyor config for Rackspace UK

a guest
Nov 21st, 2012
1,325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.91 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <config>
  3.   <!-- Sources -->
  4.   <sources ignoredDirs="CVS:.svn:tmp">
  5.     <source name="drupal" scanPath="/var/www" documentRoot="/var/www" basePath="/" />
  6.   </sources>
  7.  
  8.   <!-- Servers -->
  9.   <servers>
  10.     <server name="rackspace" transporter="cumulus">
  11.       <username>username</username>
  12.       <api_key>API_KEY</api_key>
  13.       <container>site</container>
  14.     </server>
  15.   </servers>
  16.  
  17.   <!-- Rules -->
  18.   <rules>
  19.     <rule for="drupal" label="JS, CSS, Images" fileDeletionDelayAfterSync="60000000000000000">
  20.       <filter>
  21.         <paths>misc:profiles:modules:themes:sites/all:sites/default/files</paths>
  22.         <extensions>js:ico:gif:png:jpg:jpeg:svg:swf:css</extensions>
  23.       </filter>
  24.       <processorChain>
  25.       </processorChain>
  26.       <destinations>
  27.         <destination server="rackspace" path="static" />
  28.       </destinations>
  29.     </rule>
  30.   </rules>
  31. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement