Method: Postgresql#prep_command

Defined in:
lib/blanket/plugins/sources/postgresql.rb

#prep_commandObject



61
62
63
# File 'lib/blanket/plugins/sources/postgresql.rb', line 61

def prep_command
  "pg_dump #{dump_options} -U #{db_user} -h #{db_host} #{database} > #{remote_backup_path}"
end