Changeset 3911 in MondoRescue for branches/3.3/mondo/src/mondorestore
- Timestamp:
- May 8, 2025, 6:38:09 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/mondorestore/mondorestore.c
r3900 r3911 798 798 } else { 799 799 if (filelist_subset_fname != NULL) { 800 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);800 mr_asprintf(command, "afio -i -8 allowinsecuresymlinks -M 8m -b %ld -c %ld %s -w '%s' %s", TAPE_BLOCK_SIZE, BUFSIZE, executable, filelist_subset_fname, tarball_fname); 801 801 } else { 802 mr_asprintf(command, "afio -i - b %ld -c %ld -M 8m %s %s", TAPE_BLOCK_SIZE, BUFSIZE, executable, tarball_fname);802 mr_asprintf(command, "afio -i -8 allowinsecuresymlinks -b %ld -c %ld -M 8m %s %s", TAPE_BLOCK_SIZE, BUFSIZE, executable, tarball_fname); 803 803 } 804 804 }
Note:
See TracChangeset
for help on using the changeset viewer.