This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | (function($) { | |
| /** | |
| * | |
| * This plugin is released under the MIT Licene (http://opensource.org/licenses/MIT) | |
| * | |
| * RoyalSlider HTML5 HistoryApi Plugin by Conrad Barthelmes | |
| * | |
| * @requires RoyalSlider http://dimsemenov.com/plugins/royal-slider/ | |
| * @requires History.js API https://github.com/balupton/History.js/ | |
| * - bundled jquery.history.js for html4+html5 support | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| export AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY | |
| export AWS_SECRET_ACCESS_KEY=YOUR_SECRET_ACCESS_KEY | |
| export PASSPHRASE=YOU_PASSHRASE | |
| # directories, space separated | |
| SOURCE="/home/thomas/backup /home/thomas/bin /home/thomas/documents" | |
| BUCKET=s3+http://mybucket | |
| LOGFILE=/home/thomas/tmp/duplicity.log | |
| # set email to receive a backup report | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // https://gist.github.com/3069522 | |
| ;(function($, window, document, undefined) { | |
| // Prepare our Variables | |
| var History = window.History; | |
| // Check to see if History.js is enabled for our Browser | |
| if (!History.enabled) { | |
| return false; | |
| } | 
NewerOlder