HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/webmin/virtual-server/help/backup_logs.html
<header>Backup Logs</header>

When searching, you can use "field:value" terms to filter backup logs precisely,
combining multiple field terms with commas.<p>

<table style="table-layout: fixed; width: 100%;">
        <caption>Supported fields</caption>
        <thead>
                <tr>
                        <th style="width: 15%; padding-right: 5px;">Field</th>
                        <th style="width: 40%; padding-right: 5px;">Description</th>
                        <th style="width: 35%; padding-right: 5px;">Example</th>
                </tr>
        </thead>
        <tbody>
                <tr>
                        <td><tt>user</tt></td>
                        <td>match on user</td>
                        <td><tt>user:^username$</tt></td>
                </tr>
                <tr>
                        <td><tt>domain</tt></td>
                        <td>match against domain list</td>
                        <td><tt>domain:^parent.tld</tt></td>
                </tr>
                <tr>
                        <td><tt>dest</tt></td>
                        <td>match destination path</td>
                        <td><tt>dest:/path/to/file</tt></td>
                </tr>
                <tr>
                        <td><tt>desc</tt></td>
                        <td>match schedule description</td>
                        <td><tt>desc:wild echo</tt></td>
                </tr>
                <tr>
                        <td><tt>time</tt></td>
                        <td>matches formatted date</td>
                        <td><tt>time:06:00 PM</tt></td>
                </tr>
                <tr>
                        <td><tt>type</tt></td>
                        <td><tt>incremental</tt> or <tt>full</tt></td>
                        <td><tt>type:incremental</tt></td>
                </tr>
                <tr>
                        <td><tt>size</tt></td>
                        <td>comparisons with units</td>
                        <td><tt>size:&gt;40m&lt;55m</tt></td>
                </tr>
                <tr>
                        <td><tt>status</tt></td>
                        <td>check status label text</td>
                        <td><tt>status:failed</tt></td>
                </tr>
        </tbody>
</table>