Method: EasyBackup::Resources::SFTPHandler#on_open
- Defined in:
- lib/easy_backup/resources/sftp.rb
#on_open(uploader, file) ⇒ Object
41 42 43 |
# File 'lib/easy_backup/resources/sftp.rb', line 41 def on_open(uploader, file) EasyBackup.configuration.logger.debug "[EasyBackup] starting upload: #{file.local} -> #{file.remote} (#{file.size} bytes)" end |