Description Usage Arguments Value See Also Examples
backup_database will backup the database as a compressed dump file or uncompressed SQL file.
1 | backup_database(outpath_nosuffix, con = ".connection")
|
outpath_nosuffix |
is the full path and file name of the backup file to be generated with no suffix automatically) |
con |
is the name of the database connection |
custom_compress |
is whether or not you want to use a custom-pre-compressed dump format. If FALSE a standard SQL file is generated. |
user.
Other postgresql functions: add_tables_db,
agg_unit_ok, aggregate_data,
already_uploaded,
column_exists, column_types,
create_database, delete_data,
get_column_names,
get_connection,
get_filenames_forSubject,
get_filenames, get_row_count,
get_sensor_data,
get_subjectid,
kill_pg_connections,
list_tables,
process_hexoskin,
restore_database,
table_exists,
upload_postgres,
valid_connection
1 | backup_database("x:/junk", con=".connection", custom_compress=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.