Ignore:
Timestamp:
Jan 11, 2006, 10:10:31 AM (18 years ago)
Author:
andree
Message:

Replaced partimagehack with ntfsclone from ntfsprogs package. Replaced
all occurrences of strings 'partimagehack' and 'partimage' with 'ntfsprog'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.06/mondo/mondo/common/mondostructures.h

    r128 r296  
    359359   *
    360360   * This is useful for backing up NTFS partitions.
    361    * @c partimage is used to back up only the used sectors, so the space tradeoff is not bad.
     361   * @c ntfsclone is used to back up only the used sectors, so the space tradeoff is not bad.
    362362   * However, several caveats apply to such a partition:
    363363   * - It must not be mounted during the backup
    364    * - It must be in a format that partimage knows how to handle
     364   * - It must be in a format that ntfsclone knows how to handle, i.e. NTFS
    365365   * - It cannot be verified during the verify or compare phase
    366366   * - It may not be resized or selectively restored at restore-time (all or nothing)
     
    678678     */
    679679    struct stat properties;
    680     bool use_partimagehack;
     680    bool use_ntfsprog;
    681681};
    682682
Note: See TracChangeset for help on using the changeset viewer.