Sha256: b0d3740140c6fef9a0e7c1f86ea9b4b9932f0152f0e1c7a867424fad0dba1490
Contents?: true
Size: 178 Bytes
Versions: 9
Compression:
Stored size: 178 Bytes
Contents
namespace :aws do desc "create and save to aws glacier a copy of the postgres database" task :create_db_archive => :environment do ApplicationDataBackup.create end end
Version data entries
9 entries across 9 versions & 1 rubygems