Method: Hookit::Resource::Rsync#sync!

Defined in:
lib/hookit/resource/rsync.rb

#sync!Object



28
29
30
# File 'lib/hookit/resource/rsync.rb', line 28

def sync!
  run_command! "rsync -q#{archive!}#{recursive!}#{checksum!}#{compress!} #{wrapper!} #{source} #{destination}"
end