machines:
testpc:
- remote_user: backupuser
- host: www.example.com
- port: 22
- pathes:
- - /etc
- - /home
+ remote_user: backupuser
+ host: www.example.com
+ port: 22
+ pathes:
+ - /etc
+ - /home
+
+# the next block need backup mount for mount luks devices
+backup_volume: luks-crypt-volume
+media:
+ day:
+ device: /dev/path/to/disk
+ key: /path/to/luks-key-file
+ partition: /dev/path/to/partition
+ week:
+ device: /dev/path/to/disk
+ key: /path/to/luks-key-file
+ partition: /dev/path/to/partition
+ month:
+ device: /dev/path/to/disk
+ key: /path/to/luks-key-file
+ partition: /dev/path/to/partition
```
### mark backup media