lib/backup/model.rb in backup-3.0.1 vs lib/backup/model.rb in backup-3.0.2.build.0

- old
+ new

@@ -195,11 +195,11 @@ def perform! begin databases.each { |d| d.perform! } archives.each { |a| a.perform! } package! - encryptors.each { |e| e.perform! } compressors.each { |c| c.perform! } + encryptors.each { |e| e.perform! } storages.each { |s| s.perform! } notifiers.each { |n| n.perform!(self) } clean! rescue Exception => exception clean!