reduced rclone config
This commit is contained in:
parent
389c446618
commit
ed55aaf2e3
@ -24,6 +24,7 @@
|
|||||||
lxc_swap: 1024
|
lxc_swap: 1024
|
||||||
# manuell
|
# manuell
|
||||||
#lxc_mounts: '{"mp0":"/datapool/share,mp=/shared"}'
|
#lxc_mounts: '{"mp0":"/datapool/share,mp=/shared"}'
|
||||||
|
#mp0: /datapool/share/media,mp=/shared,acl=1
|
||||||
lxc_ssh_pub_key: ~/.ssh/id_ed25519_ansible.pub
|
lxc_ssh_pub_key: ~/.ssh/id_ed25519_ansible.pub
|
||||||
roles:
|
roles:
|
||||||
- lxc-container
|
- lxc-container
|
||||||
|
|||||||
@ -36,7 +36,6 @@
|
|||||||
secret_access_key: "{{ rclone_hidrive_access_key_secret }}"
|
secret_access_key: "{{ rclone_hidrive_access_key_secret }}"
|
||||||
region: eu-central-1
|
region: eu-central-1
|
||||||
endpoint: https://s3.hidrive.strato.com
|
endpoint: https://s3.hidrive.strato.com
|
||||||
#https://my.hidrive.com/
|
|
||||||
acl: private
|
acl: private
|
||||||
- name: backup-lehmann
|
- name: backup-lehmann
|
||||||
entries:
|
entries:
|
||||||
@ -48,45 +47,13 @@
|
|||||||
password2: "{{ rclone_backup_password2 }}"
|
password2: "{{ rclone_backup_password2 }}"
|
||||||
rclone_sync_cronjobs:
|
rclone_sync_cronjobs:
|
||||||
- name: backup-nextcloud
|
- name: backup-nextcloud
|
||||||
source: /datapool/docker-nextcloud/nextcloud
|
source: /datapool/docker-nextcloud
|
||||||
target: backup-lehmann:nextcloud
|
target: backup-lehmann:nextcloud
|
||||||
cron:
|
cron:
|
||||||
minute: '0'
|
minute: '0'
|
||||||
hour: '6'
|
hour: '6'
|
||||||
day: '*/5'
|
day: '*/5'
|
||||||
disabled: false
|
disabled: false
|
||||||
- name: backup-frigate-nvr
|
|
||||||
source: /rpool/vmpool/frigate-nvr
|
|
||||||
target: backup-lehmann:frigate-nvr
|
|
||||||
cron:
|
|
||||||
minute: '0'
|
|
||||||
hour: '2'
|
|
||||||
day: '*/5'
|
|
||||||
disabled: false
|
|
||||||
- name: backup-gitea
|
|
||||||
source: /datapool/subvol-107-disk-0
|
|
||||||
target: backup-lehmann:gitea
|
|
||||||
cron:
|
|
||||||
minute: '30'
|
|
||||||
hour: '2'
|
|
||||||
day: '*/5'
|
|
||||||
disabled: false
|
|
||||||
- name: backup-nginx-proxy-manager
|
|
||||||
source: /datapool/docker-nginx-proxy-manager
|
|
||||||
target: backup-lehmann:nginx-proxy-manager
|
|
||||||
cron:
|
|
||||||
minute: '30'
|
|
||||||
hour: '5'
|
|
||||||
day: '*/5'
|
|
||||||
disabled: false
|
|
||||||
- name: backup-harvester-data
|
|
||||||
source: /datapool/subvol-1035-disk-1
|
|
||||||
target: backup-lehmann:harvester-data
|
|
||||||
cron:
|
|
||||||
minute: '45'
|
|
||||||
hour: '5'
|
|
||||||
day: '*/5'
|
|
||||||
disabled: false
|
|
||||||
roles:
|
roles:
|
||||||
- linux-base-install
|
- linux-base-install
|
||||||
- zsh
|
- zsh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user