Changeset 2291 in MondoRescue for branches/2.2.10/mondo/src/mondorestore/mondorestore.c
- Timestamp:
- Jul 22, 2009, 2:11:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mondo/src/mondorestore/mondorestore.c
r2287 r2291 1725 1725 1726 1726 if (use_star) { 1727 mr_asprintf(&command, 1728 "star -x -force-remove -U " STAR_ACL_SZ 1729 " errctl= file=%s", tarball_fname); 1727 mr_asprintf(&command, "star -x -force-remove -U " STAR_ACL_SZ " errctl= file=%s", tarball_fname); 1730 1728 if (strstr(tarball_fname, ".bz2")) { 1731 1729 mr_strcat(command, " -bz"); … … 1736 1734 } else { 1737 1735 if (filelist_subset_fname != NULL) { 1738 mr_asprintf(&command, 1739 "afio -i -M 8m -b %ld -c %ld %s -w '%s' %s", 1740 TAPE_BLOCK_SIZE, 1741 BUFSIZE, executable, filelist_subset_fname, 1742 tarball_fname); 1736 mr_asprintf(&command, "afio -i -M 8m -b %ld -c %ld %s -w '%s' %s", TAPE_BLOCK_SIZE, BUFSIZE, executable, filelist_subset_fname, tarball_fname); 1743 1737 } else { 1744 mr_asprintf(&command, 1745 "afio -i -b %ld -c %ld -M 8m %s %s", 1746 TAPE_BLOCK_SIZE, 1747 BUFSIZE, executable, tarball_fname); 1738 mr_asprintf(&command, "afio -i -b %ld -c %ld -M 8m %s %s", TAPE_BLOCK_SIZE, BUFSIZE, executable, tarball_fname); 1748 1739 } 1749 1740 }
Note:
See TracChangeset
for help on using the changeset viewer.