Changeset 2636 in MondoRescue
- Timestamp:
- May 17, 2010, 5:58:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-devices.c
r2634 r2636 1976 1976 strcat(bkpinfo->exclude_paths, mounted_on_dsf); 1977 1977 strcat(bkpinfo->exclude_paths, " "); 1978 strcat(bkpinfo->exclude_devs, token); 1979 strcat(bkpinfo->exclude_paths, " "); 1978 mr_strcat(bkpinfo->exclude_devs, " %s ",token); 1980 1979 } 1981 1980 } else { 1982 1981 log_to_screen("Archiving only the following file systems on %s:", token); 1983 log_to_screen("==> %s \n", mounted_on_dsf);1982 log_to_screen("==> %s", mounted_on_dsf); 1984 1983 strcpy(bkpinfo->include_paths, "/"); 1985 1984 if (strlen(not_mounted_on_dsf)) {
Note:
See TracChangeset
for help on using the changeset viewer.