Skip to content

Commit

Permalink
docs: add connection guide reference to export and import documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Dec 19, 2024
1 parent f5202f4 commit abfe0cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
To create a database dump, you can use the following command:

```bash
dumpsync export -d my_database -i 3600 -f /path/to/
dumpsync export
```

For connectting to a server, read the [Connecting to a Server](../connection) guide.

### Command Breakdown

- **dumpsync**: This is the main command to invoke the DumpSync tool.

- **export**: This subcommand initiates the export process to create a dump of the specified database.

### Options
Expand Down
2 changes: 2 additions & 0 deletions docs/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ To restore a database dump, you can use the following command:
dumpsync import -f /path/to/dump.sql
```

For connectting to a server, read the [Connecting to a Server](../connection) guide.

### Command Breakdown

- **dumpsync**: This is the main command to invoke the DumpSync tool.
Expand Down

0 comments on commit abfe0cd

Please sign in to comment.