Methods

Class/Module Index [+]

Quicksearch

Backup::Syncer::RSync::Local

Public Instance Methods

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

  create_dest_path!
  run("#{ rsync_command } #{ paths_to_push } '#{ dest_path }'")

  log!(:finished)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.