Method: Cloudify::Storage#sync
- Defined in:
- lib/cloudify/storage.rb
#sync ⇒ Object
68 69 70 71 72 |
# File 'lib/cloudify/storage.rb', line 68 def sync upload_new_and_changed_files delete_unsynced_remote_files if [:force_deletion_sync] == true STDERR.puts "Done" end |