R1Soft Hot copy
Stable release |
3.6.0 Stable
/ April 8, 2010[1] |
---|---|
Development status | Active |
Written in | C |
Operating system | Linux with Linux kernel version 2.6[2] |
Platform | Linux running on x86 and x86-64 machines. |
Available in | English |
Type | Disk snapshot (computer storage) software |
License | Freeware |
Website | R1soft Hot Copy Home |
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.[3] It is similar to the snapshot feature of Linux LVM2.
Features
Idera Linux Hot Copy can:[4]
- 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:[5]
- 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.[6] 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.[7]
See also
- Logical Volume Manager (Linux)
- Snapshot (computer storage)
- Btrfs - A file system with similar feature
References
- ↑ http://www.idera.com/productssolutions/freetools/sblinuxhotcopy/
- ↑ http://www.idera.com/productssolutions/freetools/sblinuxhotcopy/systemrequirements#Tabbed
- ↑ http://www.linux-magazine.com/online/news/r1soft_releases_linux_hot_copy
- ↑ http://www.idera.com/productssolutions/freetools/sblinuxhotcopy/
- ↑ http://www.idera.com/productssolutions/freetools/sblinuxhotcopy/whyitrocks#Tabbed
- ↑ http://tldp.org/HOWTO/LVM-HOWTO/snapshots_backup.html
- ↑ http://www.r1soft.com/products/linux-hot-copy/system-requirements/