Changeset 167 in MondoRescue
- Timestamp:
- Dec 8, 2005, 1:18:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mondo/mondo/common/libmondo-archive.c
r155 r167 3353 3353 "Not calculating checksum for %s: it would take too long", 3354 3354 biggie_filename); 3355 totallength = get_phys_size_of_drive(biggie_filename)*1024*1024LL; 3355 3356 } else { 3356 3357 file_to_openin = biggie_filename; … … 3362 3363 (void) fgets(checksum_line, MAX_STR_LEN, fin); 3363 3364 pclose(fin); 3365 totallength = length_of_file (biggie_filename); 3364 3366 } 3365 3367 lstat(biggie_filename, &biggiestruct.properties); … … 3378 3380 (void) fwrite((void *) &biggiestruct, 1, sizeof(biggiestruct), fout); 3379 3381 paranoid_fclose(fout); 3380 totallength = length_of_file(biggie_filename);3381 3382 length = totallength / optimal_set_size / 1024; 3382 3383 log_msg(1, "Opening in %s; slicing it and writing to CD/tape",
Note:
See TracChangeset
for help on using the changeset viewer.