2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: Kopia
|
|
|
|
description: Kopia Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-01-22 13:26:15 -05:00
|
|
|
[Kopia](https://github.com/kopia/kopia)
|
|
|
|
|
2023-09-29 21:01:11 +03:00
|
|
|
Allowed fields: `["status", "size", "lastrun", "nextrun"]`.
|
|
|
|
|
|
|
|
You may optionally pass values for `snapshotHost` and / or `snapshotPath` to select a specific backup source for the widget.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: kopia
|
|
|
|
url: http://kopia.host.or.ip:port
|
|
|
|
username: username
|
|
|
|
password: password
|
|
|
|
snapshotHost: hostname # optional
|
|
|
|
snapshotPath: path # optional
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|