Duration: {{ stats.duration_seconds|default:"" }}{% if stats.duration_seconds is not None %}s{% endif %}
Files seen: {{ stats.rsync.files_total|default:"" }}
Files transferred: {{ stats.rsync.files_transferred|default:"" }}
Total file size: {{ stats.rsync.total_file_size_bytes|filesizeformat }}
Estimated link-dest saving: {{ stats.rsync.link_dest_estimated_savings_bytes|filesizeformat }}
Snapshot apparent size: {{ stats.storage.snapshot.apparent_size_bytes|filesizeformat }}
Snapshot allocated size: {{ stats.storage.snapshot.allocated_size_bytes|filesizeformat }}
Hardlinked files: {{ stats.storage.snapshot.hardlinked_files|default:"" }}
Backup root used: {{ stats.storage.capacity.used_percent|default:"" }}%
Backup root available: {{ stats.storage.capacity.available_bytes|filesizeformat }}