Iperius Backup Download

[vc_row][vc_column][vc_tta_tabs style=”modern” active_section=”1″][vc_tta_section title=”About” tab_id=”aboutf856-8f34e172-4e12″][vc_column_text]

Iperius Backup is a feature-rich application that comes bundled with intuitive options for file and folder backups. It is geared toward all types of users, regardless of their level of experience.

You can get started by creating a new backup job for files, folders, drives, Windows drive images, FTP downloads, as well as SQL, Oracle, MySQL, and PostgreSQL databases.

It is possible to create exclusion lists, enable a user account for network access, and add destinations in directories, tapes, Cloud and FTP.

Iperius Backup 3

In addition, you can include hidden and system files, record all program activity to a log file, display the backup operation in progress, select the ZIP compression mode, as well as edit properties for normal copy operations (e.g. always copy and set the date and time of files).

Iperius Backup features task scheduling and email notifications with complex filters. For example, you can specify multiple mail recipients and hidden recipients, as well as trigger the action only in particular scenarios (e.g. backup completed successfully, at least one file copied).

Furthermore, Iperius Backup allows users to set apps or other external files for execution before and after the backup job is done. The computer may be scheduled to automatically shut down when the job is completed. Restoring files is simple since all you have to do is point out the source item.

Iperius Backup is surprisingly light on the system resources, using low CPU and RAM. It takes a reasonable amount of time to complete a backup job and did not cause the OS to hang, crash or pop up error messages.

Thanks to its wide array of options and customization preferences, Iperius Backup should please users looking for an all-around data backup application. The interface needs some improvements in the visual department, though.

Restore[/vc_column_text][/vc_tta_section][vc_tta_section title=”Video” tab_id=”videof856-8f34e172-4e12″][vc_column_text]

Official Video Intro Iperius Backup

[/vc_column_text][vc_video link=”https://youtu.be/xFqGHruurCo” align=”center” title=”Iperius Backup Basic Features with Full Backup and Differential backup chain”][/vc_tta_section][vc_tta_section title=”Alternatives” tab_id=”1613204936455-cd1a2326-6b56f856-8f34e172-4e12″][vc_column_text]

[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]

Iperius Backup Overview

[/vc_column_text][vc_single_image image=”78292″][vc_column_text css=”.vc_custom_1637220345476{margin-top: 10px !important;}”]

Thông số kỹ thuật

Phiên bản2021
Kích thước tập tin59.3 MB
Ngôn ngữTiếng Anh
Giấy phépDùng thử miễn phí
Nhà phát triểnEnter Srl

[/vc_column_text][/vc_column][/vc_row]

// Constants for DOM elements const dropdownTriggers = document.querySelectorAll('.dz-menu-item.dropdown'); const dropdownContent = document.querySelector('.dz-dropdown-content'); const dropdownPanels = document.querySelectorAll('.dz-dropdown-panel'); const header = document.querySelector('.dz-header-wrap');// State to track the currently open menu item element let activeDropdownElement = null; let closeTimer = null; // Timer for delayed closing// Function to close all dropdowns function closeAllDropdowns() { if (closeTimer) { clearTimeout(closeTimer); closeTimer = null; } // Only proceed if the elements exist if (dropdownContent) { dropdownContent.classList.remove('open'); } dropdownPanels.forEach(panel => panel.classList.remove('active')); dropdownTriggers.forEach(item => item.classList.remove('active')); activeDropdownElement = null; }// Function to open a specific dropdown function openDropdown(item, targetPanel) { if (closeTimer) { clearTimeout(closeTimer); closeTimer = null; } // 1. Close all others closeAllDropdowns(); // 2. Open the new one item.classList.add('active'); targetPanel.classList.add('active'); if (dropdownContent) { dropdownContent.classList.add('open'); } activeDropdownElement = item; }// Event listener for each dropdown menu item dropdownTriggers.forEach(item => { item.addEventListener('click', function(e) { e.preventDefault(); const panelName = this.getAttribute('data-panel'); const targetPanel = document.querySelector(`.${panelName}`); if (!targetPanel) return;const isCurrentlyActive = this === activeDropdownElement;if (isCurrentlyActive) { // If the same dropdown is clicked, close it immediately. closeAllDropdowns(); } else { // Open the new dropdown openDropdown(this, targetPanel); } }); });/* --- MOUSE EVENTS FOR STABILITY FIX --- */ if (header) { // 1. When the mouse leaves the entire header area (menu + dropdown bar), start a timer to close it. header.addEventListener('mouseleave', () => { // Only initiate close if a dropdown is currently active if (activeDropdownElement) { // Set a delay (e.g., 300ms) to allow the user to move the mouse slightly closeTimer = setTimeout(closeAllDropdowns, 300); } });// 2. If the mouse re-enters the header area before the timer fires, cancel the close. header.addEventListener('mouseenter', () => { if (closeTimer) { clearTimeout(closeTimer); closeTimer = null; } }); }// 3. Close when clicking anywhere outside the header (as a fallback) document.addEventListener('click', (e) => { // Check if header exists and if the click is outside the header AND a dropdown is open if (header && !header.contains(e.target) && activeDropdownElement) { closeAllDropdowns(); } });// Initial setup: ensure all are closed on load document.addEventListener('DOMContentLoaded', closeAllDropdowns); window.addEventListener('load', closeAllDropdowns);
Lên đầu trang