hassio-addon-rclone/rclone/config.yml

53 lines
887 B
YAML
Raw Normal View History

2021-06-14 21:48:31 +00:00
---
2021-06-14 21:59:55 +00:00
name: Rclone Snapshot Sync
2022-05-18 17:54:12 +00:00
version: '1.5.4'
2021-06-16 00:17:06 +00:00
slug: rclone
2021-06-14 21:59:55 +00:00
description: Sync snapshots to another devices
2021-06-14 21:48:31 +00:00
arch:
- armhf
- armv7
- aarch64
- amd64
startup: application
2022-05-18 17:54:12 +00:00
init: false
2021-06-14 21:48:31 +00:00
boot: auto
ingress: true
ingress_port: 5572
ports:
5572/tcp: null
ports_description:
5572/tcp: Web configuration GUI (not required for ingress)
map:
- backup:rw
2021-06-14 21:48:31 +00:00
- ssl:ro
options:
cron: "0 * * * *"
destination: "<drive>:<path>"
sync_command: sync
prune:
rules: ""
cron: ""
delete: false
2021-06-14 21:48:31 +00:00
credentials:
username: homeassistant
password: homeassistant
tls:
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
schema:
cron: str
destination: str
sync_command: list(sync|copy|move)
prune:
rules: str
cron: str
delete: bool
2021-06-14 21:48:31 +00:00
credentials:
username: str
password: str
tls:
ssl: bool
certfile: str
keyfile: str