computer-playbook/roles/independent_backup-to-usb/vars/main.yml

4 lines
324 B
YAML
Raw Normal View History

2023-05-28 16:35:45 +02:00
backup_to_usb_script_path: "/usr/local/sbin/backup-to-usb.python"
backup_to_usb_destination: "{{backup_to_usb_mount}}{{backup_to_usb_destination_subdirectory}}"
backups_folder_path: "{{backup_to_usb_destination}}"
systemctl_mount_service_name: "{{ backup_to_usb_mount | trim('/') | replace('/', '-') }}.mount"