Merge branch 'master' — sync README update (v1.1.1)
This commit is contained in:
@@ -25,6 +25,12 @@ cd dbutils_mongo && ./db-start.sh up
|
|||||||
cd dbrestore_mongo && ./db-restore.sh
|
cd dbrestore_mongo && ./db-restore.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### File Sync
|
||||||
|
|
||||||
|
| Script | Description |
|
||||||
|
|---|---|
|
||||||
|
| [`dirsync/`](dirsync/) | Watch a local directory and sync changes to a remote host via SCP in real time |
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Each script lists its own requirements in its README. Common dependencies:
|
Each script lists its own requirements in its README. Common dependencies:
|
||||||
@@ -32,6 +38,7 @@ Each script lists its own requirements in its README. Common dependencies:
|
|||||||
- **Bash**
|
- **Bash**
|
||||||
- **MongoDB Database Tools** (`mongodump` / `mongorestore`) — [download](https://www.mongodb.com/try/download/database-tools)
|
- **MongoDB Database Tools** (`mongodump` / `mongorestore`) — [download](https://www.mongodb.com/try/download/database-tools)
|
||||||
- **Docker & Docker Compose** (for `dbutils_mongo` only)
|
- **Docker & Docker Compose** (for `dbutils_mongo` only)
|
||||||
|
- **fswatch + ssh + scp** (for `dirsync` only)
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user