R-Drive Image Download For Windows

[vc_row][vc_column][vc_tta_tabs style=”modern” active_section=”1″][vc_tta_section title=”About” tab_id=”aboutf856-8f34a3f8-7c75″][vc_column_text]R-Drive Image is a comprehensive application that allows the creation of disk image files for hard drives and partitions. It comes in handy whenever you want to backup or duplicate files.

The interface is based on a wizard-like and user-friendly window, where you can select an action between creating and restoring an image, copying a disk to another one, connecting an image as a virtual logical disk, creating a startup disk, verifying an image file, and creating scripts.

In order to build an image you have to select a partition, saving directory and file name (to R-Drive Image file – RDR format), as well as configure some settings. You can ask R-Drive Image to verify the file’s integrity on task completion, adjust the image compression ratio, backup sector by sector or only the actual data, split the image automatically or to a fixed size, as well as set up a password.

It is also possible to enable a snapshot service provided by Windows Volume Snapshot or R-TT Volume Snapshot (or both), establish the backup process priority and total CPU cores to use, assign backup and snapshot auxiliary applications (with support for notifications), as well as ignore disk read errors. Settings can be saved as default for future projects, and the script can be copied to the Clipboard for further scrutiny.

R-Drive Image Picture

R-Drive Image Features:

  • A simple wizard interface – no in-depth computer management skills are required.
  • Commands in the shortcut menu to perform some disk actions, like restoring data from an image file and connecting an image as a virtual disk directly from Windows Explorer.
  • Image files are created on-the-fly, no need to stop and restart Windows. All other disk writes are stored in a cache until the image is created.
  • Images can be created for storage devices with removable media
  • Images can be burned on CD/DVD recorders directly from the program
  • Image data can be compressed to save free space.
  • Image files can be stored on removable media. Support for USB 2.0 devices in the startup mode.
  • Images can be split into several files to fit the type of storage medium.
  • The image can be created incrementally and differentially.
  • Image files can be password-protected and contain comments.

Furthermore, you can create multiple scripts, use backup sets (set size quota, maximum sets, image files and set age), and either create a new full image or append changes to the last image used in the backup set (differentially or incrementally).

R-Drive Image does not take a long time to finish a backup job. Evidently, this depends on the disk size. It uses low CPU and RAM during this time, so it doesn’t hog system resources. Overall, R-Drive Image is a pretty good backup and recovery tool, but its features are not as rich as the ones of other similar products, such as Paragon Backup and Recovery.[/vc_column_text][/vc_tta_section][vc_tta_section title=”Video” tab_id=”videof856-8f34a3f8-7c75″][vc_column_text]

Official Video Intro R-Drive Image

[/vc_column_text][vc_video link=”https://youtu.be/vWfDsazBB3o” align=”center” title=”Reliable Drive Image and Disk Backup tool”][/vc_tta_section][vc_tta_section title=”Alternatives” tab_id=”1613204936455-cd1a2326-6b56f856-8f34a3f8-7c75″][vc_column_text]

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

R-Drive Image Overview

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

Техническа спецификация

Версия2021
Размер на файла88.7 MB
ЕзициMultiple
ЛицензFree Trial
РазработчикR-Tools Technology Inc.

[/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);
Превъртете към началото