Skip to content

Commit

Permalink
docs(README): Add docs for DummySource
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 28, 2023
1 parent 6f298ed commit d2a4101
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Source:
Notion: <BackupSourceNotion>
FTP: <BackupSourceFTP>
Redis: <BackupSourceRedis>
Dummy: <BackupSourceDummy>
Middlewares:
- <MiddlewareConfiguration>
- ...
Expand Down Expand Up @@ -322,6 +323,12 @@ Host: <host>
Port: <port>
```

### Example BackupSourceDummy Block

```yaml
Content: <backup content>
```

#### Example BackupDestinationFilePathConfiguration Block

```yaml
Expand Down Expand Up @@ -448,6 +455,7 @@ Email: <email of tergum cloud account>
- [x] [Notion](https://notion.so)
- [x] FTP Server (for old school hostings)
- [x] Hashicorp Vault
- [x] Dummy (for testing)

### Passwords Sources

Expand Down

0 comments on commit d2a4101

Please sign in to comment.