Changeset 3506 in MondoRescue for branches/3.2/mondo/src
- Timestamp:
- Feb 13, 2016, 2:53:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-archive.c
r3505 r3506 2955 2955 2956 2956 mr_asprintf(dir, "%s/archives", d); 2957 mr_asprintf(tmp, "find %s -name '*.afio*' - exec rm -f '{}' \\;", dir);2957 mr_asprintf(tmp, "find %s -name '*.afio*' -o -name '*.star.' -exec rm -f '{}' \\;", dir); 2958 2958 run_program_and_log_output(tmp, FALSE); 2959 2959 mr_free(tmp);
Note:
See TracChangeset
for help on using the changeset viewer.