{% extends "base.html" %} {% block title %}Bulk Virus Scan{% endblock %} {% block content %}
Scan every file in every FileArea with ClamAV. Infections are quarantined (renamed with .infected suffix).
| Area | File | Status | Signature / Message |
|---|---|---|---|
{{ r.area }} |
{{ r.file }} | {% if r.infected %} INFECTED {% else %} clean {% endif %} | {% if r.sig %}{{ r.sig }}{% endif %} {{ r.msg }} |
| No files found in any active file area. | |||