Ignore:
Timestamp:
Feb 12, 2015, 7:41:37 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Go into the scratch dir in order to move to the USB device the file sets to avoid reaching a shell limit on the paramter length
File:
1 edited

Legend:

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

    r3340 r3341  
    15531553
    15541554        /* Command to execute */
    1555         mr_asprintf(tmp,"mv %s/* %s", bkpinfo->scratchdir, tmp1);
     1555        mr_asprintf(tmp,"cd %s ; mv * %s", bkpinfo->scratchdir, tmp1);
    15561556        res = eval_call_to_make_USB(tmp, message_to_screen);
    15571557        if (res) {
Note: See TracChangeset for help on using the changeset viewer.