Sha256: 7fdd076ad7919a914125e73355135ad75dbdd59ce22a0b8eb5b81c19b2c4bfea
Contents?: true
Size: 383 Bytes
Versions: 26
Compression:
Stored size: 383 Bytes
Contents
#!/usr/bin/env ruby # Disable verbose (when running from cron) to squash warnings output by rest_client (1.6.1) and also fog (0.4.0) unless STDOUT.isatty $VERBOSE = nil end require 'rubygems' require File.dirname(__FILE__) + '/../lib/ey_backup' require File.dirname(__FILE__) + '/../lib/ey-flex' begin EY::Backup.run(ARGV) rescue => e EY.notify_backup_error(e) raise end
Version data entries
26 entries across 26 versions & 1 rubygems