Changeset 3905 in MondoRescue for branches/3.3/mondo/src


Ignore:
Timestamp:
Apr 1, 2025, 10:55:14 AM (3 months ago)
Author:
Bruno Cornec
Message:

add support for UEFI rocky and alma

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-files.c

    r3878 r3905  
    991991        find_and_store_mondoarchives_home(g_mondo_home);
    992992    }
    993     mr_asprintf(command, CP_BIN " --parents -pRdf %s %s", g_mondo_home, bkpinfo->scratchdir);
     993    mr_asprintf(command, "tar cf - %s | (cd %s ; tar xf -)", g_mondo_home, bkpinfo->scratchdir);
    994994
    995995    log_msg(4, "command = %s", command);
Note: See TracChangeset for help on using the changeset viewer.