Method: Cloudify::Storage#sync

Defined in:
lib/cloudify/storage.rb

#syncObject



68
69
70
71
72
# File 'lib/cloudify/storage.rb', line 68

def sync
  upload_new_and_changed_files
  delete_unsynced_remote_files if options[:force_deletion_sync] == true
  STDERR.puts "Done"
end