Changeset 1658 in MondoRescue


Ignore:
Timestamp:
Sep 25, 2007, 1:51:24 AM (17 years ago)
Author:
Bruno Cornec
Message:

And memorise what to earse at the end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-tools.c

    r1657 r1658  
    989989    strcpy(bkpinfo->tmpdir,p);
    990990    paranoid_free(tmp);
     991
     992    sprintf(g_erase_tmpdir_and_scratchdir, "rm -Rf %s %s", bkpinfo->tmpdir,
     993            bkpinfo->scratchdir);
    991994    //sprintf(bkpinfo->tmpdir, "%s/tmpfs/mondo.tmp.%d", "/tmp", (int) (random() % 32768));  // for mondorestore
    992995}
Note: See TracChangeset for help on using the changeset viewer.