Changeset 815 in MondoRescue for trunk/mondo/mondo/common/libmondo-archive.c


Ignore:
Timestamp:
Sep 23, 2006, 10:37:43 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r807:814 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-archive.c

    r783 r815  
    20252025            delete_when_done = TRUE;
    20262026        } else {
    2027             // Call ntfsclone (formerly partimagehack) if it's a /dev entry (i.e. a partition to be imaged)
    2028             log_msg(2, "bigfile_fname = '%s'", bigfile_fname);
     2027            // Call ntfsclone (formerly partimagehack) if it's a /dev entry
     2028            // (i.e. a partition to be imaged)
     2029            log_msg(2, "bigfile_fname = %s", bigfile_fname);
    20292030            use_ntfsprog = FALSE;
    20302031            if (!strncmp(bigfile_fname, "/dev/", 5)
     
    20342035                        "Calling ntfsclone in background because %s is an NTFS partition",
    20352036                        bigfile_fname);
    2036                 asprintf(&sz_devfile, "/tmp/%d.%d.000",
     2037                asprintf(&sz_devfile, "%s/%d.%d.000",
     2038                        bkpinfo->tmpdir,
    20372039                         (int) (random() % 32768),
    20382040                         (int) (random() % 32768));
Note: See TracChangeset for help on using the changeset viewer.