mg
f823248d18
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#356 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
17 lines
993 B
YAML
17 lines
993 B
YAML
---
|
|
|
|
# rclone_config: "{{ lookup('keepass', 'rclone.conf', 'notes') }}" # rclone Config, use as Block
|
|
|
|
# ### mgote.rclone
|
|
# rclone_jobs: # Array of Jobs
|
|
# - name: smb_musik_glacier # Jobname
|
|
# quelle: "/shares_music" # Source
|
|
# ziel: "scaleway-encrypt-glacier:/musik" # Destination
|
|
# timer: "*-*-* 23:15" # Timer
|
|
# loglevel: DEBUG # Optional: Loglevel
|
|
# state: true # true = present // false = remove
|
|
# bwlimit: 2M # Optional: Bandwidthlimit
|
|
# mode: "--size-only" # Optional: mode (https://rclone.org/s3/)
|
|
# transfers # Optional: Transfers
|
|
# checkers # Optional: Checkers
|
|
# retries # Optional: Retries
|