Partition-Saving
Appearance
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Original author(s) | Damien Guibouret |
---|---|
Initial release | 1999 |
Stable release | 4.30
/ November 14, 2016 |
Operating system | Linux, Windows, DOS, Live CD[which?] |
License | Freeware |
Website | www |
Partition-Saving is a disk cloning utility for Linux, Windows and DOS environments. Partition-Saving can save partitions in many formats to a disk image.
It is also often referenced as Savepart (its original name but that was modified to not enter in conflict with an OS/2 utility).
Common uses
Some common uses for Partition-Saving are as follows:
- Backup of individual disk partitions. Volume backups are very useful for recovery in the case of a disk failure or data corruption
- Correction of boot parameters as boot sector content or Windows boot configuration
Features
Partition-Saving has following features:
- Backup of any partition types (sector by sector)[1]
- Backup of FAT12, FAT16, FAT32,[2] Ext2, Ext3, Ext4 (not all options),[2] NTFS[2] partitions with only occupied sectors (not a file by file backup, but similar in size with keeping disk organization[3])
- Backup of Master boot record, partition table (both MBR and GPT format), FAT boot sector content and superblock
- Compression of data[4]
- Saving a partition over itself (in case there is only one partition on the disk)[5]
- Mount a backup file to extract only some files[6]
- Modification of the Windows Registry to force partition drive letter[7]
- Modification of some filesystem content: boot sector, Windows multi-boot boot sector, Windows boot configuration, boot sector and superblock backup, bad clusters list
It can be used either through command line, text based or batch processing mode.
Limitations
Partition-Saving has following limitations:
- Backup of a running OS is not possible (less for DOS): that means it needs to boot from another OS or from a Live CD (a FreeDOS one is provided) to backup Linux or Windows system partition
- When a full backup is performed, restoration can only be done on partition of same size and at same place on disk. You can use -force option to workaround this, but no correction will be done on partition content to reflect this incompatibility (as FAT boot sector content)
- When only occupied sectors are saved, restoration can be done on a partition of different size but with limitations on this size[2]
- Creating backup files on NTFS drive from DOS (and Linux one if your Linux does not know how to write on NTFS drive) is not available, but modifying an existing file can be used. So if you need it, you can create dummy files from Windows, then use them from DOS to perform the backup[8]
See also
References
- ^ Corresponding manual chapters for complete disk, one partition
- ^ a b c d Corresponding manual chapters for FAT, ext2/3/4 and NTFS
- ^ Corresponding manual chapter
- ^ Corresponding manual chapter
- ^ Corresponding manual chapter
- ^ Corresponding manual chapter
- ^ Understanding MultiBooting by Dan Goodell
- ^ Corresponding manual chapter