blob: 459187ee53479576e7ce465b0eee5000ad045570 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
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"
|