- /etc
- /home
-# the next block need backup mount for mount luks devices
+# the next block need backupmount for mount luks devices
backup_volume: luks-crypt-volume
media:
day:
+backup_path: /images/backup
+backup_name: backup
+backup_count: 15
+
+machines:
+ testpc:
+ remote_user: backupuser
+ host: www.example.com
+ port: 22
+ pathes:
+ - /etc
+ - /home
+
+# the next block need backupmount 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
\ No newline at end of file