Parent

Methods

Class/Module Index [+]

Quicksearch

Backup::Syncer::RSync::Pull

Public Instance Methods

perform!() click to toggle source
# File lib/backup/syncer/rsync/pull.rb, line 7
def perform!
  log!(:started)
  write_password_file!

  create_dest_path!
  run("#{ rsync_command } #{ host_options }#{ paths_to_pull } " +
      "'#{ dest_path }'")

  log!(:finished)
ensure
  remove_password_file!
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.