class Postmodern::WAL::Restore

Private Instance Methods

local_script() click to toggle source
# File lib/postmodern/wal/restore.rb, line 8
def local_script
  'postmodern_restore.local'
end
log() click to toggle source
# File lib/postmodern/wal/restore.rb, line 12
def log
  puts "Restoring file: #{filename}, path: #{path}"
end