mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
4 lines
329 B
YAML
4 lines
329 B
YAML
backup_to_usb_script_path: "/usr/local/sbin/backup-data-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" |