-
Backup source: {{ effective_config.source_root }}
-
Destination subdir: {{ effective_config.destination_subdir|default:"none" }}
-
SSH: {{ effective_config.ssh.user }}@{{ host.address }}:{{ effective_config.ssh.port }}
-
SSH key: {{ effective_config.ssh.credential|default:"none selected" }}
-
SSH options: {{ effective_config.ssh.options|join:" " }}
-
Rsync binary: {{ effective_config.rsync.binary }}
-
Rsync args: {{ effective_config.rsync.args|join:" " }}
-
Timeout: {{ effective_config.rsync.timeout_seconds }}s
-
Bandwidth limit: {{ effective_config.rsync.bwlimit_kbps }} KB/s
-
-
Retention:
- d{{ effective_config.retention.daily }}
- w{{ effective_config.retention.weekly }}
- m{{ effective_config.retention.monthly }}
- y{{ effective_config.retention.yearly }}
+
Runtime settings after global defaults and host overrides are combined.
+
-
-
Includes: {{ effective_config.includes|length }}
- {% if effective_config.includes %}
-
{{ effective_config.includes|join:"
" }}
- {% else %}
-
No include rules configured.
- {% endif %}
-
Excludes: {{ effective_config.excludes|length }}
- {% if effective_config.excludes %}
-
{{ effective_config.excludes|join:"
" }}
- {% else %}
-
No exclude rules configured.
- {% endif %}
-
+
+
Backup source:{{ effective_config.source_root }}
+
Destination subdir:{{ effective_config.destination_subdir|default:"none" }}
+
+
+
+
+
+
SSH:{{ effective_config.ssh.user }}@{{ host.address }}:{{ effective_config.ssh.port }}
+
SSH key:{{ effective_config.ssh.credential|default:"none selected" }}
+
SSH options:{{ effective_config.ssh.options|join:" " }}
+
Rsync binary:{{ effective_config.rsync.binary }}
+
Rsync args:{{ effective_config.rsync.args|join:" " }}
+
Timeout:{{ effective_config.rsync.timeout_seconds }}s
+
Bandwidth limit:{{ effective_config.rsync.bwlimit_kbps }} KB/s
+
+
+
+
+
+
+ Retention:
+
+ d{{ effective_config.retention.daily }}
+ w{{ effective_config.retention.weekly }}
+ m{{ effective_config.retention.monthly }}
+ y{{ effective_config.retention.yearly }}
+
+
+
Includes:{{ effective_config.includes|length }}
+
Excludes:{{ effective_config.excludes|length }}
+
+
+
+ {% if effective_config.includes %}
+
{{ effective_config.includes|join:"
" }}
+ {% else %}
+
No include rules configured.
+ {% endif %}
+
+
+ {% if effective_config.excludes %}
+
{{ effective_config.excludes|join:"
" }}
+ {% else %}
+
No exclude rules configured.
+ {% endif %}
+
+
+
{% endif %}