Changeset 3056 in MondoRescue for branches/3.0/mondo/src/mondorestore
- Timestamp:
- Oct 31, 2012, 4:27:15 AM (13 years ago)
- Location:
- branches/3.0/mondo/src/mondorestore
- Files:
-
- 2 edited
-
mondo-rstr-compare.c (modified) (1 diff)
-
mondorestore.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mondo/src/mondorestore/mondo-rstr-compare.c
r2419 r3056 312 312 { 313 313 sprintf(command, 314 "%s - diff H=exustar file=%s >> %s 2>> %s",314 "%s -sparse -diff H=exustar file=%s >> %s 2>> %s", 315 315 archiver_exe, tarball_fname, logfile, logfile); 316 316 } else { -
branches/3.0/mondo/src/mondorestore/mondorestore.c
r3017 r3056 1772 1772 // if (strstr(tarball_fname, ".star.")) 1773 1773 if (use_star) { 1774 mr_asprintf(&command, "star -x -force-remove - U " STAR_ACL_SZ " errctl= file=%s", tarball_fname);1774 mr_asprintf(&command, "star -x -force-remove -sparse -U " STAR_ACL_SZ " errctl= file=%s", tarball_fname); 1775 1775 if (strstr(tarball_fname, ".bz2")) { 1776 1776 mr_strcat(command, " -bz"); … … 1960 1960 if (strstr(tarball_fname, ".star.")) { 1961 1961 use_star = TRUE; 1962 sprintf(command, "star - t file=%s %s", afio_fname, executable);1962 sprintf(command, "star -sparse -t file=%s %s", afio_fname, executable); 1963 1963 } else { 1964 1964 use_star = FALSE; … … 1995 1995 if (strstr(tarball_fname, ".star.")) // star 1996 1996 { 1997 sprintf(command, "star - x file=%s %s", afio_fname, executable);1997 sprintf(command, "star -sparse -x file=%s %s", afio_fname, executable); 1998 1998 if (filelist) { 1999 1999 sprintf(command + strlen(command), " list=%s",
Note:
See TracChangeset
for help on using the changeset viewer.
