Method: EasyBackup::Resources::SFTPHandler#on_close

Defined in:
lib/easy_backup/resources/sftp.rb

#on_close(uploader, file) ⇒ Object



49
50
51
# File 'lib/easy_backup/resources/sftp.rb', line 49

def on_close(uploader, file)
  EasyBackup.configuration.logger.debug "[EasyBackup] finished with #{file.remote}"
end