clean up old backing up

This commit is contained in:
counterweight 2026-09-12 17:16:26 +02:00
parent 394f2519ff
commit e9bb90f8f8
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
13 changed files with 1 additions and 673 deletions

View file

@ -12,6 +12,3 @@ remote_user: "{{ hostvars.get(remote_host_name, {}).get('ansible_user', 'counter
remote_key_file: "{{ hostvars.get(remote_host_name, {}).get('ansible_ssh_private_key_file', '') }}"
remote_port: "{{ hostvars.get(remote_host_name, {}).get('ansible_port', 22) }}"
# Local backup
local_backup_dir: "{{ lookup('env', 'HOME') }}/lnbits-backups"
backup_script_path: "{{ lookup('env', 'HOME') }}/.local/bin/lnbits_backup.sh"