Changeset 3905 in MondoRescue for branches/3.3/mondo/src
- Timestamp:
- Apr 1, 2025, 10:55:14 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/common/libmondo-files.c
r3878 r3905 991 991 find_and_store_mondoarchives_home(g_mondo_home); 992 992 } 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); 994 994 995 995 log_msg(4, "command = %s", command);
Note:
See TracChangeset
for help on using the changeset viewer.