Changeset 165 in MondoRescue
- Timestamp:
- Dec 8, 2005, 12:42:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mondo/mondo/common/libmondo-tools.c
r163 r165 805 805 806 806 log_it("isodir = %s", bkpinfo->isodir); 807 sprintf(command, "df %s | tail -n1 | cut -d' ' -f1",807 sprintf(command, "df -P %s | tail -n1 | cut -d' ' -f1", 808 808 bkpinfo->isodir); 809 809 log_it("command = %s", command);
Note:
See TracChangeset
for help on using the changeset viewer.