Puneet Varma (Editor)

R1Soft Hot copy

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Development status
  
Active

Available in
  
English

Written in
  
C

R1Soft Hot copy

Stable release
  
3.6.0 Stable / April 8, 2010; 6 years ago (2010-04-08)

Operating system
  
Linux with Linux kernel version 2.6

Platform
  
Linux running on x86 and x86-64 machines.

Idera's Linux Hot Copy, formerly R1Soft Hot Copy (hcp) is an online disk snapshot application for Linux computers, originally produced by R1Soft. Hot Copy creates point-in-time snapshots of a disk while it is running. It is similar to the snapshot feature of Linux LVM2.

Contents

Features

Idera Linux Hot Copy can:

  • Create online disk snapshots while a Linux computer is running.
  • Take snapshots so that the computer's file system is in a consistent state.
  • Use a copy-on-write snapshot method to efficiently grow snapshot storage as changes are made.
  • Create writable and read-only snapshots.
  • Work without dedicated snapshot storage using unused portions of the computers disk to store changed disk blocks.
  • Create multiple snapshot versions of each block device
  • Implementation

    Linux Hot Copy is implemented as Linux block device driver and is distributed as a loadable kernel module and command line utility (hcp). Hot Copy filters reads and writes to the real disk and performs a copy-on-write when changes are made to the disk. Unused areas of the hard disk are used to store changed blocks in order to maintain a point-in-time snapshot.

    Compared to Logical Volume Manager snapshots

    Linux Hot Copy has several differences when compared to Logical Volume Manager snapshots:

  • In order to use LVM, the computer's file system must be located on an LVM Volume Group. Many Linux computers do not use LVM. Hot Copy can work with any Linux block device.
  • LVM requires dedicated physical snapshot storage for changed blocks. This requires that the server administrator configure LVM when the system is set up in a way that reserves special storage for LVM snapshots.
  • LVM is licensed under an open source license.
  • Limitations

  • Linux Hot Copy does not support 2.4 Linux kernels, only 2.6 are supported.
  • References

    R1Soft Hot copy Wikipedia