Method: Synqa::SyncOperation#doAllCopyOperations

Defined in:
lib/synqa.rb

#doAllCopyOperations(dryRun) ⇒ Object

Do all the copy operations, copying local directories or files which are missing from the remote location



989
990
991
# File 'lib/synqa.rb', line 989

def doAllCopyOperations(dryRun)
  doCopyOperations(@sourceContent, @destinationContent, dryRun)
end