mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 21:09:40 +01:00
added borgmatic play and vars
This commit is contained in:
@@ -96,10 +96,11 @@ WORDPRESS_DB_ROOT_PASS: '{{ vault_WORDPRESS_DB_ROOT_PASS }}'
|
||||
borg_source_directories:
|
||||
- /home/{{ system_user_name }}/docker
|
||||
|
||||
borgmatic_bin_dir: '/home/{{ system_user_name }}/bin'
|
||||
borgmatic_bin_dir: '/home/{{ system_user_name }}/.local/bin'
|
||||
#local_backup_path: '/backups/borgmatic'
|
||||
borgbase_ssh_repo_url: '{{ vault_borgbase_ssh_repo_url }}'
|
||||
ssh_backup_keyfile: '/root/.ssh/id_ed25519'
|
||||
borgbase_hostname: "{{ borgbase_ssh_repo_url.split('@')[1].split('/')[0] }}"
|
||||
ssh_backup_keyfile: '/home/simon/.ssh/id_ed25519'
|
||||
borgmatic_passphrase: '{{ vault_borgmatic_passphrase }}'
|
||||
backup_user_name: '{{ vault_backup_user_name }}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user