Changeset 300 in MondoRescue for trunk/mondo/mondo/common/mondostructures.h


Ignore:
Timestamp:
Jan 11, 2006, 2:20:38 PM (18 years ago)
Author:
bcornec
Message:

merge -r295:299 $SVN_M/branches/2.06

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/mondostructures.h

    r171 r300  
    342342   *
    343343   * This is useful for backing up NTFS partitions.
    344    * @c partimage is used to back up only the used sectors, so the space tradeoff is not bad.
     344   * @c ntfsclone is used to back up only the used sectors, so the space tradeoff is not bad.
    345345   * However, several caveats apply to such a partition:
    346346   * - It must not be mounted during the backup
    347    * - It must be in a format that partimage knows how to handle
     347   * - It must be in a format that ntfsclone knows how to handle, i.e. NTFS
    348348   * - It cannot be verified during the verify or compare phase
    349349   * - It may not be resized or selectively restored at restore-time (all or nothing)
     
    661661     */
    662662    struct stat properties;
    663     bool use_partimagehack;
     663    bool use_ntfsprog;
    664664};
    665665
Note: See TracChangeset for help on using the changeset viewer.