--- argument_specs: main: options: backup_device: type: "str" description: "Device to mount (e.g. PARTLABEL=backup)" required: true backup_mount_point: type: "str" description: "Mount point for the backup drive" default: "/mnt/backup" backup_fstype: type: "str" description: "Filesystem type of the backup device" default: "ext4" backup_mount_options: type: "str" description: "Mount options for the backup device" default: "defaults,noatime"