Ignore:
Timestamp:
Jul 20, 2009, 11:21:26 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3282@localhost: bruno | 2009-07-20 11:06:00 +0200

  • Fix a bug in multi USB device mode, where the archive dir under the scratch dir was moved but not recreated after
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-archive.c

    r2277 r2284  
    16291629        paranoid_free(tmp);
    16301630        retval += res;
     1631
     1632        /* Recreate the required structure under the scratch dir */
     1633        mr_asprintf(&tmp,"mkdir %s/archive", bkpinfo->scratchdir);
     1634        run_program_and_log_output(tmp, FALSE);
     1635        paranoid_free(tmp);
    16311636    }
    16321637    paranoid_free(message_to_screen);
Note: See TracChangeset for help on using the changeset viewer.