source: MondoRescue/branches/2.2.5/mondo/src/common/libmondo-archive.c@ 1747

Last change on this file since 1747 was 1747, checked in by Bruno Cornec, 16 years ago
  • Solve problem on tmpfs in restore init (Problem of inexistant symlink and busybox)
  • Create MONDO_CACHE and use it everywhere + creation at start
  • Property svn:keywords set to Id
File size: 119.4 KB
RevLine 
[1]1/* libmondo-archive.c
[99]2 $Id: libmondo-archive.c 1747 2007-10-30 12:18:55Z bruno $
[1]3
4subroutines to handle the archiving of files
5
6
7
807/14
9- moved all ACL, xattr stuff here from libmondo-filelist.c
10
1107/12
12- when trying to find boot loader, look for /boot's /dev, not just /'s dev
13
1407/10
15- better detection of changed files
16- added ACL, xattr support for afio
17
1806/17
19- backup with partimagehack if NTFS device; dd, if non-NTFS device
20
2106/14
22- use mondorescue.iso instead of mindi.iso
23
2404/28
25- cleaned up if/then architecture-specific stuff re: CD-R(W)s
26
2704/03
28- added star support
29
3003/12
31- modified offer_to_write_floppies() to support dual-disk boot/root thing
32
3301/20/2004
34- reformat dvd twice if necessary
35
3612/01/2003
37- added pause_for_N_seconds(5, "Letting DVD drive settle");
38
3911/23
40- added #define DVDRWFORMAT
41
4211/20
43- use --no-emul-boot -b isolinux.bin instead of -b mindi-boot.2880.img
44
4510/23
46- wipe DVD at start, whether or not disk is DVD-RW; this is
47 just a test, to see why dvd+rw-format followed by growiosfs
48 locks up the drive
49- use the singlethreaded make_afioballs_and_images_OLD()
50 instead of the multithreaded make_afioballs_and_images()
51 if backing up to tape
52
5310/21
54- if backing up to dvd, look for relevant tools;
55 abort if missing
56
5710/15
58- UI tweaks
59
6010/10
61- eject/inject DVD after wiping it
62
6309/27
64- pause_and_ask_for_cdr() will now blank DVD if necessary
65
6609/26
67- proper reporting of media type in displayed strings
68 (i.e. DVD if DVD, CD if CD, etc.)
69
7009/25
71- add DVD support
72
7309/23
74- malloc/free global strings in new subroutines - malloc_libmondo_global_strings()
75 and free_libmondo_global_strings() - which are in libmondo-tools.c
76
7709/15
78- changed a bunch of char[MAX_STR_LEN]'s to char*; malloc; free;
79
8009/14
81- cosmetic bug re: call to 'which dvdrecord'
82
8309/09
84- copy `locate isolinux.bin | tail -n1` to CD before calling mkisfso
85 if file is missing (in which case, bug in Mindi.pl!)
86- reduced noof_threads from 3 to 2
87- fixed cosmetic bug in make_slices_and_images()
88
8909/02
90- fixed cosmetic bug in verify_data()
91
9205/01 - 08/31
93- added partimagehack hooks
94- make twice as many archives at once as before
95- fixed syntax error re: system(xxx,FALSE)
96- unmount CD-ROM before burning (necessary for RH8/9)
97- only ask for new media if sensible
98- fixed mondoarchive -Vi multi-CD verify bug (Tom Mortell)
99- use single-threaded make_afioballs_and_images() if FreeBSD
100- fixed bug on line 476 (Joshua Oreman)
101- re-enabled the pause, for people w/ weird CD-ROM drives
102- added Joshua Oreman's FreeBSD patches
103- don't listen to please_dont_eject_when_restoring
104 ...after all, we're not restoring :)
105
10604/01 - 04/30
107- cleaned up archive_this_fileset()
108- decreased ARCH_THREADS from 3 to 2
109- pause_and_ask_for_cd() --- calls retract_CD_tray_and_defeat_autorun()
110- call assert() and log_OS_error() in various places
111- cleaned up code a bit
112- increased ARCH_THREADS from 2 to 3
113- misc clean-up (Tom Mortell)
114
11503/15/2003
116- fixed problem w/ multi-ISO verify cycle (Tom Mortell)
117
11811/01 - 12/31/2002
119- removed references to make_afioballs_and_images_OLD()
120- added some error-checking to make_afioballs_in_background
121- make_iso_and_go_on() now copies Mondo's autorun file to CD
122- set scratchdir dir to 1744 when burning CD
123- cleaned up code a bit
124- in call_mindi_...(), gracefully handle the user's input
125 if they specify the boot loader but not the boot device
126- offer to abort if GRUB is boot loader and /dev/md* is
127 the boot device (bug in grub-install)
128- if boot loader is R then write RAW as bootloader.name
129- multithreaded make_afioballs_and_images()
130- fixed slice_up_file_etc() for 0-compression users
131- line 1198: added call to is_this_file_compressed() to stop
132 slice_up_file_etc() from compressing files which are
133 already compressed
134- other hackery related to the above enhancement
135- afio no longer forcibly compresses all files (i.e. I dropped
136 the -U following suggestions from users); let's see if
137 it works :)
138
13910/01 - 10/31
140- mondoarchive (with no parameters) wasn't working
141 if user said yes when asked if BurnProof drive; FIXED
142- if manual CD tray and writing to ISO's then prompt
143 for each & every new CD
144- moved a lot of subroutines here
145 from mondo-archive.c and mondo-floppies.c
146
14709/01 - 09/30
148- if CD not burned OK then don't try to verify
149- change 64k to TAPE_BLOCK_SIZE
150- run_program_and_log_output() now takes boolean operator to specify
151 whether it will log its activities in the event of _success_
152- orig_vfy_flag_val added to write_iso_and_go_on, to restore bkpinfo->verify_data's
153 value if altered by verify_cd_image()
154
15508/01 - 08/31
156- use data structure to store the fname, checksum, mods & perms of each bigfile
157 ... biggiestruct :)
158- bigger tmp[]'s in a few places
159- cleaned up the (user-friendly) counting of biggiefiles a bit
160- if media_size[N]<=0 then catch it & abort, unless it's tape,
161 in which case, allow it
162- cleaned up a lot of log_it() calls
163- fixed NULL filename-related bug in can_we_fit_these_files_on_media()
164- deleted can_we_fit.....() subroutine because it was causing problems
165 --- moved its code into the one subroutine which called it
166- created [08/01/2002]
167*/
168
169/**
170 * @file
171 * Functions to handle backing up data.
172 * This is the main file (at least the longest one) in libmondo.
173 */
174
[1316]175#include "my-stuff.h"
176#include "mondostructures.h"
[1]177#include "libmondo-string-EXT.h"
178#include "libmondo-stream-EXT.h"
179#include "libmondo-devices-EXT.h"
180#include "libmondo-tools-EXT.h"
[541]181#include "libmondo-gui-EXT.h"
[1]182#include "libmondo-fork-EXT.h"
183#include "libmondo-files-EXT.h"
184#include "libmondo-filelist-EXT.h"
185#include "libmondo-tools-EXT.h"
186#include "libmondo-verify-EXT.h"
187#include "libmondo-archive.h"
[541]188#include "lib-common-externs.h"
[1]189#include <sys/sem.h>
190#include <sys/types.h>
191#include <sys/ipc.h>
192#include <stdarg.h>
193#define DVDRWFORMAT 1
194
195
196
197/** @def DEFAULT_1722MB_DISK The default 1.722M floppy disk to write images to. */
198/** @def BACKUP_1722MB_DISK The 1.722M floppy disk to try if the default fails. */
199
200#ifdef __FreeBSD__
[128]201#define DEFAULT_1722MB_DISK "/dev/fd0.1722"
202#define BACKUP_1722MB_DISK "/dev/fd0.1722"
[1]203#else
[128]204#define DEFAULT_1722MB_DISK "/dev/fd0u1722"
205#define BACKUP_1722MB_DISK "/dev/fd0H1722"
[1]206#ifndef _SEMUN_H
[128]207#define _SEMUN_H
[1]208
209 /**
210 * The semaphore union, provided only in case the user's system doesn't.
211 */
[128]212union semun {
213 int val;
214 struct semid_ds *buf;
215 unsigned short int *array;
216 struct seminfo *__buf;
217};
[1]218#endif
[128]219#endif /* __FreeBSD__ */
[1]220
221/*@unused@*/
[99]222//static char cvsid[] = "$Id: libmondo-archive.c 1747 2007-10-30 12:18:55Z bruno $";
[1]223
224/* *************************** external global vars ******************/
225extern int g_current_media_number;
226extern int g_currentY;
227extern bool g_text_mode;
228extern bool g_exiting;
229extern long g_current_progress;
[128]230extern FILE *g_tape_stream;
[1]231extern long long g_tape_posK;
232extern char *g_mondo_home;
233extern char *g_tmpfs_mountpt;
234extern bool g_cd_recovery;
235extern char *g_serial_string;
236
[948]237extern char *g_getfacl;
238extern char *g_getfattr;
[1316]239extern char *MONDO_LOGFILE;
[948]240
[1645]241/* Reference to global bkpinfo */
242extern struct s_bkpinfo *bkpinfo;
[948]243
244
[1645]245
[1]246/**
247 * @addtogroup globalGroup
248 * @{
249 */
250/**
251 * The current backup media type in use.
252 */
[128]253t_bkptype g_backup_media_type = none;
[1]254
255/**
256 * Incremented by each archival thread when it starts up. After that,
257 * this is the number of threads running.
258 */
259int g_current_thread_no = 0;
260
261/* @} - end of globalGroup */
262
263extern int g_noof_rows;
264
265/* Semaphore-related code */
266
267static int set_semvalue(void);
268static void del_semvalue(void);
269static int semaphore_p(void);
270static int semaphore_v(void);
271
272static int g_sem_id;
273static int g_sem_key;
274
275
276
277
278/**
279 * Initialize the semaphore.
280 * @see del_semvalue
281 * @see semaphore_p
282 * @see semaphore_v
283 * @return 1 for success, 0 for failure.
284 */
[128]285static int set_semvalue(void) // initializes semaphore
[1]286{
[128]287 union semun sem_union;
288 sem_union.val = 1;
289 if (semctl(g_sem_id, 0, SETVAL, sem_union) == -1) {
290 return (0);
291 }
292 return (1);
[1]293}
294
295/**
296 * Frees (deletes) the semaphore. Failure is indicated by a log
297 * message.
298 * @see set_semvalue
299 */
[128]300static void del_semvalue(void) // deletes semaphore
[1]301{
[128]302 union semun sem_union;
[1]303
[128]304 if (semctl(g_sem_id, 0, IPC_RMID, sem_union) == -1) {
305 log_msg(3, "Failed to delete semaphore");
306 }
[1]307}
308
309/**
310 * Acquire (increment) the semaphore (change status to P).
311 * @return 1 for success, 0 for failure.
312 * @see semaphore_v
313 */
[128]314static int semaphore_p(void) // changes status to 'P' (waiting)
[1]315{
[128]316 struct sembuf sem_b;
[1]317
[128]318 sem_b.sem_num = 0;
319 sem_b.sem_op = -1; // P()
320 sem_b.sem_flg = SEM_UNDO;
321 if (semop(g_sem_id, &sem_b, 1) == -1) {
322 log_msg(3, "semaphore_p failed");
323 return (0);
324 }
325 return (1);
[1]326}
327
328/**
329 * Free (decrement) the semaphore (change status to V).
330 * @return 1 for success, 0 for failure.
331 */
[128]332static int semaphore_v(void) // changes status to 'V' (free)
[1]333{
[128]334 struct sembuf sem_b;
[1]335
[128]336 sem_b.sem_num = 0;
337 sem_b.sem_op = 1; // V()
338 sem_b.sem_flg = SEM_UNDO;
339 if (semop(g_sem_id, &sem_b, 1) == -1) {
340 log_msg(3, "semaphore_v failed");
341 return (0);
342 }
343 return (1);
[1]344}
345
346
347//------------------------------------------------------
348
349
350/**
351 * Size in megabytes of the buffer afforded to the executable "buffer".
352 * This figure is used when we calculate how much data we have probably 'lost'
353 * when writing off the end of tape N, so that we can then figure out how much
354 * data we must recreate & write to the start of tape N+1.
355 */
356extern int g_tape_buffer_size_MB;
357
358
359
360
361int
[1645]362archive_this_fileset_with_star(char *filelist, char *fname, int setno)
[1]363{
[128]364 int retval = 0;
365 unsigned int res = 0;
366 int tries = 0;
367 char *command;
368 char *zipparams;
369 char *tmp;
370 char *p;
[1]371
[128]372 malloc_string(command);
373 malloc_string(zipparams);
374 malloc_string(tmp);
[1]375
[128]376 if (!does_file_exist(filelist)) {
377 sprintf(tmp, "(archive_this_fileset) - filelist %s does not exist",
378 filelist);
379 log_to_screen(tmp);
380 return (1);
[1]381 }
382
[128]383 sprintf(tmp, "echo hi > %s 2> /dev/null", fname);
384 if (system(tmp)) {
385 fatal_error("Unable to write tarball to scratchdir");
386 }
387
388 sprintf(command, "star H=star list=%s -c " STAR_ACL_SZ " file=%s",
389 filelist, fname);
390 if (bkpinfo->use_lzo) {
391 fatal_error("Can't use lzop");
392 }
393 if (bkpinfo->compression_level > 0) {
394 strcat(command, " -bz");
395 }
396 sprintf(command + strlen(command), " 2>> %s", MONDO_LOGFILE);
397 log_msg(4, "command = '%s'", command);
398
399 for (res = 99, tries = 0; tries < 3 && res != 0; tries++) {
400 log_msg(5, "command='%s'", command);
401 res = system(command);
402 strcpy(tmp, last_line_of_file(MONDO_LOGFILE));
403 log_msg(1, "res=%d; tmp='%s'", res, tmp);
404 if (bkpinfo->use_star && (res == 254 || res == 65024)
405 && strstr(tmp, "star: Processed all possible files")
406 && tries > 0) {
407 log_msg(1, "Star returned nonfatal error");
408 res = 0;
409 }
410 if (res) {
411 log_OS_error(command);
412 p = strstr(command, "-acl ");
413 if (p) {
414 p[0] = p[1] = p[2] = p[3] = ' ';
415 log_msg(1, "new command = '%s'", command);
416 } else {
417 log_msg(3,
418 "Attempt #%d failed. Pausing 3 seconds and retrying...",
419 tries + 1);
420 sleep(3);
421 }
422 }
423 }
424 retval += res;
425 if (retval) {
426 log_msg(3, "Failed to write set %d", setno);
427 } else if (tries > 1) {
428 log_msg(3, "Succeeded in writing set %d, on try #%d", setno,
429 tries);
430 }
431
432 paranoid_free(command);
433 paranoid_free(zipparams);
434 paranoid_free(tmp);
435 return (retval);
[1]436}
437
438
439/**
440 * Call @c afio to archive the filelist @c filelist to the file @c fname.
441 *
442 * @param bkpinfo The backup information structure. Fields used:
443 * - @c compression_level
444 * - @c scratchdir (only verifies existence)
445 * - @c tmpdir (only verifies existence)
446 * - @c zip_exe
447 * - @c zip_suffix
448 * @param filelist The path to a file containing a list of files to be archived
449 * in this fileset.
450 * @param fname The output file to archive to.
451 * @param setno This fileset number.
452 * @return The number of errors encountered (0 for success).
453 * @ingroup LLarchiveGroup
454 */
455int
[1645]456archive_this_fileset(char *filelist, char *fname, int setno)
[1]457{
458
[128]459 /*@ int *************************************************************** */
460 int retval = 0;
461 int res = 0;
462 int i = 0;
463 int tries = 0;
464 static int free_ramdisk_space = 9999;
[1]465
[128]466 /*@ buffers ************************************************************ */
467 char *command;
468 char *zipparams;
469 char *tmp;
[1]470
[128]471 assert(bkpinfo != NULL);
472 assert_string_is_neither_NULL_nor_zerolength(filelist);
473 assert_string_is_neither_NULL_nor_zerolength(fname);
[1]474
[128]475 if (bkpinfo->compression_level > 0 && bkpinfo->use_star) {
[1645]476 return (archive_this_fileset_with_star(filelist, fname, setno));
[128]477 }
[1]478
[128]479 malloc_string(command);
480 malloc_string(zipparams);
481 malloc_string(tmp);
482
483 if (!does_file_exist(filelist)) {
484 sprintf(tmp, "(archive_this_fileset) - filelist %s does not exist",
485 filelist);
486 log_to_screen(tmp);
487 return (1);
488 }
489 sprintf(tmp, "echo hi > %s 2> /dev/null", fname);
490 if (system(tmp)) {
491 fatal_error("Unable to write tarball to scratchdir");
492 }
493
494
495 if (bkpinfo->compression_level > 0) {
496 sprintf(tmp, "%s/do-not-compress-these", g_mondo_home);
497 // -b %ld, TAPE_BLOCK_SIZE
498 sprintf(zipparams, "-Z -P %s -G %d -T 3k", bkpinfo->zip_exe,
499 bkpinfo->compression_level);
500 if (does_file_exist(tmp)) {
501 strcat(zipparams, " -E ");
502 strcat(zipparams, tmp);
503 } else {
504 log_msg(3, "%s not found. Cannot exclude zipfiles, etc.", tmp);
505 }
506 } else {
507 zipparams[0] = '\0';
508 }
509
[1]510// make_hole_for_file(fname);
511
[128]512 if (!does_file_exist(bkpinfo->tmpdir)) {
513 log_OS_error("tmpdir not found");
514 fatal_error("tmpdir not found");
515 }
516 if (!does_file_exist(bkpinfo->scratchdir)) {
517 log_OS_error("scratchdir not found");
518 fatal_error("scratchdir not found");
519 }
520 sprintf(command, "rm -f %s %s. %s.gz %s.%s", fname, fname, fname,
521 fname, bkpinfo->zip_suffix);
522 paranoid_system(command);
[1]523
[128]524 sprintf(command, "afio -o -b %ld -M 16m %s %s < %s 2>> %s",
525 TAPE_BLOCK_SIZE, zipparams, fname, filelist, MONDO_LOGFILE);
[1]526
[128]527 sprintf(tmp, "echo hi > %s 2> /dev/null", fname);
528 if (system(tmp)) {
529 fatal_error("Unable to write tarball to scratchdir");
530 }
[1]531
[128]532 for (res = 99, tries = 0; tries < 3 && res != 0; tries++) {
533 log_msg(5, "command='%s'", command);
534 res = system(command);
535 if (res) {
536 log_OS_error(command);
537 log_msg(3,
538 "Attempt #%d failed. Pausing 3 seconds and retrying...",
539 tries + 1);
540 sleep(3);
541 }
542 }
543 retval += res;
544 if (retval) {
545 log_msg(3, "Failed to write set %d", setno);
546 } else if (tries > 1) {
547 log_msg(3, "Succeeded in writing set %d, on try #%d", setno,
548 tries);
549 }
[1]550
[128]551 if (g_tmpfs_mountpt[0] != '\0') {
552 i = atoi(call_program_and_get_last_line_of_output
[305]553 ("df -m -P | grep dev/shm | grep -v none | tr -s ' ' '\t' | cut -f4"));
[128]554 if (i > 0) {
555 if (free_ramdisk_space > i) {
556 free_ramdisk_space = i;
557 log_msg(2, "min(free_ramdisk_space) is now %d",
558 free_ramdisk_space);
559 if (free_ramdisk_space < 10) {
560 fatal_error
561 ("Please increase PPCFG_RAMDISK_SIZE in my-stuff.h to increase size of ramdisk ");
562 }
563 }
564 }
565 }
566 paranoid_free(command);
567 paranoid_free(zipparams);
568 paranoid_free(tmp);
569 return (retval);
[1]570}
571
572
573
574
575
576
577/**
578 * Wrapper function for all the backup commands.
579 * Calls these other functions: @c prepare_filelist(),
580 * @c call_filelist_chopper(), @c copy_mondo_and_mindi_stuff_to_scratchdir(),
581 * @c call_mindi_to_supply_boot_disks(), @c do_that_initial_phase(),
582 * @c make_those_afios_phase(), @c make_those_slices_phase(), and
583 * @c do_that_final_phase(). If anything fails before @c do_that_initial_phase(),
584 * @c fatal_error is called with a suitable message.
585 * @param bkpinfo The backup information structure. Uses most fields.
586 * @return The number of non-fatal errors encountered (0 for success).
587 * @ingroup archiveGroup
588 */
[1645]589int backup_data()
[1]590{
[128]591 int retval = 0, res = 0;
592 char *tmp;
[1]593
[128]594 assert(bkpinfo != NULL);
[1645]595 set_g_cdrom_and_g_dvd_to_bkpinfo_value();
[128]596 malloc_string(tmp);
597 if (bkpinfo->backup_media_type == dvd) {
[1]598#ifdef DVDRWFORMAT
[128]599 if (!find_home_of_exe("dvd+rw-format")) {
600 fatal_error
601 ("Cannot find dvd+rw-format. Please install it or fix your PATH.");
602 }
[1]603#endif
[128]604 if (!find_home_of_exe("growisofs")) {
605 fatal_error
606 ("Cannot find growisofs. Please install it or fix your PATH.");
607 }
[1]608 }
609
[1645]610 if ((res = prepare_filelist())) { /* generate scratchdir/filelist.full */
[128]611 fatal_error("Failed to generate filelist catalog");
612 }
[1645]613 if (call_filelist_chopper()) {
[128]614 fatal_error("Failed to run filelist chopper");
615 }
[1]616
617/*
618 sprintf(tmp, "wc -l %s/archives/filelist.full > %s/archives/filelist.count",bkpinfo->scratchdir, bkpinfo->scratchdir);
619 if (run_program_and_log_output(tmp, 2))
620 { fatal_error("Failed to count filelist.full"); }
621*/
[128]622 sprintf(tmp, "gzip -9 %s/archives/filelist.full", bkpinfo->scratchdir);
623 if (run_program_and_log_output(tmp, 2)) {
624 fatal_error("Failed to gzip filelist.full");
625 }
626 sprintf(tmp, "cp -f %s/archives/*list*.gz %s", bkpinfo->scratchdir,
627 bkpinfo->tmpdir);
628 if (run_program_and_log_output(tmp, 2)) {
629 fatal_error("Failed to copy to tmpdir");
630 }
[1]631
[1645]632 copy_mondo_and_mindi_stuff_to_scratchdir(); // payload, too, if it exists
[1]633#if __FreeBSD__ == 5
[128]634 strcpy(bkpinfo->kernel_path, "/boot/kernel/kernel");
[1]635#elif __FreeBSD__ == 4
[128]636 strcpy(bkpinfo->kernel_path, "/kernel");
[1]637#elif linux
[128]638 if (figure_out_kernel_path_interactively_if_necessary
639 (bkpinfo->kernel_path)) {
640 fatal_error
641 ("Kernel not found. Please specify manually with the '-k' switch.");
642 }
[1]643#else
644#error "I don't know about this system!"
645#endif
[1645]646 if ((res = call_mindi_to_supply_boot_disks())) {
[128]647 fatal_error("Failed to generate boot+data disks");
648 }
[1645]649 retval += do_that_initial_phase(); // prepare
[128]650 sprintf(tmp, "rm -f %s/images/*.iso", bkpinfo->scratchdir);
651 run_program_and_log_output(tmp, 1);
[1645]652 retval += make_those_afios_phase(); // backup regular files
653 retval += make_those_slices_phase(); // backup BIG files
654 retval += do_that_final_phase(); // clean up
[128]655 log_msg(1, "Creation of archives... complete.");
656 if (bkpinfo->verify_data) {
657 sleep(2);
658 }
659 paranoid_free(tmp);
660 return (retval);
[1]661}
662
663
664
665
666/**
667 * Call Mindi to generate boot and data disks.
668 * @note This binds correctly to the new Perl version of mindi.
669 * @param bkpinfo The backup information structure. Fields used:
670 * - @c backup_media_type
671 * - @c boot_loader
672 * - @c boot_device
673 * - @c compression_level
674 * - @c differential
675 * - @c exclude_paths
676 * - @c image_devs
677 * - @c kernel_path
678 * - @c make_cd_use_lilo
679 * - @c media_device
680 * - @c media_size
681 * - @c nonbootable_backup
682 * - @c scratchdir
683 * - @c tmpdir
684 * - @c use_lzo
685 *
686 * @return The number of errors encountered (0 for success)
687 * @bug The code to automagically determine the boot drive
688 * is messy and system-dependent. In particular, it breaks
689 * for Linux RAID and LVM users.
690 * @ingroup MLarchiveGroup
691 */
[1645]692int call_mindi_to_supply_boot_disks()
[1]693{
[128]694 /*@ buffer ************************************************************ */
695 char *tmp;
[949]696 char *tmp1 = NULL;
[1687]697 char *tmp2 = NULL;
[128]698 char *scratchdir;
[1]699 char *command;
700 char *use_lzo_sz;
[998]701 char *use_gzip_sz;
[128]702 char *use_comp_sz;
[1]703 char *use_star_sz;
704 char *bootldr_str;
705 char *tape_device;
706 char *last_filelist_number;
707 char *broken_bios_sz;
708 char *cd_recovery_sz;
709 char *tape_size_sz;
710 char *devs_to_exclude;
[128]711 char *use_lilo_sz;
712 char *value;
[1]713 char *bootdev;
714
715
716
[128]717 /*@ char ************************************************************** */
[1]718 char ch = '\0';
719
[128]720 /*@ long ********************************************************** */
721 long lines_in_filelist = 0;
[1]722
[128]723 /*@ int ************************************************************* */
724 int res = 0;
725 long estimated_total_noof_slices = 0;
[1]726
[128]727 assert(bkpinfo != NULL);
728 command = malloc(1200);
[1668]729 tmp = malloc(9*MAX_STR_LEN);
[128]730 malloc_string(scratchdir);
731 malloc_string(use_lzo_sz);
[998]732 malloc_string(use_gzip_sz);
[128]733 malloc_string(use_star_sz);
734 malloc_string(use_comp_sz);
735 malloc_string(bootldr_str);
736 malloc_string(tape_device);
737 malloc_string(last_filelist_number);
738 malloc_string(broken_bios_sz);
739 malloc_string(cd_recovery_sz);
740 malloc_string(tape_size_sz);
741 malloc_string(devs_to_exclude);
742 malloc_string(use_lilo_sz); /* BCO: shared between LILO/ELILO */
743 malloc_string(value);
744 malloc_string(bootdev);
[1]745
[128]746 strcpy(scratchdir, bkpinfo->scratchdir);
747 sprintf(tmp,
[911]748 "echo '%s' | tr -s ' ' '\n' | grep -E '^/dev/.*$' | tr -s '\n' ' ' | awk '{print $0\"\\n\";}'",
[128]749 bkpinfo->exclude_paths);
750 strcpy(devs_to_exclude, call_program_and_get_last_line_of_output(tmp));
751 sprintf(tmp, "devs_to_exclude = '%s'", devs_to_exclude);
752 log_msg(2, tmp);
753 mvaddstr_and_log_it(g_currentY, 0,
754 "Calling MINDI to create boot+data disks");
755 sprintf(tmp, "%s/filelist.full", bkpinfo->tmpdir);
756 if (!does_file_exist(tmp)) {
757 sprintf(tmp, "%s/tmpfs/filelist.full", bkpinfo->tmpdir);
758 if (!does_file_exist(tmp)) {
759 fatal_error
760 ("Cannot find filelist.full, so I cannot count its lines");
761 }
762 }
763 lines_in_filelist = count_lines_in_file(tmp);
764 sprintf(tmp, "%s/LAST-FILELIST-NUMBER", bkpinfo->tmpdir);
765 strcpy(last_filelist_number, last_line_of_file(tmp));
766 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
767 sprintf(tape_size_sz, "%ld", bkpinfo->media_size[1]);
768 strcpy(tape_device, bkpinfo->media_device);
769 } else {
770 tape_size_sz[0] = '\0';
771 tape_device[0] = '\0';
772 }
773 if (bkpinfo->use_lzo) {
774 strcpy(use_lzo_sz, "yes");
775 } else {
776 strcpy(use_lzo_sz, "no");
777 }
[998]778 if (bkpinfo->use_gzip) {
779 strcpy(use_gzip_sz, "yes");
780 } else {
781 strcpy(use_gzip_sz, "no");
782 }
[128]783 if (bkpinfo->use_star) {
784 strcpy(use_star_sz, "yes");
785 } else {
786 strcpy(use_star_sz, "no");
787 }
[1]788
[128]789 if (bkpinfo->compression_level > 0) {
790 strcpy(use_comp_sz, "yes");
791 } else {
792 strcpy(use_comp_sz, "no");
793 }
[1]794
[128]795 strcpy(broken_bios_sz, "yes"); /* assume so */
796 if (g_cd_recovery) {
797 strcpy(cd_recovery_sz, "yes");
798 } else {
799 strcpy(cd_recovery_sz, "no");
800 }
801 if (bkpinfo->make_cd_use_lilo) {
802 strcpy(use_lilo_sz, "yes");
803 } else {
804 strcpy(use_lilo_sz, "no");
805 }
806
807 if (!bkpinfo->nonbootable_backup
808 && (bkpinfo->boot_loader == '\0'
809 || bkpinfo->boot_device[0] == '\0')) {
810
[1]811#ifdef __FreeBSD__
[128]812 strcpy(bootdev, call_program_and_get_last_line_of_output
813 ("mount | grep ' /boot ' | head -1 | cut -d' ' -f1 | sed 's/\\([0-9]\\).*/\\1/'"));
814 if (!bootdev[0]) {
815 strcpy(bootdev, call_program_and_get_last_line_of_output
816 ("mount | grep ' / ' | head -1 | cut -d' ' -f1 | sed 's/\\([0-9]\\).*/\\1/'"));
817 }
[1]818#else
[128]819 strcpy(bootdev, call_program_and_get_last_line_of_output
820 ("mount | grep ' /boot ' | head -1 | cut -d' ' -f1 | sed 's/[0-9].*//'"));
821 if (strstr(bootdev, "/dev/cciss/")) {
822 strcpy(bootdev, call_program_and_get_last_line_of_output
823 ("mount | grep ' /boot ' | head -1 | cut -d' ' -f1 | cut -dp -f1"));
824 }
825 if (!bootdev[0]) {
826 strcpy(bootdev, call_program_and_get_last_line_of_output
827 ("mount | grep ' / ' | head -1 | cut -d' ' -f1 | sed 's/[0-9].*//'"));
828 if (strstr(bootdev, "/dev/cciss/")) {
829 strcpy(bootdev, call_program_and_get_last_line_of_output
830 ("mount | grep ' / ' | head -1 | cut -d' ' -f1 | cut -dp -f1"));
831 }
832 }
[1]833#endif
[128]834 if (bootdev[0])
835 ch = which_boot_loader(bootdev);
836 else
837 ch = 'U';
838 if (bkpinfo->boot_loader != '\0') {
839 sprintf(tmp, "User specified boot loader. It is '%c'.",
840 bkpinfo->boot_loader);
841 log_msg(2, tmp);
842 } else {
843 bkpinfo->boot_loader = ch;
844 }
845 if (bkpinfo->boot_device[0] != '\0') {
846 sprintf(tmp, "User specified boot device. It is '%s'.",
847 bkpinfo->boot_device);
848 log_msg(2, tmp);
849 } else {
850 strcpy(bkpinfo->boot_device, bootdev);
851 }
852 }
[1]853
[128]854 if (
[1]855#ifdef __FreeBSD__
[128]856 bkpinfo->boot_loader != 'B' && bkpinfo->boot_loader != 'D' &&
[1]857#endif
858#ifdef __IA64__
[128]859 bkpinfo->boot_loader != 'E' &&
[1]860#endif
[128]861 bkpinfo->boot_loader != 'L' && bkpinfo->boot_loader != 'G'
862 && bkpinfo->boot_loader != 'R'
863 && !bkpinfo->nonbootable_backup) {
864 fatal_error
865 ("Please specify your boot loader and device, e.g. -l GRUB -f /dev/hda. Type 'man mondoarchive' to read the manual.");
[1]866 }
[128]867 if (bkpinfo->boot_loader == 'L') {
868 strcpy(bootldr_str, "LILO");
869 if (!does_file_exist("/etc/lilo.conf")) {
870 fatal_error
871 ("The de facto standard location for your boot loader's config file is /etc/lilo.conf but I cannot find it there. What is wrong with your Linux distribution?");
872 }
873 } else if (bkpinfo->boot_loader == 'G') {
874 strcpy(bootldr_str, "GRUB");
875 if (!does_file_exist("/etc/grub.conf")
876 && does_file_exist("/boot/grub/grub.conf")) {
877 run_program_and_log_output
878 ("ln -sf /boot/grub/grub.conf /etc/grub.conf", 5);
879 }
880 /* Detect Debian's grub config file */
881 else if (!does_file_exist("/etc/grub.conf")
882 && does_file_exist("/boot/grub/menu.lst")) {
883 run_program_and_log_output
884 ("ln -s /boot/grub/menu.lst /etc/grub.conf", 5);
885 }
886 if (!does_file_exist("/etc/grub.conf")) {
887 fatal_error
888 ("The de facto standard location for your boot loader's config file is /etc/grub.conf but I cannot find it there. What is wrong with your Linux distribution? Try 'ln -s /boot/grub/menu.lst /etc/grub.conf'...");
889 }
890 } else if (bkpinfo->boot_loader == 'E') {
891 strcpy(bootldr_str, "ELILO");
[1563]892 /* BCO: fix it for Debian, Mandrake, ... */
[128]893 if (!does_file_exist("/etc/elilo.conf")
894 && does_file_exist("/boot/efi/efi/redhat/elilo.conf")) {
895 run_program_and_log_output
896 ("ln -sf /boot/efi/efi/redhat/elilo.conf /etc/elilo.conf",
897 5);
898 }
[1563]899 if (!does_file_exist("/etc/elilo.conf")
900 && does_file_exist("/boot/efi/efi/SuSE/elilo.conf")) {
901 run_program_and_log_output
902 ("ln -sf /boot/efi/efi/SuSE/elilo.conf /etc/elilo.conf",
903 5);
904 }
[1567]905 if (!does_file_exist("/etc/elilo.conf")
906 && does_file_exist("/boot/efi/efi/debian/elilo.conf")) {
907 run_program_and_log_output
908 ("ln -sf /boot/efi/efi/debian/elilo.conf /etc/elilo.conf",
909 5);
[1614]910 }
[1567]911 if (!does_file_exist("/etc/elilo.conf")
[1614]912 && does_file_exist("/boot/efi/debian/elilo.conf")) {
[1567]913 run_program_and_log_output
914 ("ln -sf /boot/efi/debian/elilo.conf /etc/elilo.conf",
915 5);
916 }
[128]917 if (!does_file_exist("/etc/elilo.conf")) {
918 fatal_error
919 ("The de facto mondo standard location for your boot loader's config file is /etc/elilo.conf but I cannot find it there. What is wrong with your Linux distribution? Try finding it under /boot/efi and do 'ln -s /boot/efi/..../elilo.conf /etc/elilo.conf'");
920 }
921 } else if (bkpinfo->boot_loader == 'R') {
922 strcpy(bootldr_str, "RAW");
[1]923 }
924#ifdef __FreeBSD__
[128]925 else if (bkpinfo->boot_loader == 'D') {
926 strcpy(bootldr_str, "DD");
927 }
[1]928
[128]929 else if (bkpinfo->boot_loader == 'B') {
930 strcpy(bootldr_str, "BOOT0");
931 }
[1]932#endif
[128]933 else {
934 strcpy(bootldr_str, "unknown");
935 }
936 sprintf(tmp, "Your boot loader is %s and it boots from %s",
937 bootldr_str, bkpinfo->boot_device);
938 log_to_screen(tmp);
939 sprintf(tmp, "%s/BOOTLOADER.DEVICE", bkpinfo->tmpdir);
940 if (write_one_liner_data_file(tmp, bkpinfo->boot_device)) {
941 log_msg(1, "%ld: Unable to write one-liner boot device", __LINE__);
942 }
943 switch (bkpinfo->backup_media_type) {
944 case cdr:
945 strcpy(value, "cdr");
946 break;
947 case cdrw:
948 strcpy(value, "cdrw");
949 break;
950 case cdstream:
951 strcpy(value, "cdstream");
952 break;
953 case tape:
954 strcpy(value, "tape");
955 break;
956 case udev:
957 strcpy(value, "udev");
958 break;
959 case iso:
960 strcpy(value, "iso");
961 break;
962 case nfs:
963 strcpy(value, "nfs");
964 break;
965 case dvd:
966 strcpy(value, "dvd");
967 break;
[1687]968 case usb:
969 strcpy(value, "usb");
970 break;
[128]971 default:
972 fatal_error("Unknown backup_media_type");
973 }
[1689]974 if (bkpinfo->backup_media_type == usb) {
975 asprintf(&tmp2, "--usb %s", bkpinfo->media_device);
976 } else {
977 asprintf(&tmp2," ");
978 }
[1687]979
[128]980 sprintf(tmp, "%s/BACKUP-MEDIA-TYPE", bkpinfo->tmpdir);
981 if (write_one_liner_data_file(tmp, value)) {
982 res++;
983 log_msg(1, "%ld: Unable to write one-liner backup-media-type",
984 __LINE__);
985 }
986 sprintf(tmp, "%s/BOOTLOADER.NAME", bkpinfo->tmpdir);
987 if (write_one_liner_data_file(tmp, bootldr_str)) {
988 res++;
989 log_msg(1, "%ld: Unable to write one-liner bootloader.name",
990 __LINE__);
991 }
992 sprintf(tmp, "%s/DIFFERENTIAL", bkpinfo->tmpdir);
993 if (bkpinfo->differential) {
994 res += write_one_liner_data_file(tmp, "1");
995 } else {
996 res += write_one_liner_data_file(tmp, "0");
997 }
[1]998
[949]999 if (g_getfattr) {
1000 asprintf(&tmp1, "%s/XATTR", bkpinfo->tmpdir);
1001 if (write_one_liner_data_file(tmp1, "TRUE")) {
1002 log_msg(1, "%ld: Unable to write one-liner XATTR",
1003 __LINE__);
1004 }
1005 paranoid_free(tmp1);
1006 }
1007 if (g_getfacl) {
1008 asprintf(&tmp1, "%s/ACL", bkpinfo->tmpdir);
1009 if (write_one_liner_data_file(tmp1, "TRUE")) {
1010 log_msg(1, "%ld: Unable to write one-liner ACL",
1011 __LINE__);
1012 }
1013 paranoid_free(tmp1);
1014 }
1015
[128]1016 estimated_total_noof_slices =
1017 size_of_all_biggiefiles_K(bkpinfo) / bkpinfo->optimal_set_size + 1;
[1]1018/* add nfs stuff here? */
[128]1019 sprintf(command, "mkdir -p %s/images", bkpinfo->scratchdir);
1020 if (system(command)) {
1021 res++;
1022 log_OS_error("Unable to make images directory");
1023 }
1024 sprintf(command, "mkdir -p %s%s", bkpinfo->scratchdir, MNT_FLOPPY);
1025 if (system(command)) {
1026 res++;
1027 log_OS_error("Unable to make mnt floppy directory");
1028 }
1029 sprintf(tmp, "BTW, I'm telling Mindi your kernel is '%s'",
1030 bkpinfo->kernel_path);
[1]1031
[128]1032 log_msg(1, "lines_in_filelist = %ld", lines_in_filelist);
[1]1033
[128]1034 sprintf(command,
[1]1035/* "mindi --custom 2=%s 3=%s/images 4=\"%s\" 5=\"%s\" \
10366=\"%s\" 7=%ld 8=\"%s\" 9=\"%s\" 10=\"%s\" \
103711=\"%s\" 12=%s 13=%ld 14=\"%s\" 15=\"%s\" 16=\"%s\" 17=\"%s\" 18=%ld 19=%d",*/
[1687]1038 "mindi %s --custom %s %s/images '%s' '%s' \
[126]1039'%s' %ld '%s' '%s' '%s' \
[1687]1040'%s' %s %ld '%s' '%s' '%s' '%s' %ld %d '%s'", tmp2, bkpinfo->tmpdir, // parameter #2
[128]1041 bkpinfo->scratchdir, // parameter #3
1042 bkpinfo->kernel_path, // parameter #4
1043 tape_device, // parameter #5
1044 tape_size_sz, // parameter #6
1045 lines_in_filelist, // parameter #7 (INT)
1046 use_lzo_sz, // parameter #8
1047 cd_recovery_sz, // parameter #9
1048 bkpinfo->image_devs, // parameter #10
1049 broken_bios_sz, // parameter #11
1050 last_filelist_number, // parameter #12 (STRING)
1051 estimated_total_noof_slices, // parameter #13 (INT)
1052 devs_to_exclude, // parameter #14
1053 use_comp_sz, // parameter #15
1054 use_lilo_sz, // parameter #16
1055 use_star_sz, // parameter #17
1056 bkpinfo->internal_tape_block_size, // parameter #18 (LONG)
[998]1057 bkpinfo->differential, // parameter #19 (INT)
1058 use_gzip_sz); // parameter #20 (STRING)
[1]1059
1060// Watch it! This next line adds a parameter...
[128]1061 if (bkpinfo->nonbootable_backup) {
1062 strcat(command, " NONBOOTABLE");
1063 }
1064 log_msg(2, command);
[1]1065
1066// popup_and_OK("Pausing");
[128]1067
1068 res =
1069 run_program_and_log_to_screen(command,
1070 "Generating boot+data disks");
1071 if (bkpinfo->nonbootable_backup) {
1072 res = 0;
1073 } // hack
1074 if (!res) {
1075 log_to_screen("Boot+data disks were created OK");
[1437]1076 sprintf(command, "cp -f %s/images/mindi.iso %s/mondorescue.iso",
1077 bkpinfo->scratchdir, MINDI_CACHE);
[128]1078 log_msg(2, command);
1079 run_program_and_log_output(command, FALSE);
1080 if (bkpinfo->nonbootable_backup) {
1081 sprintf(command, "cp -f %s/all.tar.gz %s/images",
1082 bkpinfo->tmpdir, bkpinfo->scratchdir);
1083 if (system(command)) {
[1696]1084 fatal_error("Unable to create temporary all tarball");
[128]1085 }
1086 }
[1695]1087 /* For USB we already have everything on the key */
1088 if (bkpinfo->backup_media_type == usb) {
1089 sprintf(command, "rm -rf %s/images", bkpinfo->scratchdir);
[1696]1090 run_program_and_log_output(command, FALSE);
[1695]1091 } else {
1092 sprintf(command, "cp -f %s/mindi-*oot*.img %s/images",
[128]1093 bkpinfo->tmpdir, bkpinfo->scratchdir);
[1696]1094 if (system(command)) {
1095 log_msg(2, "Unable to copy mindi images");
1096 }
[1695]1097 sprintf(tmp, "cp -f %s/images/all.tar.gz %s", bkpinfo->scratchdir,
[128]1098 bkpinfo->tmpdir);
[1695]1099 if (system(tmp)) {
1100 fatal_error("Cannot find all.tar.gz in tmpdir");
1101 }
[128]1102 }
1103 if (res) {
1104 mvaddstr_and_log_it(g_currentY++, 74, "Errors.");
1105 } else {
1106 mvaddstr_and_log_it(g_currentY++, 74, "Done.");
1107 }
1108 } else {
1109 log_to_screen("Mindi failed to create your boot+data disks.");
[143]1110 strcpy(command, "grep 'Fatal error' /var/log/mindi.log");
[128]1111 strcpy(tmp, call_program_and_get_last_line_of_output(command));
1112 if (strlen(tmp) > 1) {
[155]1113 popup_and_OK(tmp);
[128]1114 }
1115 }
1116 paranoid_free(tmp);
1117 paranoid_free(use_lzo_sz);
[998]1118 paranoid_free(use_gzip_sz);
[128]1119 paranoid_free(scratchdir);
1120 paranoid_free(use_comp_sz);
1121 paranoid_free(bootldr_str);
1122 paranoid_free(tape_device);
1123 paranoid_free(last_filelist_number);
1124 paranoid_free(broken_bios_sz);
1125 paranoid_free(cd_recovery_sz);
1126 paranoid_free(tape_size_sz);
1127 paranoid_free(devs_to_exclude);
1128 paranoid_free(use_lilo_sz);
1129 paranoid_free(value);
1130 paranoid_free(bootdev);
1131 paranoid_free(command);
1132 paranoid_free(use_star_sz);
1133 return (res);
[1]1134}
1135
1136
1137
1138/**
1139 * Maximum number of filesets allowed in this function.
1140 */
1141#define MAX_NOOF_SETS_HERE 32767
1142
1143/**
1144 * Offset of the bkpinfo pointer (in bytes) from the
1145 * buffer passed to create_afio_files_in_background.
1146 */
1147#define BKPINFO_LOC_OFFSET (16+MAX_NOOF_SETS_HERE/8+16)
1148
1149/**
1150 * Main function for each @c afio thread.
1151 * @param inbuf A transfer block containing:
1152 * - @c p_last_set_archived: [offset 0] pointer to an @c int
1153 * containing the last set archived.
1154 * - @c p_archival_threads_running: [offset 4] pointer to an @c int
1155 * containing the number of archival threads currently running.
1156 * - @c p_next_set_to_archive: [offset 8] pointer to an @c int containing
1157 * the next set that should be archived.
1158 * - @c p_list_of_fileset_flags: [offset 12] @c char pointer pointing to a
1159 * bit array, where each bit corresponds to a filelist (1=needs
1160 * to be archived, 0=archived).
1161 * - @c bkpinfo: [offset BKPINFO_LOC_OFFSET] pointer to backup information
1162 * structure. Fields used:
1163 * - @c tmpdir
1164 * - @c zip_suffix
1165 *
1166 * Any of the above may be modified by the caller at any time.
1167 *
1168 * @bug Assumes @c int pointers are 4 bytes.
1169 * @see archive_this_fileset
1170 * @see make_afioballs_and_images
1171 * @return NULL, always.
1172 * @ingroup LLarchiveGroup
1173 */
[128]1174void *create_afio_files_in_background(void *inbuf)
[1]1175{
[128]1176 long int archiving_set_no;
1177 char *archiving_filelist_fname;
1178 char *archiving_afioball_fname;
[948]1179 char *curr_xattr_list_fname = NULL;
[128]1180 char *curr_acl_list_fname;
[1]1181
[1645]1182 struct s_bkpinfo *bkpinfo_bis;
[128]1183 char *tmp;
1184 int res = 0, retval = 0;
1185 int *p_archival_threads_running;
1186 int *p_last_set_archived;
1187 int *p_next_set_to_archive;
1188 char *p_list_of_fileset_flags;
1189 int this_thread_no = g_current_thread_no++;
[1]1190
[128]1191 malloc_string(curr_xattr_list_fname);
1192 malloc_string(curr_acl_list_fname);
1193 malloc_string(archiving_filelist_fname);
1194 malloc_string(archiving_afioball_fname);
1195 malloc_string(tmp);
1196 p_last_set_archived = (int *) inbuf;
1197 p_archival_threads_running = (int *) (inbuf + 4);
1198 p_next_set_to_archive = (int *) (inbuf + 8);
1199 p_list_of_fileset_flags = (char *) (inbuf + 12);
[1645]1200 bkpinfo_bis = (struct s_bkpinfo *) (inbuf + BKPINFO_LOC_OFFSET);
[1]1201
[128]1202 sprintf(archiving_filelist_fname, FILELIST_FNAME_RAW_SZ,
1203 bkpinfo->tmpdir, 0L);
1204 for (archiving_set_no = 0; does_file_exist(archiving_filelist_fname);
1205 sprintf(archiving_filelist_fname, FILELIST_FNAME_RAW_SZ,
1206 bkpinfo->tmpdir, archiving_set_no)) {
1207 if (g_exiting) {
1208 fatal_error("Execution run aborted (pthread)");
1209 }
1210 if (archiving_set_no >= MAX_NOOF_SETS_HERE) {
1211 fatal_error
1212 ("Maximum number of filesets exceeded. Adjust MAX_NOOF_SETS_HERE, please.");
1213 }
1214 if (!semaphore_p()) {
1215 log_msg(3, "P sem failed (pid=%d)", (int) getpid());
1216 fatal_error("Cannot get semaphore P");
1217 }
1218 if (archiving_set_no < *p_next_set_to_archive) {
1219 archiving_set_no = *p_next_set_to_archive;
1220 }
1221 *p_next_set_to_archive = *p_next_set_to_archive + 1;
1222 if (!semaphore_v()) {
1223 fatal_error("Cannot get semaphore V");
1224 }
[1]1225
[128]1226 /* backup this set of files */
1227 sprintf(archiving_afioball_fname, AFIOBALL_FNAME_RAW_SZ,
1228 bkpinfo->tmpdir, archiving_set_no, bkpinfo->zip_suffix);
1229 sprintf(archiving_filelist_fname, FILELIST_FNAME_RAW_SZ,
1230 bkpinfo->tmpdir, archiving_set_no);
1231 if (!does_file_exist(archiving_filelist_fname)) {
1232 log_msg(3,
1233 "%s[%d:%d] - well, I would archive %d, except that it doesn't exist. I'll stop now.",
1234 FORTY_SPACES, getpid(), this_thread_no,
1235 archiving_set_no);
1236 break;
1237 }
[1]1238
[128]1239 sprintf(tmp, AFIOBALL_FNAME_RAW_SZ, bkpinfo->tmpdir,
1240 archiving_set_no - ARCH_BUFFER_NUM, bkpinfo->zip_suffix);
1241 if (does_file_exist(tmp)) {
1242 log_msg(4, "%s[%d:%d] - waiting for storer", FORTY_SPACES,
1243 getpid(), this_thread_no);
1244 while (does_file_exist(tmp)) {
1245 sleep(1);
1246 }
1247 log_msg(4, "[%d] - continuing", getpid());
1248 }
[1]1249
[128]1250 log_msg(4, "%s[%d:%d] - EXATing %d...", FORTY_SPACES, getpid(),
1251 this_thread_no, archiving_set_no);
[948]1252 if (g_getfattr) {
1253 sprintf(curr_xattr_list_fname, XATTR_LIST_FNAME_RAW_SZ,
[128]1254 bkpinfo->tmpdir, archiving_set_no);
[948]1255 get_fattr_list(archiving_filelist_fname, curr_xattr_list_fname);
1256 }
1257 if (g_getfacl) {
1258 sprintf(curr_acl_list_fname, ACL_LIST_FNAME_RAW_SZ,
[128]1259 bkpinfo->tmpdir, archiving_set_no);
[948]1260 get_acl_list(archiving_filelist_fname, curr_acl_list_fname);
1261 }
[1]1262
[128]1263 log_msg(4, "%s[%d:%d] - archiving %d...", FORTY_SPACES, getpid(),
1264 this_thread_no, archiving_set_no);
1265 res =
[1645]1266 archive_this_fileset(archiving_filelist_fname,
[128]1267 archiving_afioball_fname,
1268 archiving_set_no);
1269 retval += res;
[1]1270
[128]1271 if (res) {
1272 sprintf(tmp,
1273 "Errors occurred while archiving set %ld. Please review logs.",
1274 archiving_set_no);
1275 log_to_screen(tmp);
1276 }
1277 if (!semaphore_p()) {
1278 fatal_error("Cannot get semaphore P");
1279 }
1280
1281 set_bit_N_of_array(p_list_of_fileset_flags, archiving_set_no, 5);
1282
1283 if (*p_last_set_archived < archiving_set_no) {
1284 *p_last_set_archived = archiving_set_no;
1285 } // finished archiving this one
1286
1287 if (!semaphore_v()) {
1288 fatal_error("Cannot get semaphore V");
1289 }
1290 log_msg(4, "%s[%d:%d] - archived %d OK", FORTY_SPACES, getpid(),
1291 this_thread_no, archiving_set_no);
1292 archiving_set_no++;
1293 }
1294 if (!semaphore_p()) {
1295 fatal_error("Cannot get semaphore P");
1296 }
1297 (*p_archival_threads_running)--;
1298 if (!semaphore_v()) {
1299 fatal_error("Cannot get semaphore V");
1300 }
1301 log_msg(3, "%s[%d:%d] - exiting", FORTY_SPACES, getpid(),
1302 this_thread_no);
1303 paranoid_free(archiving_filelist_fname);
1304 paranoid_free(archiving_afioball_fname);
1305 paranoid_free(curr_xattr_list_fname);
1306 paranoid_free(curr_acl_list_fname);
1307 paranoid_free(tmp);
1308 pthread_exit(NULL);
[1]1309}
1310
1311
1312
1313
1314
1315/**
1316 * Finalize the backup.
1317 * For streaming backups, this writes the closing block
1318 * to the stream. For CD-based backups, this creates
1319 * the final ISO image.
1320 * @param bkpinfo The backup information structure, used only
1321 * for the @c backup_media_type.
1322 * @ingroup MLarchiveGroup
1323 */
[1645]1324int do_that_final_phase()
[1]1325{
1326
[128]1327 /*@ int ************************************** */
1328 int res = 0;
1329 int retval = 0;
[1]1330
[128]1331 /*@ buffers ********************************** */
[1]1332
[128]1333 assert(bkpinfo != NULL);
1334 mvaddstr_and_log_it(g_currentY, 0,
1335 "Writing any remaining data to media ");
[1]1336
[1708]1337 log_msg(1, "Closing tape/CD/USB ... ");
1338 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
[128]1339 /* write tape/cdstream */
[1645]1340 closeout_tape();
[1708]1341 } else {
[1687]1342 /* write final ISO/USB */
[1645]1343 res = write_final_iso_if_necessary();
[128]1344 retval += res;
1345 if (res) {
1346 log_msg(1, "write_final_iso_if_necessary returned an error");
1347 }
[1]1348 }
[128]1349 log_msg(2, "Fork is exiting ... ");
[1]1350
[128]1351 mvaddstr_and_log_it(g_currentY++, 74, "Done.");
[1]1352
[128]1353 /* final stuff */
1354 if (retval) {
1355 mvaddstr_and_log_it(g_currentY++, 74, "Errors.");
1356 } else {
1357 mvaddstr_and_log_it(g_currentY++, 74, "Done.");
1358 }
[1]1359
[128]1360 return (retval);
[1]1361}
1362
1363
1364/**
1365 * Initialize the backup.
1366 * Does the following:
1367 * - Sets up the serial number.
1368 * - For streaming backups, opens the tape stream and writes the data disks
1369 * and backup headers.
1370 * - For CD-based backups, wipes the ISOs in the target directory.
1371 *
1372 * @param bkpinfo The backup information structure. Fields used:
1373 * - @c backup_media_type
1374 * - @c cdrw_speed
[20]1375 * - @c prefix
[1]1376 * - @c isodir
1377 * - @c media_device
1378 * - @c scratchdir
1379 * - @c tmpdir
1380 * @return The number of errors encountered (0 for success).
1381 * @ingroup MLarchiveGroup
1382 */
[1645]1383int do_that_initial_phase()
[1]1384{
[128]1385 /*@ int *************************************** */
1386 int retval = 0;
[1]1387
[128]1388 /*@ buffers *********************************** */
1389 char *command, *tmpfile, *data_disks_file;
[1]1390
[128]1391 assert(bkpinfo != NULL);
1392 malloc_string(command);
1393 malloc_string(tmpfile);
1394 malloc_string(data_disks_file);
1395 sprintf(data_disks_file, "%s/all.tar.gz", bkpinfo->tmpdir);
1396
1397 snprintf(g_serial_string, MAX_STR_LEN - 1,
1398 call_program_and_get_last_line_of_output("dd \
[1]1399if=/dev/urandom bs=16 count=1 2> /dev/null | \
1400hexdump | tr -s ' ' '0' | head -n1"));
[128]1401 strip_spaces(g_serial_string);
1402 strcat(g_serial_string, "...word.");
1403 log_msg(2, "g_serial_string = '%s'", g_serial_string);
1404 assert(strlen(g_serial_string) < MAX_STR_LEN);
[1]1405
[128]1406 sprintf(tmpfile, "%s/archives/SERIAL-STRING", bkpinfo->scratchdir);
1407 if (write_one_liner_data_file(tmpfile, g_serial_string)) {
1408 log_msg(1, "%ld: Failed to write serial string", __LINE__);
1409 }
[1]1410
[128]1411 mvaddstr_and_log_it(g_currentY, 0, "Preparing to archive your data");
1412 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
1413 if (bkpinfo->backup_media_type == cdstream) {
1414 openout_cdstream(bkpinfo->media_device, bkpinfo->cdrw_speed);
1415 } else {
1416 openout_tape(bkpinfo->media_device, bkpinfo->internal_tape_block_size); /* sets g_tape_stream */
1417 }
1418 if (!g_tape_stream) {
1419 fatal_error("Cannot open backup (streaming) device");
1420 }
1421 log_msg(1, "Backup (stream) opened OK");
1422 write_data_disks_to_stream(data_disks_file);
1423 } else {
[1708]1424 if (bkpinfo->backup_media_type == usb) {
1425 log_msg(1, "Backing up to USB's");
1426 } else {
1427 log_msg(1, "Backing up to CD's");
1428 }
[1]1429 }
1430
[128]1431 sprintf(command, "rm -f %s/%s/%s-[1-9]*.iso", bkpinfo->isodir,
1432 bkpinfo->nfs_remote_dir, bkpinfo->prefix);
1433 paranoid_system(command);
1434 wipe_archives(bkpinfo->scratchdir);
1435 mvaddstr_and_log_it(g_currentY++, 74, "Done.");
1436 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
[684]1437 write_header_block_to_stream((off_t)0, "start-of-tape",
[128]1438 BLK_START_OF_TAPE);
[684]1439 write_header_block_to_stream((off_t)0, "start-of-backup",
[128]1440 BLK_START_OF_BACKUP);
1441 }
1442 paranoid_free(command);
1443 paranoid_free(tmpfile);
1444 paranoid_free(data_disks_file);
1445 return (retval);
[1]1446}
1447
1448
1449/**
1450 * Calls floppy-formatting @c cmd and tracks its progress if possible.
1451 *
1452 * @param cmd The command to run (e.g. @c fdformat @c /dev/fd0).
1453 * @param title The human-friendly description of the floppy you are writing.
1454 * This will be used as the title in the progress bar window. Example:
1455 * "Formatting disk /dev/fd0".
1456 * @see format_disk
1457 * @return The exit code of fdformat/superformat.
1458 */
[128]1459int format_disk_SUB(char *cmd, char *title)
[1]1460{
1461
[128]1462 /*@ int *************************************************************** */
1463 int res = 0;
[1]1464 int percentage = 0;
1465 int maxtracks = 0;
1466 int trackno = 0;
1467 int last_trkno = 0;
1468
[128]1469 /*@ buffers *********************************************************** */
1470 char *command;
1471 char *tempfile;
[1]1472
[128]1473 /*@ pointers ********************************************************** */
1474 FILE *pin;
[1]1475
[128]1476 assert_string_is_neither_NULL_nor_zerolength(cmd);
1477 assert_string_is_neither_NULL_nor_zerolength(title);
[1]1478
[128]1479 malloc_string(command);
1480 malloc_string(tempfile);
[1]1481#ifdef __FreeBSD__
1482/* Ugh. FreeBSD fdformat prints out this pretty progress indicator that's
1483 impossible to parse. It looks like
1484 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVF-------------------
1485 where V means verified, E means error, F means formatted, and - means
1486 not done yet.
1487*/
[128]1488 return (run_program_and_log_to_screen(cmd, title));
[1]1489#endif
1490
1491/* if Debian then do bog-standard superformat; don't be pretty */
[128]1492 if (strstr(cmd, "superformat")) {
1493 return (run_program_and_log_to_screen(cmd, title));
1494 }
[1]1495/* if not Debian then go ahead & use fdformat */
[1644]1496 sprintf(tempfile, "%s/mondo.floppy.log", bkpinfo->tmpdir);
[128]1497 sprintf(command, "%s >> %s 2>> %s; rm -f %s", cmd, tempfile, tempfile,
1498 tempfile);
1499 log_msg(3, command);
1500 open_evalcall_form(title);
1501 if (!(pin = popen(command, "r"))) {
1502 log_OS_error("fmt err");
1503 return (1);
[1]1504 }
[128]1505 if (strstr(command, "1722")) {
1506 maxtracks = 82;
1507 } else {
1508 maxtracks = 80;
[1]1509 }
[128]1510 for (sleep(1); does_file_exist(tempfile); sleep(1)) {
1511 trackno = get_trackno_from_logfile(tempfile);
1512 if (trackno < 0 || trackno > 80) {
1513 log_msg(1, "Weird track#");
1514 continue;
1515 }
1516 percentage = trackno * 100 / maxtracks;
1517 if (trackno <= 5 && last_trkno > 40) {
1518 close_evalcall_form();
1519 strcpy(title, "Verifying format");
1520 open_evalcall_form(title);
1521 }
1522 last_trkno = trackno;
1523 update_evalcall_form(percentage);
1524 }
1525 close_evalcall_form();
1526 if (pclose(pin)) {
1527 res++;
1528 log_OS_error("Unable to pclose");
1529 }
1530 unlink(tempfile);
1531 paranoid_free(command);
1532 paranoid_free(tempfile);
1533 return (res);
[1]1534}
1535
1536/**
1537 * Wrapper around @c format_disk_SUB().
1538 * This function calls @c format_disk_SUB() with a @c device of its @c device
1539 * parameter and a @c title of Formatting disk @c device. If the format
1540 * fails, the user will be given the option of retrying.
1541 *
1542 * @param device The floppy drive to write to.
1543 * @see format_disk_SUB
1544 * @return The exit code of fdformat/superformat.
1545 * @ingroup deviceGroup
1546 */
[128]1547int format_disk(char *device)
[1]1548{
1549
[128]1550 /*@ int ************************************************************** */
1551 int res = 0;
[1]1552
[128]1553 /*@ buffer *********************************************************** */
1554 char *command;
1555 char *title;
1556
1557
1558 assert_string_is_neither_NULL_nor_zerolength(device);
1559 malloc_string(title);
1560 command = malloc(1000);
1561 if (!system("which superformat > /dev/null 2> /dev/null")) {
1562 sprintf(command, "superformat %s", device);
1563 } else {
[1]1564#ifdef __FreeBSD__
[128]1565 sprintf(command, "fdformat -y %s", device);
[1]1566#else
[128]1567 sprintf(command, "fdformat %s", device);
[1]1568#endif
1569 }
[128]1570 sprintf(title, "Formatting disk %s", device);
1571 while ((res = format_disk_SUB(command, title))) {
1572 if (!ask_me_yes_or_no("Failed to format disk. Retry?")) {
1573 return (res);
1574 }
1575 }
1576 paranoid_free(title);
1577 paranoid_free(command);
1578 return (res);
[1]1579}
1580
1581/**
1582 * Get the <tt>N</tt>th bit of @c array.
1583 * @param array The bit-array (as a @c char pointer).
1584 * @param N The number of the bit you want.
1585 * @return TRUE (bit is set) or FALSE (bit is not set).
1586 * @see set_bit_N_of_array
1587 * @ingroup utilityGroup
1588 */
[128]1589bool get_bit_N_of_array(char *array, int N)
[1]1590{
[128]1591 int element_number;
1592 int bit_number;
1593 int mask;
1594
1595 element_number = N / 8;
1596 bit_number = N % 8;
1597 mask = 1 << bit_number;
1598 if (array[element_number] & mask) {
1599 return (TRUE);
1600 } else {
1601 return (FALSE);
1602 }
[1]1603}
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613/**
1614 * @addtogroup LLarchiveGroup
1615 * @{
1616 */
1617/**
1618 * Start up threads to archive your files.
1619 *
1620 * This function starts @c ARCH_THREADS threads,
1621 * each starting execution in @c create_afio_files_in_background().
1622 * Each thread will archive individual filesets, based on the
1623 * pointers passed to it and continually updated, until all files
1624 * have been backed up. This function coordinates the threads
1625 * and copies their output to the @c scratchdir.
1626 *
1627 * @param bkpinfo The backup information structure. Fields used:
1628 * - @c backup_media_type
1629 * - @c scratchdir
1630 * - @c tmpdir
1631 * - @c zip_suffix
1632 *
1633 * @return The number of errors encountered (0 for success)
1634 */
[1645]1635int make_afioballs_and_images()
[1]1636{
1637
[128]1638 /*@ int ************************************************** */
1639 int retval = 0;
1640 long int storing_set_no = 0;
1641 int res = 0;
1642 bool done_storing = FALSE;
1643 char *result_str;
1644 char *transfer_block;
1645 void *vp;
1646 void **pvp;
[1]1647
[128]1648 /*@ buffers ********************************************** */
1649 char *storing_filelist_fname;
1650 char *storing_afioball_fname;
1651 char *tmp;
1652 char *media_usage_comment;
1653 pthread_t archival_thread[ARCH_THREADS];
1654 char *p_list_of_fileset_flags;
1655 int *p_archival_threads_running;
1656 int *p_last_set_archived;
1657 int *p_next_set_to_archive;
1658 int noof_threads;
1659 int i;
[948]1660 char *curr_xattr_list_fname = NULL;
[128]1661 char *curr_acl_list_fname;
1662 int misc_counter_that_is_not_important = 0;
[1]1663
[128]1664 log_msg(8, "here");
1665 assert(bkpinfo != NULL);
1666 tmp = malloc(MAX_STR_LEN * 2);
1667 malloc_string(result_str);
1668 malloc_string(curr_xattr_list_fname);
1669 malloc_string(curr_acl_list_fname);
1670 malloc_string(storing_filelist_fname);
1671 malloc_string(media_usage_comment);
1672 malloc_string(storing_afioball_fname);
1673 transfer_block =
1674 malloc(sizeof(struct s_bkpinfo) + BKPINFO_LOC_OFFSET + 64);
1675 memset((void *) transfer_block, 0,
1676 sizeof(struct s_bkpinfo) + BKPINFO_LOC_OFFSET + 64);
1677 p_last_set_archived = (int *) transfer_block;
1678 p_archival_threads_running = (int *) (transfer_block + 4);
1679 p_next_set_to_archive = (int *) (transfer_block + 8);
1680 p_list_of_fileset_flags = (char *) (transfer_block + 12);
1681 memcpy((void *) (transfer_block + BKPINFO_LOC_OFFSET),
1682 (void *) bkpinfo, sizeof(struct s_bkpinfo));
1683 pvp = &vp;
1684 vp = (void *) result_str;
1685 *p_archival_threads_running = 0;
1686 *p_last_set_archived = -1;
1687 *p_next_set_to_archive = 0;
1688 sprintf(tmp, "%s/archives/filelist.full", bkpinfo->scratchdir);
1689 log_to_screen("Archiving regular files");
1690 log_msg(5, "Go, Shorty. It's your birthday.");
[541]1691 open_progress_form("Backing up filesystem",
1692 "I am backing up your live filesystem now.",
1693 "Please wait. This may take a couple of hours.",
1694 "Working...",
[1645]1695 get_last_filelist_number() + 1);
[1]1696
[128]1697 log_msg(5, "We're gonna party like it's your birthday.");
[1]1698
[128]1699 srand((unsigned int) getpid());
1700 g_sem_key = 1234 + random() % 30000;
1701 if ((g_sem_id =
1702 semget((key_t) g_sem_key, 1,
1703 IPC_CREAT | S_IREAD | S_IWRITE)) == -1) {
1704 fatal_error("MABAI - unable to semget");
[1]1705 }
[128]1706 if (!set_semvalue()) {
1707 fatal_error("Unable to init semaphore");
1708 } // initialize semaphore
1709 for (noof_threads = 0; noof_threads < ARCH_THREADS; noof_threads++) {
1710 log_msg(8, "Creating thread #%d", noof_threads);
1711 (*p_archival_threads_running)++;
1712 if ((res =
1713 pthread_create(&archival_thread[noof_threads], NULL,
1714 create_afio_files_in_background,
1715 (void *) transfer_block))) {
1716 fatal_error("Unable to create an archival thread");
1717 }
[1]1718 }
1719
[128]1720 log_msg(8, "About to enter while() loop");
1721 while (!done_storing) {
1722 if (g_exiting) {
1723 fatal_error("Execution run aborted (main loop)");
1724 }
1725 if (*p_archival_threads_running == 0
1726 && *p_last_set_archived == storing_set_no - 1) {
1727 log_msg(2,
1728 "No archival threads are running. The last stored set was %d and I'm looking for %d. Take off your make-up; the party's over... :-)",
1729 *p_last_set_archived, storing_set_no);
1730 done_storing = TRUE;
1731 } else
1732 if (!get_bit_N_of_array
1733 (p_list_of_fileset_flags, storing_set_no)) {
1734 misc_counter_that_is_not_important =
1735 (misc_counter_that_is_not_important + 1) % 5;
1736 if (!misc_counter_that_is_not_important) {
1737 update_progress_form(media_usage_comment);
1738 }
1739 sleep(1);
1740 } else
1741 // store set N
1742 {
1743 sprintf(storing_filelist_fname, FILELIST_FNAME_RAW_SZ,
1744 bkpinfo->tmpdir, storing_set_no);
1745 sprintf(storing_afioball_fname, AFIOBALL_FNAME_RAW_SZ,
1746 bkpinfo->tmpdir, storing_set_no, bkpinfo->zip_suffix);
[948]1747 if (g_getfattr) {
1748 sprintf(curr_xattr_list_fname, XATTR_LIST_FNAME_RAW_SZ,
[128]1749 bkpinfo->tmpdir, storing_set_no);
[948]1750 }
1751 if (g_getfacl) {
1752 sprintf(curr_acl_list_fname, ACL_LIST_FNAME_RAW_SZ,
[128]1753 bkpinfo->tmpdir, storing_set_no);
[948]1754 }
[128]1755
1756 log_msg(2, "Storing set %d", storing_set_no);
1757 while (!does_file_exist(storing_filelist_fname)
1758 || !does_file_exist(storing_afioball_fname)) {
1759 log_msg(2,
1760 "Warning - either %s or %s doesn't exist yet. I'll pause 5 secs.",
1761 storing_filelist_fname, storing_afioball_fname);
1762 sleep(5);
1763 }
[1645]1764 strcpy(media_usage_comment, percent_media_full_comment());
[128]1765 /* copy to CD (scratchdir) ... and an actual CD-R if necessary */
1766 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
1767 register_in_tape_catalog(fileset, storing_set_no, -1,
1768 storing_afioball_fname);
1769 maintain_collection_of_recent_archives(bkpinfo->tmpdir,
1770 storing_afioball_fname);
1771 iamhere("Writing EXAT files");
1772 res +=
[1645]1773 write_EXAT_files_to_tape(curr_xattr_list_fname,
[128]1774 curr_acl_list_fname);
[1]1775// archives themselves
[128]1776 res +=
[1645]1777 move_files_to_stream(storing_afioball_fname,
[128]1778 NULL);
1779 } else {
[948]1780 if (g_getfacl) {
1781 if (g_getfattr) {
[1645]1782 res = move_files_to_cd(storing_filelist_fname,
[128]1783 curr_xattr_list_fname,
1784 curr_acl_list_fname,
1785 storing_afioball_fname, NULL);
[948]1786 } else {
[1645]1787 res = move_files_to_cd(storing_filelist_fname,
[948]1788 curr_acl_list_fname,
1789 storing_afioball_fname, NULL);
1790 }
1791 } else {
1792 if (g_getfattr) {
[1645]1793 res = move_files_to_cd(storing_filelist_fname,
[948]1794 curr_xattr_list_fname,
1795 storing_afioball_fname, NULL);
1796 } else {
[1645]1797 res = move_files_to_cd(storing_filelist_fname,
[948]1798 storing_afioball_fname, NULL);
1799 }
1800 }
[128]1801 }
1802 retval += res;
1803 g_current_progress++;
1804 update_progress_form(media_usage_comment);
1805 if (res) {
1806 sprintf(tmp,
1807 "Failed to add archive %ld's files to CD dir\n",
1808 storing_set_no);
1809 log_to_screen(tmp);
1810 fatal_error
1811 ("Is your hard disk full? If not, please send the author the logfile.");
1812 }
1813 storing_set_no++;
1814 // sleep(2);
[1]1815 }
1816 }
[128]1817 close_progress_form();
[1]1818
[128]1819 sprintf(tmp, "Your regular files have been archived ");
1820 log_msg(2, "Joining background threads to foreground thread");
1821 for (i = 0; i < noof_threads; i++) {
1822 pthread_join(archival_thread[i], pvp);
1823 log_msg(3, "Thread %d of %d: closed OK", i + 1, noof_threads);
1824 }
1825 del_semvalue();
1826 log_msg(2, "Done.");
1827 if (retval) {
1828 strcat(tmp, "(with errors).");
1829 } else {
1830 strcat(tmp, "successfully.");
1831 }
1832 log_to_screen(tmp);
1833 paranoid_free(transfer_block);
1834 paranoid_free(result_str);
1835 paranoid_free(storing_filelist_fname);
1836 paranoid_free(media_usage_comment);
1837 paranoid_free(storing_afioball_fname);
1838 paranoid_free(curr_xattr_list_fname);
1839 paranoid_free(curr_acl_list_fname);
1840 return (retval);
[1]1841}
1842
1843
[128]1844void pause_for_N_seconds(int how_long, char *msg)
[1]1845{
[128]1846 int i;
1847 open_evalcall_form(msg);
1848 for (i = 0; i < how_long; i++) {
1849 update_evalcall_form((int) ((100.0 / (float) (how_long) * i)));
1850 sleep(1);
1851 }
1852 close_evalcall_form();
[1]1853}
1854
1855
1856
1857
1858/**
[1688]1859 * Create a USB image in @c destfile, from files in @c bkpinfo->scratchdir.
1860 *
1861 * @param bkpinfo The backup information structure. Fields used:
1862 * - @c backup_media_type
1863 * - @c nonbootable_backup
1864 * - @c scratchdir
1865 *
1866 * @param destfile Where to put the generated USB image.
1867 * @return The number of errors encountered (0 for success)
1868 */
[1691]1869int make_usb_fs()
[1688]1870{
1871 /*@ int ********************************************** */
1872 int retval = 0;
1873 int res;
1874
1875 /*@ buffers ****************************************** */
1876 char *tmp = NULL;
1877 char *tmp1 = NULL;
[1689]1878 char *result_sz = NULL;
[1688]1879 char *message_to_screen = NULL;
1880 char *old_pwd;
1881
1882 malloc_string(old_pwd);
1883 assert(bkpinfo != NULL);
1884
[1691]1885 log_msg(2, "make_usb_fs --- scratchdir=%s", bkpinfo->scratchdir);
[1688]1886 (void) getcwd(old_pwd, MAX_STR_LEN - 1);
1887 asprintf(&tmp, "chmod 755 %s", bkpinfo->scratchdir);
1888 run_program_and_log_output(tmp, FALSE);
1889 paranoid_free(tmp);
1890 chdir(bkpinfo->scratchdir);
1891
1892 asprintf(&message_to_screen, "Copying data to make %s #%d",
1893 media_descriptor_string(bkpinfo->backup_media_type),
1894 g_current_media_number);
1895 log_msg(1, message_to_screen);
1896
[1713]1897 asprintf(&tmp1, "%s1", bkpinfo->media_device);
[1709]1898 if (is_this_device_mounted(tmp1)) {
[1688]1899 log_msg(1, "USB device mounted. Remounting it at the right place");
[1709]1900 asprintf(&tmp, "umount %s", tmp1);
[1688]1901 run_program_and_log_output(tmp, FALSE);
1902 paranoid_free(tmp);
1903 }
[1710]1904 paranoid_free(tmp);
[1709]1905
[1688]1906 log_msg(1, "Mounting USB device.");
1907 asprintf(&tmp1, "%s/usb", bkpinfo->tmpdir);
1908 asprintf(&tmp, "mkdir -p %s", tmp1);
1909 run_program_and_log_output(tmp, FALSE);
1910 paranoid_free(tmp);
[1691]1911 /* Mindi always create one single parition on the USB dev */
1912 asprintf(&tmp, "mount %s1 %s", bkpinfo->media_device, tmp1);
[1688]1913 run_program_and_log_output(tmp, FALSE);
1914 paranoid_free(tmp);
1915
1916 if (bkpinfo->nonbootable_backup) {
1917 log_msg(1, "Making nonbootable USB backup not implemented yet");
1918 } else {
1919 log_msg(1, "Making bootable backup");
1920
[1691]1921 /* Command to execute */
[1695]1922 asprintf(&tmp,"mv %s/* %s", bkpinfo->scratchdir, tmp1);
[1688]1923 res = eval_call_to_make_USB(tmp, message_to_screen);
1924 if (res) {
1925 asprintf(&result_sz, "%s ...failed",tmp);
1926 } else {
1927 asprintf(&result_sz, "%s ...OK",tmp);
1928 }
1929 log_to_screen(result_sz);
1930 paranoid_free(result_sz);
1931 paranoid_free(tmp);
1932 retval += res;
1933 }
1934 paranoid_free(message_to_screen);
[1689]1935 paranoid_free(tmp1);
[1688]1936
1937 if (is_this_device_mounted(bkpinfo->media_device)) {
[1691]1938 asprintf(&tmp, "umount %s1", bkpinfo->media_device);
[1688]1939 run_program_and_log_output(tmp, FALSE);
1940 paranoid_free(tmp);
1941 }
1942
1943 chdir(old_pwd);
1944 if (retval) {
1945 log_msg(1, "WARNING - make_usb_fs returned an error");
1946 }
1947 paranoid_free(old_pwd);
1948 return (retval);
1949}
1950
1951
1952/**
[1]1953 * Create an ISO image in @c destfile, from files in @c bkpinfo->scratchdir.
1954 *
1955 * @param bkpinfo The backup information structure. Fields used:
1956 * - @c backup_media_type
1957 * - @c call_after_iso
1958 * - @c call_before_iso
1959 * - @c call_burn_iso
1960 * - @c call_make_iso
1961 * - @c make_cd_use_lilo
1962 * - @c manual_cd_tray
1963 * - @c nonbootable_backup
1964 * - @c scratchdir
1965 *
1966 * @param destfile Where to put the generated ISO image.
1967 * @return The number of errors encountered (0 for success)
1968 */
[1645]1969int make_iso_fs(char *destfile)
[1]1970{
[128]1971 /*@ int ********************************************** */
1972 int retval = 0;
1973 int res;
[1]1974
[128]1975 /*@ buffers ****************************************** */
1976 char *tmp;
1977 char *old_pwd;
1978 char *result_sz;
1979 char *message_to_screen;
1980 char *sz_blank_disk;
1981 char *fnam;
1982 char *tmp2;
1983 char *tmp3;
1984 bool cd_is_mountable;
[1]1985
[128]1986 malloc_string(old_pwd);
1987 malloc_string(result_sz);
1988 malloc_string(message_to_screen);
1989 malloc_string(sz_blank_disk);
1990 malloc_string(fnam);
1991 tmp = malloc(1200);
1992 tmp2 = malloc(1200);
1993 tmp3 = malloc(1200);
1994 assert(bkpinfo != NULL);
1995 assert_string_is_neither_NULL_nor_zerolength(destfile);
[1]1996
[128]1997 sprintf(tmp, "%s/isolinux.bin", bkpinfo->scratchdir);
1998 sprintf(tmp2, "%s/isolinux.bin", bkpinfo->tmpdir);
1999 if (does_file_exist(tmp)) {
2000 sprintf(tmp3, "cp -f %s %s", tmp, tmp2);
2001 paranoid_system(tmp3);
[1]2002 }
[128]2003 if (!does_file_exist(tmp) && does_file_exist(tmp2)) {
2004 sprintf(tmp3, "cp -f %s %s", tmp2, tmp);
2005 paranoid_system(tmp3);
[1]2006 }
[128]2007 /*
2008 if (!does_file_exist(tmp))
2009 {
2010 log_msg (2, "Silly bug in Mindi.pl; workaround in progress...");
2011 strcpy(fnam, call_program_and_get_last_line_of_output("locate isolinux.bin | tail -n1"));
2012 if (strlen(fnam)>0 && does_file_exist(fnam))
2013 {
2014 sprintf(tmp, "cp -f %s %s", fnam, bkpinfo->scratchdir);
2015 res = run_program_and_log_output(tmp, FALSE);
2016 }
2017 else
2018 {
2019 res = 1;
2020 }
2021 if (res)
2022 {
2023 log_msg (2, "Could not work around silly bug in Mindi.pl - sorry! Isolinux.bin missing");
2024 }
2025 }
2026 */
2027 free(tmp2);
2028 free(tmp3);
2029 tmp2 = NULL;
2030 tmp3 = NULL;
2031 if (bkpinfo->backup_media_type == iso && bkpinfo->manual_cd_tray) {
[541]2032 popup_and_OK("Please insert new media and press Enter.");
[128]2033 }
[1]2034
[128]2035 log_msg(2, "make_iso_fs --- scratchdir=%s --- destfile=%s",
2036 bkpinfo->scratchdir, destfile);
2037 (void) getcwd(old_pwd, MAX_STR_LEN - 1);
2038 sprintf(tmp, "chmod 744 %s", bkpinfo->scratchdir);
2039 run_program_and_log_output(tmp, FALSE);
2040 chdir(bkpinfo->scratchdir);
[1]2041
[128]2042 if (bkpinfo->call_before_iso[0] != '\0') {
2043 sprintf(message_to_screen, "Running pre-ISO call for CD#%d",
2044 g_current_media_number);
2045 res =
[1645]2046 eval_call_to_make_ISO(bkpinfo->call_before_iso,
[128]2047 destfile, g_current_media_number,
2048 MONDO_LOGFILE, message_to_screen);
2049 if (res) {
2050 strcat(message_to_screen, "...failed");
2051 } else {
2052 strcat(message_to_screen, "...OK");
2053 }
2054 log_to_screen(message_to_screen);
2055 retval += res;
[1]2056 }
2057
[128]2058 if (bkpinfo->call_make_iso[0] != '\0') {
2059 log_msg(2, "bkpinfo->call_make_iso = %s", bkpinfo->call_make_iso);
2060 sprintf(tmp, "%s/archives/NOT-THE-LAST", bkpinfo->scratchdir);
2061 sprintf(message_to_screen, "Making an ISO (%s #%d)",
2062 media_descriptor_string(bkpinfo->backup_media_type),
2063 g_current_media_number);
[1]2064
[128]2065 pause_and_ask_for_cdr(2, &cd_is_mountable); /* if g_current_media_number >= 2 then pause & ask */
2066 if (retval) {
2067 log_to_screen
2068 ("Serious error(s) occurred already. I shan't try to write to media.");
2069 } else {
2070 res =
[1645]2071 eval_call_to_make_ISO(bkpinfo->call_make_iso,
[128]2072 bkpinfo->scratchdir,
2073 g_current_media_number,
2074 MONDO_LOGFILE, message_to_screen);
2075 if (res) {
2076 log_to_screen("%s...failed to write", message_to_screen);
2077 } else {
2078 log_to_screen("%s...OK", message_to_screen);
[1315]2079 sprintf(tmp, "tail -n10 %s | grep -F ':-('", MONDO_LOGFILE);
2080 if (!run_program_and_log_output(tmp, 1)) {
[128]2081 log_to_screen
2082 ("Despite nonfatal errors, growisofs confirms the write was successful.");
2083 }
2084 }
2085 retval += res;
[1]2086#ifdef DVDRWFORMAT
[128]2087 sprintf(tmp,
2088 "tail -n8 %s | grep 'blank=full.*dvd-compat.*DAO'",
2089 MONDO_LOGFILE);
2090 if (g_backup_media_type == dvd
2091 && (res || !run_program_and_log_output(tmp, 1))) {
2092 log_to_screen
2093 ("Failed to write to disk. I shall blank it and then try again.");
2094 sleep(5);
2095 system("sync");
2096 pause_for_N_seconds(5, "Letting DVD drive settle");
[1]2097
2098// dvd+rw-format --- OPTION 2
[128]2099 if (!bkpinfo->please_dont_eject) {
2100 log_to_screen("Ejecting media to clear drive status.");
2101 eject_device(bkpinfo->media_device);
2102 inject_device(bkpinfo->media_device);
2103 }
2104 pause_for_N_seconds(5, "Letting DVD drive settle");
[908]2105 sprintf(sz_blank_disk, "dvd+rw-format -force %s",
[128]2106 bkpinfo->media_device);
2107 log_msg(3, "sz_blank_disk = '%s'", sz_blank_disk);
2108 res =
2109 run_external_binary_with_percentage_indicator_NEW
2110 ("Blanking DVD disk", sz_blank_disk);
2111 if (res) {
2112 log_to_screen
2113 ("Warning - format failed. (Was it a DVD-R?) Sleeping for 5 seconds to take a breath...");
2114 pause_for_N_seconds(5,
2115 "Letting DVD drive settle... and trying again.");
2116 res =
2117 run_external_binary_with_percentage_indicator_NEW
2118 ("Blanking DVD disk", sz_blank_disk);
2119 if (res) {
2120 log_to_screen("Format failed a second time.");
2121 }
2122 } else {
2123 log_to_screen
2124 ("Format succeeded. Sleeping for 5 seconds to take a breath...");
2125 }
2126 pause_for_N_seconds(5, "Letting DVD drive settle");
2127 if (!bkpinfo->please_dont_eject) {
2128 log_to_screen("Ejecting media to clear drive status.");
2129 eject_device(bkpinfo->media_device);
2130 inject_device(bkpinfo->media_device);
2131 }
2132 pause_for_N_seconds(5, "Letting DVD drive settle");
2133 res =
[1645]2134 eval_call_to_make_ISO(bkpinfo->call_make_iso,
[128]2135 bkpinfo->scratchdir,
2136 g_current_media_number,
2137 MONDO_LOGFILE,
2138 message_to_screen);
2139 retval += res;
2140 if (!bkpinfo->please_dont_eject) {
2141 log_to_screen("Ejecting media.");
2142 eject_device(bkpinfo->media_device);
2143 }
2144 if (res) {
2145 log_to_screen("Dagnabbit. It still failed.");
2146 } else {
2147 log_to_screen
2148 ("OK, this time I successfully backed up to DVD.");
2149 }
2150 }
2151#endif
2152 if (g_backup_media_type == dvd && !bkpinfo->please_dont_eject) {
2153 eject_device(bkpinfo->media_device);
2154 }
[1]2155 }
[128]2156 } else {
2157 sprintf(message_to_screen, "Running mkisofs to make %s #%d",
2158 media_descriptor_string(bkpinfo->backup_media_type),
2159 g_current_media_number);
2160 log_msg(1, message_to_screen);
2161 sprintf(result_sz, "Call to mkisofs to make ISO (%s #%d) ",
2162 media_descriptor_string(bkpinfo->backup_media_type),
2163 g_current_media_number);
2164 if (bkpinfo->nonbootable_backup) {
2165 log_msg(1, "Making nonbootable backup");
[1]2166// FIXME --- change mkisofs string to MONDO_MKISOFS_NONBOOTABLE and add ' .' at end
[128]2167 res =
[1645]2168 eval_call_to_make_ISO("mkisofs -o '_ISO_' -r -p MondoRescue -publisher www.mondorescue.org -A MondoRescue_GPL -V _CD#_ .",
[128]2169 destfile, g_current_media_number,
2170 MONDO_LOGFILE, message_to_screen);
2171 } else {
2172 log_msg(1, "Making bootable backup");
[1]2173
2174#ifdef __FreeBSD__
[128]2175 bkpinfo->make_cd_use_lilo = TRUE;
[1]2176#endif
2177
2178
[128]2179 log_msg(1, "make_cd_use_lilo is actually %d",
2180 bkpinfo->make_cd_use_lilo);
2181 if (bkpinfo->make_cd_use_lilo) {
2182 log_msg(1, "make_cd_use_lilo = TRUE");
[1]2183// FIXME --- change mkisofs string to MONDO_MKISOFS_REGULAR_SYSLINUX/LILO depending on bkpinfo->make_cd_usE_lilo
2184// and add ' .' at end
2185#ifdef __IA64__
[128]2186 log_msg(1, "IA64 --> elilo");
[1645]2187 res = eval_call_to_make_ISO("mkisofs -no-emul-boot -b images/mindi-bootroot."
[541]2188 IA64_BOOT_SIZE
[906]2189 ".img -c boot.cat -o '_ISO_' -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ .",
[128]2190 destfile,
2191 g_current_media_number,
2192 MONDO_LOGFILE,
2193 message_to_screen);
[1]2194#else
2195// FIXME --- change mkisofs string to MONDO_MKISOFS_REGULAR_SYSLINUX/LILO depending on bkpinfo->make_cd_usE_lilo
2196// and add ' .' at end
[128]2197 log_msg(1, "Non-ia64 --> lilo");
2198 res =
[1645]2199 eval_call_to_make_ISO("mkisofs -b images/mindi-bootroot.2880.img -c boot.cat -o '_ISO_' -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ .",
[128]2200 destfile, g_current_media_number,
2201 MONDO_LOGFILE,
2202 message_to_screen);
[1]2203#endif
[128]2204 } else {
2205 log_msg(1, "make_cd_use_lilo = FALSE");
2206 log_msg(1, "Isolinux");
2207 res =
[1645]2208 eval_call_to_make_ISO("mkisofs -no-emul-boot -b isolinux.bin -boot-load-size 4 -boot-info-table -c boot.cat -o '_ISO_' -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ .",
[128]2209 destfile, g_current_media_number,
2210 MONDO_LOGFILE,
2211 message_to_screen);
2212 }
2213 }
2214 if (res) {
2215 strcat(result_sz, "...failed");
2216 } else {
2217 strcat(result_sz, "...OK");
2218 }
2219 log_to_screen(result_sz);
2220 retval += res;
[1]2221 }
[128]2222
2223 if (bkpinfo->backup_media_type == cdr
2224 || bkpinfo->backup_media_type == cdrw) {
2225 if (is_this_device_mounted(bkpinfo->media_device)) {
2226 log_msg(2,
2227 "Warning - %s mounted. I'm unmounting it before I burn to it.",
2228 bkpinfo->media_device);
2229 sprintf(tmp, "umount %s", bkpinfo->media_device);
2230 run_program_and_log_output(tmp, FALSE);
2231 }
[1]2232 }
2233
[128]2234 if (bkpinfo->call_burn_iso[0] != '\0') {
2235 log_msg(2, "bkpinfo->call_burn_iso = %s", bkpinfo->call_burn_iso);
2236 sprintf(message_to_screen, "Burning %s #%d",
2237 media_descriptor_string(bkpinfo->backup_media_type),
2238 g_current_media_number);
2239 pause_and_ask_for_cdr(2, &cd_is_mountable);
2240 res =
[1645]2241 eval_call_to_make_ISO(bkpinfo->call_burn_iso,
[128]2242 destfile, g_current_media_number,
2243 MONDO_LOGFILE, message_to_screen);
2244 if (res) {
2245 strcat(message_to_screen, "...failed");
2246 } else {
2247 strcat(message_to_screen, "...OK");
2248 }
2249 log_to_screen(message_to_screen);
2250 retval += res;
2251 }
[1]2252
[128]2253 if (bkpinfo->call_after_iso[0] != '\0') {
2254 sprintf(message_to_screen, "Running post-ISO call (%s #%d)",
2255 media_descriptor_string(bkpinfo->backup_media_type),
2256 g_current_media_number);
2257 res =
[1645]2258 eval_call_to_make_ISO(bkpinfo->call_after_iso,
[128]2259 destfile, g_current_media_number,
2260 MONDO_LOGFILE, message_to_screen);
2261 if (res) {
2262 strcat(message_to_screen, "...failed");
2263 } else {
2264 strcat(message_to_screen, "...OK");
2265 }
2266 log_to_screen(message_to_screen);
2267 retval += res;
[1]2268 }
2269
[128]2270 chdir(old_pwd);
2271 if (retval) {
2272 log_msg(1, "WARNING - make_iso_fs returned an error");
[1]2273 }
[128]2274 paranoid_free(old_pwd);
2275 paranoid_free(result_sz);
2276 paranoid_free(message_to_screen);
2277 paranoid_free(sz_blank_disk);
2278 paranoid_free(fnam);
2279 paranoid_free(tmp);
2280 return (retval);
[1]2281}
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291bool is_dev_an_NTFS_dev(char *bigfile_fname)
2292{
[128]2293 char *tmp;
2294 char *command;
2295 malloc_string(tmp);
2296 malloc_string(command);
2297 sprintf(command,
2298 "dd if=%s bs=512 count=1 2> /dev/null | strings | head -n1",
2299 bigfile_fname);
2300 log_msg(1, "command = '%s'", command);
2301 strcpy(tmp, call_program_and_get_last_line_of_output(command));
2302 log_msg(1, "--> tmp = '%s'", tmp);
2303 if (strstr(tmp, "NTFS")) {
2304 iamhere("TRUE");
2305 return (TRUE);
2306 } else {
2307 iamhere("FALSE");
2308 return (FALSE);
2309 }
[1]2310}
2311
2312
2313/**
2314 * Back up big files by chopping them up.
2315 * This function backs up all "big" files (where "big" depends
2316 * on your backup media) in "chunks" (whose size again depends
2317 * on your media).
2318 *
2319 * @param bkpinfo The backup information structure. Fields used:
2320 * - @c backup_media_type
2321 * - @c optimal_set_size
2322 * @param biggielist_fname The path to a file containing a list of
2323 * all "big" files.
2324 * @return The number of errors encountered (0 for success)
2325 * @see slice_up_file_etc
2326 */
2327int
[1645]2328make_slices_and_images(char *biggielist_fname)
[1]2329{
2330
[128]2331 /*@ pointers ******************************************* */
2332 FILE *fin;
2333 char *p;
[1]2334
[128]2335 /*@ buffers ******************************************** */
2336 char *tmp;
2337 char *bigfile_fname;
2338 char *sz_devfile;
[296]2339 char *ntfsprog_fifo = NULL;
[128]2340 /*@ long *********************************************** */
2341 long biggie_file_number = 0;
2342 long noof_biggie_files = 0;
2343 long estimated_total_noof_slices = 0;
[1]2344
[128]2345 /*@ int ************************************************ */
2346 int retval = 0;
2347 int res = 0;
2348 pid_t pid;
2349 FILE *ftmp = NULL;
2350 bool delete_when_done;
[296]2351 bool use_ntfsprog;
[684]2352 off_t biggie_fsize;
[1]2353
[128]2354 assert(bkpinfo != NULL);
2355 assert_string_is_neither_NULL_nor_zerolength(biggielist_fname);
[1]2356
[128]2357 malloc_string(tmp);
2358 malloc_string(bigfile_fname);
2359 malloc_string(sz_devfile);
2360 estimated_total_noof_slices =
[1645]2361 size_of_all_biggiefiles_K() / bkpinfo->optimal_set_size + 1;
[1]2362
[128]2363 log_msg(1, "size of all biggiefiles = %ld",
[1645]2364 size_of_all_biggiefiles_K());
[128]2365 log_msg(1, "estimated_total_noof_slices = %ld KB / %ld KB = %ld",
[1645]2366 size_of_all_biggiefiles_K(), bkpinfo->optimal_set_size,
[128]2367 estimated_total_noof_slices);
[1]2368
[128]2369 if (length_of_file(biggielist_fname) < 6) {
2370 log_msg(1, "No biggiefiles; fair enough...");
2371 return (0);
[1]2372 }
[128]2373 sprintf(tmp, "I am now backing up all large files.");
2374 log_to_screen(tmp);
2375 noof_biggie_files = count_lines_in_file(biggielist_fname);
2376 open_progress_form("Backing up big files", tmp,
2377 "Please wait. This may take some time.", "",
2378 estimated_total_noof_slices);
2379 if (!(fin = fopen(biggielist_fname, "r"))) {
2380 log_OS_error("Unable to openin biggielist");
2381 return (1);
[1]2382 }
[128]2383 for (fgets(bigfile_fname, MAX_STR_LEN, fin); !feof(fin);
2384 fgets(bigfile_fname, MAX_STR_LEN, fin), biggie_file_number++) {
[296]2385 use_ntfsprog = FALSE;
[128]2386 if (bigfile_fname[strlen(bigfile_fname) - 1] < 32) {
2387 bigfile_fname[strlen(bigfile_fname) - 1] = '\0';
2388 }
2389 biggie_fsize = length_of_file(bigfile_fname);
2390 delete_when_done = FALSE;
2391
2392 if (!does_file_exist(bigfile_fname)) {
2393 ftmp = fopen(bigfile_fname, "w");
[1299]2394 if (ftmp == NULL) {
[1437]2395 log_msg(3, "Unable to write to %s", bigfile_fname);
[1299]2396 // So skip it as it doesn't exist
2397 continue;
2398 } else {
2399 paranoid_fclose(ftmp);
2400 }
[128]2401 delete_when_done = TRUE;
2402 } else {
[812]2403 // Call ntfsclone (formerly partimagehack) if it's a /dev entry
2404 // (i.e. a partition to be imaged)
[541]2405 log_msg(2, "bigfile_fname = %s", bigfile_fname);
[296]2406 use_ntfsprog = FALSE;
[128]2407 if (!strncmp(bigfile_fname, "/dev/", 5)
2408 && is_dev_an_NTFS_dev(bigfile_fname)) {
[296]2409 use_ntfsprog = TRUE;
[128]2410 log_msg(2,
[296]2411 "Calling ntfsclone in background because %s is an NTFS partition",
[128]2412 bigfile_fname);
[812]2413 sprintf(sz_devfile, "%s/%d.%d.000",
2414 bkpinfo->tmpdir,
[128]2415 (int) (random() % 32768),
2416 (int) (random() % 32768));
2417 mkfifo(sz_devfile, 0x770);
[296]2418 ntfsprog_fifo = sz_devfile;
[128]2419 switch (pid = fork()) {
2420 case -1:
2421 fatal_error("Fork failure");
2422 case 0:
2423 log_msg(2,
[296]2424 "CHILD - fip - calling feed_into_ntfsprog(%s, %s)",
[128]2425 bigfile_fname, sz_devfile);
[296]2426 res = feed_into_ntfsprog(bigfile_fname, sz_devfile);
[128]2427 exit(res);
2428 break;
2429 default:
2430 log_msg(2,
[296]2431 "feed_into_ntfsprog() called in background --- pid=%ld",
[128]2432 (long int) (pid));
2433 }
2434 }
[1]2435// Otherwise, use good old 'dd' and 'bzip2'
[128]2436 else {
2437 sz_devfile[0] = '\0';
[296]2438 ntfsprog_fifo = NULL;
[128]2439 }
[1]2440
2441// Whether partition or biggiefile, just do your thang :-)
[128]2442 sprintf(tmp, "Bigfile #%ld is '%s' (%ld KB)",
2443 biggie_file_number + 1, bigfile_fname,
2444 (long) biggie_fsize >> 10);
2445 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
2446 write_header_block_to_stream(biggie_fsize, bigfile_fname,
[296]2447 use_ntfsprog ?
[128]2448 BLK_START_A_PIHBIGGIE :
2449 BLK_START_A_NORMBIGGIE);
2450 }
2451 res =
[1645]2452 slice_up_file_etc(bigfile_fname,
[296]2453 ntfsprog_fifo, biggie_file_number,
2454 noof_biggie_files, use_ntfsprog);
[128]2455 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
[684]2456 write_header_block_to_stream((off_t)0,
[128]2457 calc_checksum_of_file
2458 (bigfile_fname),
2459 BLK_STOP_A_BIGGIE);
2460 }
2461 retval += res;
2462 p = strrchr(bigfile_fname, '/');
2463 if (p) {
2464 p++;
2465 } else {
2466 p = bigfile_fname;
2467 }
2468 sprintf(tmp, "Archiving %s ... ", bigfile_fname);
2469 if (res) {
2470 strcat(tmp, "Failed!");
2471 } else {
2472 strcat(tmp, "OK");
2473 }
2474 if (delete_when_done) {
2475 unlink(bigfile_fname);
2476 delete_when_done = FALSE;
2477 }
2478 }
[1]2479#ifndef _XWIN
[128]2480 if (!g_text_mode) {
2481 newtDrawRootText(0, g_noof_rows - 2, tmp);
2482 newtRefresh();
2483 }
[1]2484#endif
[128]2485 }
2486 log_msg(1, "Finished backing up bigfiles");
2487 log_msg(1, "estimated slices = %ld; actual slices = %ld",
2488 estimated_total_noof_slices, g_current_progress);
2489 close_progress_form();
2490 paranoid_fclose(fin);
2491 paranoid_free(tmp);
2492 paranoid_free(bigfile_fname);
2493 paranoid_free(sz_devfile);
2494 return (retval);
[1]2495}
2496
2497
2498
2499
2500/**
2501 * Single-threaded version of @c make_afioballs_and_images().
2502 * @see make_afioballs_and_images
2503 */
[1645]2504int make_afioballs_and_images_OLD()
[1]2505{
2506
[128]2507 /*@ int ************************************************** */
2508 int retval = 0;
2509 long int curr_set_no = 0;
2510 int res = 0;
[1]2511
[128]2512 /*@ buffers ********************************************** */
2513 char *curr_filelist_fname;
2514 char *curr_afioball_fname;
2515 char *curr_xattr_list_fname;
2516 char *curr_acl_list_fname;
2517 char *tmp;
2518 char *media_usage_comment;
[1]2519
[128]2520 malloc_string(curr_afioball_fname);
2521 malloc_string(media_usage_comment);
2522 malloc_string(curr_filelist_fname);
2523 malloc_string(curr_xattr_list_fname);
2524 malloc_string(curr_acl_list_fname);
[1]2525
[128]2526 tmp = malloc(MAX_STR_LEN * 2);
[1]2527
[128]2528 sprintf(tmp, "%s/archives/filelist.full", bkpinfo->scratchdir);
[1]2529
[128]2530 log_to_screen("Archiving regular files");
[1]2531
[541]2532 open_progress_form("Backing up filesystem",
2533 "I am backing up your live filesystem now.",
2534 "Please wait. This may take a couple of hours.",
2535 "Working...",
[1645]2536 get_last_filelist_number() + 1);
[128]2537
2538 sprintf(curr_filelist_fname, FILELIST_FNAME_RAW_SZ, bkpinfo->tmpdir,
2539 0L);
2540
2541 for (curr_set_no = 0; does_file_exist(curr_filelist_fname);
2542 sprintf(curr_filelist_fname, FILELIST_FNAME_RAW_SZ,
2543 bkpinfo->tmpdir, ++curr_set_no)) {
2544 /* backup this set of files */
2545 sprintf(curr_filelist_fname, FILELIST_FNAME_RAW_SZ,
2546 bkpinfo->tmpdir, curr_set_no);
2547 sprintf(curr_afioball_fname, AFIOBALL_FNAME_RAW_SZ,
2548 bkpinfo->tmpdir, curr_set_no, bkpinfo->zip_suffix);
2549
2550 log_msg(1, "EXAT'g set %ld", curr_set_no);
[948]2551 if (g_getfattr) {
2552 sprintf(curr_xattr_list_fname, XATTR_LIST_FNAME_RAW_SZ,
[128]2553 bkpinfo->tmpdir, curr_set_no);
[948]2554 get_fattr_list(curr_filelist_fname, curr_xattr_list_fname);
2555 }
2556 if (g_getfacl) {
2557 sprintf(curr_acl_list_fname, ACL_LIST_FNAME_RAW_SZ,
[128]2558 bkpinfo->tmpdir, curr_set_no);
[948]2559 get_acl_list(curr_filelist_fname, curr_acl_list_fname);
2560 }
[128]2561
2562 log_msg(1, "Archiving set %ld", curr_set_no);
2563 res =
[1645]2564 archive_this_fileset(curr_filelist_fname,
[128]2565 curr_afioball_fname, curr_set_no);
2566 retval += res;
2567 if (res) {
2568 sprintf(tmp,
2569 "Errors occurred while archiving set %ld. Perhaps your live filesystem changed?",
2570 curr_set_no);
2571 log_to_screen(tmp);
2572 }
2573
[1645]2574 strcpy(media_usage_comment, percent_media_full_comment());
[128]2575
2576 /* copy to CD (scratchdir) ... and an actual CD-R if necessary */
2577 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
2578 register_in_tape_catalog(fileset, curr_set_no, -1,
2579 curr_afioball_fname);
2580 maintain_collection_of_recent_archives(bkpinfo->tmpdir,
2581 curr_afioball_fname);
2582 iamhere("Writing EXAT files");
2583 res +=
[1645]2584 write_EXAT_files_to_tape(curr_xattr_list_fname,
[128]2585 curr_acl_list_fname);
[1]2586// archives themselves
[1645]2587 res = move_files_to_stream(curr_afioball_fname, NULL);
[128]2588 } else {
[948]2589 if (g_getfacl) {
2590 if (g_getfattr) {
[1645]2591 res = move_files_to_cd(curr_filelist_fname,
[948]2592 curr_xattr_list_fname,
2593 curr_acl_list_fname,
2594 curr_afioball_fname, NULL);
2595 } else {
[1645]2596 res = move_files_to_cd(curr_filelist_fname,
[948]2597 curr_acl_list_fname,
2598 curr_afioball_fname, NULL);
2599 }
2600 } else {
2601 if (g_getfattr) {
[1645]2602 res = move_files_to_cd(curr_filelist_fname,
[948]2603 curr_xattr_list_fname,
2604 curr_afioball_fname, NULL);
2605 } else {
[1645]2606 res = move_files_to_cd(curr_filelist_fname,
[948]2607 curr_afioball_fname, NULL);
2608 }
2609 }
[128]2610 }
2611 retval += res;
2612 g_current_progress++;
2613 update_progress_form(media_usage_comment);
[1]2614
[128]2615 if (res) {
2616 sprintf(tmp, "Failed to add archive %ld's files to CD dir\n",
2617 curr_set_no);
2618 log_to_screen(tmp);
2619 fatal_error
2620 ("Is your hard disk is full? If not, please send the author the logfile.");
2621 }
[1]2622 }
[128]2623 close_progress_form();
2624 sprintf(tmp, "Your regular files have been archived ");
2625 if (retval) {
2626 strcat(tmp, "(with errors).");
2627 } else {
2628 strcat(tmp, "successfully.");
2629 }
2630 log_to_screen(tmp);
2631 paranoid_free(tmp);
2632 paranoid_free(curr_filelist_fname);
2633 paranoid_free(curr_afioball_fname);
2634 paranoid_free(media_usage_comment);
2635 paranoid_free(curr_xattr_list_fname);
2636 paranoid_free(curr_acl_list_fname);
2637 return (retval);
[1]2638}
2639
[128]2640/* @} - end of LLarchiveGroup */
2641
2642
[1]2643/**
2644 * Wrapper around @c make_afioballs_and_images().
2645 * @param bkpinfo the backup information structure. Only the
2646 * @c backup_media_type field is used within this function.
2647 * @return return code of make_afioballs_and_images
2648 * @see make_afioballs_and_images
2649 * @ingroup MLarchiveGroup
2650 */
[1645]2651int make_those_afios_phase()
[1]2652{
[128]2653 /*@ int ******************************************* */
2654 int res = 0;
2655 int retval = 0;
[1]2656
[128]2657 assert(bkpinfo != NULL);
[1]2658
[128]2659 mvaddstr_and_log_it(g_currentY, 0,
2660 "Archiving regular files to media ");
[1]2661
[128]2662 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
[684]2663 write_header_block_to_stream((off_t)0, "start-of-afioballs",
[128]2664 BLK_START_AFIOBALLS);
[1]2665#if __FreeBSD__ == 5
[128]2666 log_msg(1,
2667 "Using single-threaded make_afioballs_and_images() to suit b0rken FreeBSD 5.0");
[1645]2668 res = make_afioballs_and_images_OLD();
[1]2669#else
[1645]2670 res = make_afioballs_and_images_OLD();
[1]2671#endif
[684]2672 write_header_block_to_stream((off_t)0, "stop-afioballs",
[128]2673 BLK_STOP_AFIOBALLS);
2674 } else {
[1645]2675 res = make_afioballs_and_images();
[128]2676 }
[1]2677
[128]2678 retval += res;
2679 if (res) {
2680 mvaddstr_and_log_it(g_currentY++, 74, "Errors.");
2681 log_msg(1, "make_afioballs_and_images returned an error");
2682 } else {
2683 mvaddstr_and_log_it(g_currentY++, 74, "Done.");
2684 }
2685 return (retval);
[1]2686}
2687
2688/**
2689 * Wrapper around @c make_slices_and_images().
2690 * @param bkpinfo The backup information structure. Fields used:
2691 * - @c backup_media_type
2692 * - @c scratchdir
2693 * - @c tmpdir
2694 * @return The number of errors encountered (0 for success)
2695 * @ingroup MLarchiveGroup
2696 */
[1645]2697int make_those_slices_phase()
[1]2698{
2699
[128]2700 /*@ int ***************************************************** */
2701 int res = 0;
2702 int retval = 0;
[1]2703
[128]2704 /*@ buffers ************************************************** */
2705 char *biggielist;
2706 char *command;
2707 char *blah;
2708 char *xattr_fname;
2709 char *acl_fname;
[1]2710
[128]2711 assert(bkpinfo != NULL);
2712 /* slice big files */
2713 malloc_string(biggielist);
2714 malloc_string(xattr_fname);
2715 malloc_string(acl_fname);
2716 mvaddstr_and_log_it(g_currentY, 0,
2717 "Archiving large files to media ");
2718 sprintf(biggielist, "%s/archives/biggielist.txt", bkpinfo->scratchdir);
[948]2719 if (g_getfattr) {
2720 sprintf(xattr_fname, XATTR_BIGGLST_FNAME_RAW_SZ, bkpinfo->tmpdir);
2721 }
2722 if (g_getfacl) {
2723 sprintf(acl_fname, ACL_BIGGLST_FNAME_RAW_SZ, bkpinfo->tmpdir);
2724 }
[1]2725
[1236]2726 asprintf(&command, "cp %s/biggielist.txt %s", bkpinfo->tmpdir,
[128]2727 biggielist);
2728 paranoid_system(command);
[1236]2729 paranoid_free(command);
2730
2731 asprintf(&blah, "biggielist = %s", biggielist);
[128]2732 log_msg(2, blah);
[1236]2733 paranoid_free(blah);
[128]2734
2735 if (!does_file_exist(biggielist)) {
2736 log_msg(1, "BTW, the biggielist does not exist");
2737 }
2738
[948]2739 if (g_getfattr) {
2740 get_fattr_list(biggielist, xattr_fname);
[1236]2741 asprintf(&command, "cp %s %s/archives/", xattr_fname,
[128]2742 bkpinfo->scratchdir);
[948]2743 paranoid_system(command);
[1236]2744 paranoid_free(command);
[948]2745 }
2746 if (g_getfacl) {
2747 get_acl_list(biggielist, acl_fname);
[1236]2748 asprintf(&command, "cp %s %s/archives/", acl_fname,
2749 bkpinfo->scratchdir);
[948]2750 paranoid_system(command);
[1236]2751 paranoid_free(command);
[948]2752 }
[128]2753
2754 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
[1645]2755 res += write_EXAT_files_to_tape(xattr_fname, acl_fname);
[1236]2756 asprintf(&blah, "%ld", count_lines_in_file(biggielist));
[684]2757 write_header_block_to_stream((off_t)0, blah, BLK_START_BIGGIEFILES);
[1236]2758 paranoid_free(blah);
[128]2759 }
[1645]2760 res = make_slices_and_images(biggielist);
[128]2761 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
[684]2762 write_header_block_to_stream((off_t)0, "end-of-biggiefiles",
[128]2763 BLK_STOP_BIGGIEFILES);
2764 }
2765 retval += res;
2766 if (res) {
2767 log_msg(1, "make_slices_and_images returned an error");
2768 mvaddstr_and_log_it(g_currentY++, 74, "Errors.");
2769 } else {
2770 mvaddstr_and_log_it(g_currentY++, 74, "Done.");
2771 }
2772 paranoid_free(blah);
2773 paranoid_free(biggielist);
2774 paranoid_free(command);
2775 paranoid_free(xattr_fname);
2776 paranoid_free(acl_fname);
2777 return (retval);
[1]2778}
2779
2780
2781/**
2782 * @addtogroup LLarchiveGroup
2783 * @{
2784 */
2785/**
2786 * Function pointer to an appropriate @c move_files_to_cd routine.
2787 * You can set this to your own function (for example, one to
2788 * transfer files over the network) or leave it as is.
2789 */
[1645]2790int (*move_files_to_cd) (char *, ...) =
[128]2791 _move_files_to_cd;
[1]2792
2793/**
2794 * Move some files to the ISO scratch directory.
2795 * This function moves files specified as parameters, into the directory
2796 * @c bkpinfo->scratchdir, where the files that will be stored on the next
2797 * CD are waiting.
2798 *
2799 * @param bkpinfo The backup information structure. Fields used:
2800 * - @c media_size
2801 * - @c scratchdir
2802 * @param files_to_add The files to add to the scratchdir.
2803 * @warning The list of @c files_to_add must be terminated with @c NULL.
2804 * @note If and when the space occupied by the scratchdir would exceed
2805 * the capacity of the current CD,
2806 * <tt>write_iso_and_go_on(bkpinfo, FALSE)</tt> is called and the
2807 * scratchdir is emptied.
2808 *
2809 * @return The number of errors encountered (0 for success)
2810 */
[1645]2811int _move_files_to_cd(char *files_to_add, ...)
[1]2812{
2813
[128]2814 /*@ int ************************************************************ */
2815 int retval = 0;
[1]2816 int res = 0;
2817
[128]2818 /*@ buffers ******************************************************** */
2819 char *tmp, *curr_file, *cf;
[1]2820
[128]2821 /*@ long ************************************************************ */
2822 va_list ap;
2823 long long would_occupy;
[1]2824
[128]2825 assert(bkpinfo != NULL);
2826 malloc_string(curr_file);
2827 tmp = malloc(1200);
2828 would_occupy = space_occupied_by_cd(bkpinfo->scratchdir);
2829 va_start(ap, files_to_add); // initialize the variable arguments
2830 for (cf = files_to_add; cf != NULL; cf = va_arg(ap, char *)) {
2831 if (!cf) {
2832 continue;
2833 }
2834 strcpy(curr_file, cf);
2835 if (!does_file_exist(curr_file)) {
2836 log_msg(1,
2837 "Warning - you're trying to add a non-existent file - '%s' to the CD",
2838 curr_file);
2839 } else {
2840 log_msg(8, "Trying to add file %s to CD", curr_file);
2841 would_occupy += length_of_file(curr_file) / 1024;
2842 }
[1]2843 }
[128]2844 va_end(ap);
[1]2845
[128]2846 if (bkpinfo->media_size[g_current_media_number] <= 0) {
2847 fatal_error("move_files_to_cd() - unknown media size");
[1]2848 }
[128]2849 if (would_occupy / 1024 > bkpinfo->media_size[g_current_media_number]) {
[1645]2850 res = write_iso_and_go_on(FALSE); /* FALSE because this is not the last CD we'll write */
[128]2851 retval += res;
2852 if (res) {
2853 log_msg(1, "WARNING - write_iso_and_go_on returned an error");
2854 }
2855 }
[1]2856
[128]2857 va_start(ap, files_to_add); // initialize the variable arguments
2858 for (cf = files_to_add; cf != NULL; cf = va_arg(ap, char *)) {
2859 if (!cf) {
2860 continue;
2861 }
2862 strcpy(curr_file, cf);
[1]2863
[128]2864 sprintf(tmp, "mv -f %s %s/archives/", curr_file,
2865 bkpinfo->scratchdir);
2866 res = run_program_and_log_output(tmp, 5);
2867 retval += res;
2868 if (res) {
2869 log_msg(1, "(move_files_to_cd) '%s' failed", tmp);
2870 } else {
2871 log_msg(8, "Moved %s to CD OK", tmp);
2872 }
2873 // unlink (curr_file);
[1]2874 }
[128]2875 va_end(ap);
2876
2877 if (retval) {
2878 log_msg(1,
2879 "Warning - errors occurred while I was adding files to CD dir");
[1]2880 }
[128]2881 paranoid_free(tmp);
2882 paranoid_free(curr_file);
2883 return (retval);
[1]2884}
2885
2886/* @} - end of LLarchiveGroup */
2887
2888
2889
2890
2891
2892
2893
2894
2895/**
2896 * Offer to write boot and data disk images to 3.5" floppy disks.
2897 * @param bkpinfo The backup information structure. Only the
2898 * @c backup_media_type field is used in this function.
2899 * @param imagesdir The directory containing the floppy images (usually
[1437]2900 * /root/images/mindi).
[1]2901 *
2902 * @return The number of errors encountered (0 for success)
2903 * @see write_image_to_floppy
2904 * @see format_disk
2905 * @ingroup MLarchiveGroup
2906 */
[1645]2907int offer_to_write_floppies(char *imagesdir)
[1]2908{
[128]2909 /*@ buffer ************************************************************ */
2910 char *tmp;
[1]2911 char *comment;
2912 char *bootdisk_dev;
2913 char *datadisk_dev;
2914 char *bootdisk_file;
2915 char *rootdisk_file;
2916
[128]2917 /*@ int *************************************************************** */
2918 int i = 0;
[1]2919 int res = 0;
2920
[128]2921 /*@ bool ************************************************************** */
2922 bool format_first;
2923 bool root_disk_exists = FALSE;
[1]2924
[128]2925 malloc_string(tmp);
2926 malloc_string(comment);
2927 malloc_string(bootdisk_dev);
2928 malloc_string(datadisk_dev);
2929 malloc_string(rootdisk_file);
2930 malloc_string(bootdisk_file);
2931 assert(bkpinfo != NULL);
2932 assert_string_is_neither_NULL_nor_zerolength(imagesdir);
[1]2933
2934
[128]2935 if (!ask_me_yes_or_no
2936 ("Write boot and data disk images to 3.5\" floppy disks?")) {
2937 return (0);
2938 }
2939 if (does_device_exist(DEFAULT_1722MB_DISK)) {
[1]2940#ifdef __FreeBSD__
[128]2941 // tell the system that this is a 1.72m floppy
2942 system("/usr/sbin/fdcontrol -F 1722 /dev/fd0.1722");
[1]2943#endif
[128]2944 strcpy(bootdisk_dev, DEFAULT_1722MB_DISK);
2945 } else if (does_device_exist(BACKUP_1722MB_DISK)) {
2946 sprintf(bootdisk_dev, "/dev/fd0H1722");
2947 } else {
2948 log_msg(1, "Warning - can't find a 1.72MB floppy device *sigh*");
2949 strcpy(bootdisk_dev, DEFAULT_1722MB_DISK);
[1]2950// return (1);
[128]2951 }
2952 strcpy(datadisk_dev, "/dev/fd0");
2953 if (!does_device_exist(datadisk_dev)) {
2954 log_msg(1, "Warning - can't find a 1.44MB floppy device *sigh*");
2955 strcpy(datadisk_dev, "/dev/fd0");
[1]2956// return (1);
[128]2957 }
2958 format_first =
2959 ask_me_yes_or_no
2960 ("Do you want me to format the disks before I write to them?");
[1]2961
2962/* boot disk */
[128]2963 if (ask_me_OK_or_cancel("About to write boot disk")) {
2964 log_to_screen("Writing boot floppy");
[1]2965#ifdef __FreeBSD__
[128]2966 sprintf(tmp, "%s/mindi-kern.1722.img", imagesdir);
2967 if (format_first) {
2968 format_disk(bootdisk_dev);
2969 }
2970 res += write_image_to_floppy(bootdisk_dev, tmp);
2971 if (ask_me_OK_or_cancel("About to write 1.44MB mfsroot disk")) {
2972 log_to_screen("Writing mfsroot floppy");
2973 if (format_first) {
2974 format_disk(datadisk_dev);
2975 }
2976 sprintf(tmp, "%s/mindi-mfsroot.1440.img", imagesdir);
2977 write_image_to_floppy(datadisk_dev, tmp);
2978 }
[1]2979#else
[128]2980 sprintf(bootdisk_file, "%s/mindi-bootroot.1722.img", imagesdir);
2981 if (does_file_exist(bootdisk_file)) {
2982 if (format_first) {
2983 format_disk(bootdisk_dev);
2984 }
2985 res += write_image_to_floppy(bootdisk_dev, bootdisk_file);
2986 } else {
2987 sprintf(bootdisk_file, "%s/mindi-boot.1440.img", imagesdir);
2988 sprintf(rootdisk_file, "%s/mindi-root.1440.img", imagesdir);
2989 root_disk_exists = TRUE;
2990 if (!does_file_exist(rootdisk_file)
2991 || !does_file_exist(bootdisk_file)) {
2992 popup_and_OK
2993 ("Cannot write boot/root floppies. Files not found.");
2994 log_to_screen
2995 ("Failed to find boot/root floppy images. Oh dear.");
2996 return (1);
2997 }
2998 if (format_first) {
2999 format_disk(datadisk_dev);
3000 }
3001 /*
3002 sprintf(tmp, "cat %s > %s", bootdisk_file, datadisk_dev);
3003 res += run_external_binary_with_percentage_indicator_NEW("Writing boot floppy", tmp);
3004 */
3005 res += write_image_to_floppy(datadisk_dev, bootdisk_file);
3006 if (ask_me_OK_or_cancel("About to write root disk")) {
3007 log_to_screen("Writing root floppy");
3008 if (format_first) {
3009 format_disk(datadisk_dev);
3010 }
3011 sprintf(tmp, "cat %s > %s", rootdisk_file, datadisk_dev);
3012 log_msg(1, "tmp = '%s'", tmp);
3013 res +=
3014 run_external_binary_with_percentage_indicator_NEW
3015 ("Writing root floppy", tmp);
[1]3016// res += write_image_to_floppy (datadisk_dev, rootdisk_file);
[128]3017 }
3018 }
[1]3019#endif
3020 }
[128]3021 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
3022 log_to_screen
3023 ("FYI, the data disks are stored on tape/CD for your convenience.");
3024 return (0);
[1]3025 }
[128]3026 for (i = 1; i < 99; i++) {
3027 sprintf(tmp, "%s/mindi-data-%d.img", imagesdir, i);
3028 log_msg(3, tmp);
3029 if (!does_file_exist(tmp)) {
3030 log_msg(3, "...not found");
3031 break;
3032 }
3033 sprintf(comment, "About to write data disk #%d", i);
3034 if (ask_me_OK_or_cancel(comment)) {
3035 sprintf(comment, "Writing data disk #%3d", i);
3036 log_to_screen(comment);
3037 if (format_first) {
3038 res += format_disk(datadisk_dev);
3039 }
3040 res += write_image_to_floppy(datadisk_dev, tmp);
3041 }
3042 }
3043 paranoid_free(tmp);
3044 paranoid_free(comment);
3045 paranoid_free(bootdisk_dev);
3046 paranoid_free(datadisk_dev);
3047 return (res);
[1]3048}
3049
3050
3051
3052
3053
3054
3055
3056
3057/**
3058 * Wrapper around @c offer_to_write_floppies().
3059 * @param bkpinfo The backup information structure. Used only
3060 * in the call to @c offer_to_write_floppies().
3061 * @return 0 if the boot floppies were found (not necessarily written OK),
3062 * 1 otherwise.
3063 * @see offer_to_write_floppies
3064 * @ingroup MLarchiveGroup
3065 */
3066
[1645]3067int offer_to_write_boot_floppies_to_physical_disks()
[1]3068{
[128]3069 int res = 0;
[1]3070
[128]3071 assert(bkpinfo != NULL);
[1]3072
[128]3073 mvaddstr_and_log_it(g_currentY, 0,
3074 "Writing boot+data floppy images to disk");
[1]3075
[128]3076 if (!bkpinfo->nonbootable_backup) {
[1]3077#ifdef __FreeBSD__
[1437]3078 if (!does_file_exist(MINDI_CACHE"/mindi-kern.1722.img"))
[1]3079#else
[1437]3080 if (!does_file_exist(MINDI_CACHE"/mindi-bootroot.1722.img") && !does_file_exist(MINDI_CACHE"/mindi-boot.1440.img"))
[1]3081#endif
[128]3082 {
3083 mvaddstr_and_log_it(g_currentY++, 74, "No Imgs");
[1437]3084 if (does_file_exist(MINDI_CACHE"/mondorescue.iso")) {
3085 popup_and_OK
3086 ("No regular Boot+data floppies were created due of space constraints. However, you can burn "MINDI_CACHE"/mondorescue.iso to a CD and boot from that.");
[128]3087 res++;
3088 }
3089 } else {
[1645]3090 offer_to_write_floppies(MINDI_CACHE);
[128]3091 mvaddstr_and_log_it(g_currentY++, 74, "Done.");
3092 }
3093 } else {
3094 popup_and_OK
3095 ("Since you opted for a nonbootable backup, no boot floppies were created.");
3096 }
3097
3098 return (res);
[1]3099}
3100
3101
3102
3103
3104/**
3105 * @addtogroup LLarchiveGroup
3106 * @{
3107 */
3108/**
3109 * Function pointer to an appropriate @c move_files_to_stream routine.
3110 * You can set this to your own function (for example, one to
3111 * transfer files over the network) or leave it as is.
3112 */
[1645]3113int (*move_files_to_stream) (char *, ...) =
[128]3114 _move_files_to_stream;
[1]3115
3116/**
3117 * Copy some files to tape.
3118 * This function copies the files specified as parameters into the tape stream.
3119 *
3120 * @param bkpinfo The backup information structure. Used only in the call to
3121 * @c write_file_to_stream_from_file().
3122 *
3123 * @param files_to_add The files to copy to the tape stream.
3124 * @warning The list of @c files_to_add must be terminated with @c NULL.
3125 * @note Files may be split across multiple tapes if necessary.
3126 *
3127 * @return The number of errors encountered (0 for success)
3128 */
3129int
[1645]3130_move_files_to_stream(char *files_to_add, ...)
[1]3131{
3132
[128]3133 /*@ int ************************************************************ */
3134 int retval = 0;
[1]3135 int res = 0;
[128]3136 /*@ buffers ******************************************************** */
[1]3137
[128]3138 /*@ char *********************************************************** */
[1]3139 char start_chr;
3140 char stop_chr;
[128]3141 char *curr_file, *cf;
3142 /*@ long long ****************************************************** */
[684]3143 off_t length_of_incoming_file = (off_t)0;
[128]3144 t_archtype type;
3145 va_list ap;
[1]3146
[128]3147 assert(bkpinfo != NULL);
3148 malloc_string(curr_file);
3149 va_start(ap, files_to_add);
3150 for (cf = files_to_add; cf != NULL; cf = va_arg(ap, char *)) {
3151 if (!cf) {
3152 continue;
3153 }
3154 strcpy(curr_file, cf);
3155 if (!does_file_exist(curr_file)) {
3156 log_msg(1,
3157 "Warning - you're trying to add a non-existent file - '%s' to the tape",
3158 curr_file);
3159 }
[1]3160/* create header chars */
[128]3161 start_chr = BLK_START_AN_AFIO_OR_SLICE;
3162 stop_chr = BLK_STOP_AN_AFIO_OR_SLICE;
[1]3163/* ask for new tape if necessary */
[128]3164 length_of_incoming_file = length_of_file(curr_file);
3165 write_header_block_to_stream(length_of_incoming_file, curr_file,
3166 start_chr);
3167 if (strstr(curr_file, ".afio.") || strstr(curr_file, ".star.")) {
3168 type = fileset;
3169 } else if (strstr(curr_file, "slice")) {
3170 type = biggieslice;
3171 } else {
3172 type = other;
3173 }
[1645]3174 res = write_file_to_stream_from_file(curr_file);
[128]3175 retval += res;
3176 unlink(curr_file);
[1]3177/* write closing header */
[684]3178 write_header_block_to_stream((off_t)0, "finished-writing-file", stop_chr);
[128]3179 }
3180 va_end(ap);
[1]3181
[128]3182 if (retval) {
3183 log_msg(1,
3184 "Warning - errors occurred while I was adding file to tape");
3185 }
3186 paranoid_free(curr_file);
3187 return (retval);
[1]3188}
3189
3190/* @} - end of LLarchiveGroup */
3191
3192
3193
3194/**
3195 * @addtogroup utilityGroup
3196 * @{
3197 */
3198/**
3199 * Make sure the user has a valid CD-R(W) in the CD drive.
3200 * @param cdrw_dev Set to the CD-R(W) device checked.
3201 * @param keep_looping If TRUE, keep pestering user until they insist
3202 * or insert a correct CD; if FALSE, only check once.
3203 * @return 0 (there was an OK CD in the drive) or 1 (there wasn't).
3204 */
[128]3205int interrogate_disk_currently_in_cdrw_drive(char *cdrw_dev,
3206 bool keep_looping)
[1]3207{
[128]3208 char *tmp;
3209 int res = 0;
3210 char *bkp;
3211 char *cdrecord;
[1]3212
[128]3213 malloc_string(tmp);
3214 malloc_string(bkp);
3215 malloc_string(cdrecord);
3216 strcpy(bkp, cdrw_dev);
3217 if (find_cdrw_device(cdrw_dev)) {
3218 strcpy(cdrw_dev, bkp);
3219 } else {
3220 if (!system("which cdrecord > /dev/null 2> /dev/null")) {
3221 sprintf(cdrecord, "cdrecord dev=%s -atip", cdrw_dev);
3222 } else if (!system("which dvdrecord > /dev/null 2> /dev/null")) {
3223 sprintf(cdrecord, "cdrecord dev=%s -atip", cdrw_dev);
3224 } else {
3225 cdrecord[0] = '\0';
3226 log_msg(2, "Oh well. I guess I'll just pray then.");
3227 }
3228 if (cdrecord[0]) {
3229 if (!keep_looping) {
3230 retract_CD_tray_and_defeat_autorun();
3231 res = run_program_and_log_output(cdrecord, 5);
3232 } else {
3233 while ((res = run_program_and_log_output(cdrecord, 5))) {
3234 retract_CD_tray_and_defeat_autorun();
3235 if (ask_me_yes_or_no
3236 ("Unable to examine CD. Are you sure this is a valid CD-R(W) CD?"))
3237 {
3238 log_msg(1, "Well, he insisted...");
3239 break;
3240 }
3241 }
3242 }
3243 }
3244 }
[1]3245// retract_CD_tray_and_defeat_autorun();
[128]3246 paranoid_free(tmp);
3247 paranoid_free(cdrecord);
3248 paranoid_free(bkp);
3249 return (res);
[1]3250}
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260/**
3261 * Asks the user to put a CD-R(W) in the drive.
3262 * @param ask_for_one_if_more_than_this (unused)
3263 * @param pmountable If non-NULL, pointed-to value is set to TRUE if the CD is mountable, FALSE otherwise.
3264 */
3265void
[128]3266pause_and_ask_for_cdr(int ask_for_one_if_more_than_this, bool * pmountable)
[1]3267{
3268
[128]3269 /*@ buffers ********************************************* */
3270 char *tmp;
3271 char *szmsg;
3272 char *cdrom_dev;
3273 char *cdrw_dev;
3274 char *our_serial_str;
3275 bool ok_go_ahead_burn_it;
3276 int cd_number = -1;
3277 int attempt_to_mount_returned_this = 999;
3278 char *mtpt;
3279 char *szcdno;
3280 char *szserfname;
3281 char *szunmount;
[1]3282
[128]3283 malloc_string(tmp);
3284 malloc_string(szmsg);
3285 malloc_string(cdrom_dev);
3286 malloc_string(cdrw_dev);
3287 malloc_string(mtpt);
3288 malloc_string(szcdno);
3289 malloc_string(szserfname);
3290 malloc_string(our_serial_str);
3291 malloc_string(szunmount);
[1]3292
[128]3293 sprintf(szmsg, "I am about to burn %s #%d",
3294 media_descriptor_string(g_backup_media_type),
3295 g_current_media_number);
3296 log_to_screen(szmsg);
3297 if (g_current_media_number < ask_for_one_if_more_than_this) {
3298 return;
3299 }
3300 log_to_screen("Scanning CD-ROM drive...");
[1644]3301 sprintf(mtpt, "%s/cd.mtpt", bkpinfo->tmpdir);
[128]3302 make_hole_for_dir(mtpt);
[1]3303
[128]3304 gotos_make_me_puke:
3305 ok_go_ahead_burn_it = TRUE;
3306 if (!find_cdrom_device(cdrom_dev, FALSE)) {
[1]3307/* When enabled, it made CD eject-and-retract when wrong CD inserted.. Weird
3308 log_msg(2, "paafcd: Retracting CD-ROM drive if possible" );
3309 retract_CD_tray_and_defeat_autorun();
3310*/
[128]3311 sprintf(tmp, "umount %s", cdrom_dev);
3312 run_program_and_log_output(tmp, 1);
3313 sprintf(szcdno, "%s/archives/THIS-CD-NUMBER", mtpt);
3314 sprintf(szserfname, "%s/archives/SERIAL-STRING", mtpt);
3315 sprintf(szunmount, "umount %s", mtpt);
3316 cd_number = -1;
3317 our_serial_str[0] = '\0';
3318 sprintf(tmp, "mount %s %s", cdrom_dev, mtpt);
3319 if ((attempt_to_mount_returned_this =
3320 run_program_and_log_output(tmp, 1))) {
3321 log_msg(4, "Failed to mount %s at %s", cdrom_dev, mtpt);
3322 log_to_screen("If there's a CD/DVD in the drive, it's blank.");
3323 /*
3324 if (interrogate_disk_currently_in_cdrw_drive(cdrw_dev, FALSE))
3325 {
3326 ok_go_ahead_burn_it = FALSE;
3327 log_to_screen("There isn't a writable CD/DVD in the drive.");
3328 }
3329 else
3330 {
3331 log_to_screen("Confirmed. There is a blank CD/DVD in the drive.");
3332 }
3333 */
3334 } else if (!does_file_exist(szcdno)
3335 || !does_file_exist(szserfname)) {
3336 log_to_screen
3337 ("%s has data on it but it's probably not a Mondo CD.",
3338 media_descriptor_string(g_backup_media_type));
3339 } else {
3340 log_to_screen("%s found in drive. It's a Mondo disk.",
3341 media_descriptor_string(g_backup_media_type));
3342 cd_number = atoi(last_line_of_file(szcdno));
3343 sprintf(tmp, "cat %s 2> /dev/null", szserfname);
3344 strcpy(our_serial_str,
3345 call_program_and_get_last_line_of_output(tmp));
3346 // FIXME - should be able to use last_line_of_file(), surely?
3347 }
3348 run_program_and_log_output(szunmount, 1);
3349 log_msg(2, "paafcd: cd_number = %d", cd_number);
3350 log_msg(2, "our serial str = %s; g_serial_string = %s",
3351 our_serial_str, g_serial_string);
3352 if (cd_number > 0 && !strcmp(our_serial_str, g_serial_string)) {
3353 log_msg(2, "This %s is part of this backup set!",
3354 media_descriptor_string(g_backup_media_type));
3355 ok_go_ahead_burn_it = FALSE;
3356 if (cd_number == g_current_media_number - 1) {
3357 log_to_screen
3358 ("I think you've left the previous %s in the drive.",
3359 media_descriptor_string(g_backup_media_type));
3360 } else {
3361 log_to_screen
3362 ("Please remove this %s. It is part of the backup set you're making now.",
3363 media_descriptor_string(g_backup_media_type));
3364 }
3365 } else {
3366 log_to_screen("...but not part of _our_ backup set.");
3367 }
3368 } else {
3369 log_msg(2,
3370 "paafcd: Can't find CD-ROM drive. Perhaps it has a blank %s in it?",
3371 media_descriptor_string(g_backup_media_type));
3372 if (interrogate_disk_currently_in_cdrw_drive(cdrw_dev, FALSE)) {
3373 ok_go_ahead_burn_it = FALSE;
3374 log_to_screen("There isn't a writable %s in the drive.",
3375 media_descriptor_string(g_backup_media_type));
3376 }
[1]3377 }
3378
3379/*
3380 if (g_current_media_number > ask_for_one_if_more_than_this)
3381 {
3382 ok_go_ahead_burn_it = FALSE;
3383 log_it("paafcd: %d > %d, so I'll definitely pause.", g_current_media_number > ask_for_one_if_more_than_this);
3384 }
3385*/
3386
[128]3387 if (!ok_go_ahead_burn_it) {
3388 eject_device(cdrom_dev);
3389 sprintf(tmp,
3390 "I am about to burn %s #%d of the backup set. Please insert %s and press Enter.",
3391 media_descriptor_string(g_backup_media_type),
3392 g_current_media_number,
3393 media_descriptor_string(g_backup_media_type));
3394 popup_and_OK(tmp);
3395 goto gotos_make_me_puke;
3396 } else {
3397 log_msg(2, "paafcd: OK, going ahead and burning it.");
3398 }
[1]3399
[128]3400 log_msg(2,
3401 "paafcd: OK, I assume I have a blank/reusable %s in the drive...",
3402 media_descriptor_string(g_backup_media_type));
[1]3403
[128]3404 // if (ask_for_one_if_more_than_this>1) { popup_and_OK(szmsg); }
[1]3405
[128]3406 log_to_screen("Proceeding w/ %s in drive.",
3407 media_descriptor_string(g_backup_media_type));
3408 paranoid_free(tmp);
3409 paranoid_free(szmsg);
3410 paranoid_free(cdrom_dev);
3411 paranoid_free(cdrw_dev);
3412 paranoid_free(mtpt);
3413 paranoid_free(szcdno);
3414 paranoid_free(szserfname);
3415 paranoid_free(our_serial_str);
3416 paranoid_free(szunmount);
3417 if (pmountable) {
3418 if (attempt_to_mount_returned_this) {
3419 *pmountable = FALSE;
3420 } else {
3421 *pmountable = TRUE;
3422 }
3423 }
[1]3424
3425}
3426
3427
3428
3429
3430
3431
3432
3433
3434/**
3435 * Set the <tt>N</tt>th bit of @c array to @c true_or_false.
3436 * @param array The bit array (as a @c char pointer).
3437 * @param N The bit number to set or reset.
3438 * @param true_or_false If TRUE then set bit @c N, if FALSE then reset bit @c N.
3439 * @see get_bit_N_of_array
3440 */
[128]3441void set_bit_N_of_array(char *array, int N, bool true_or_false)
[1]3442{
[128]3443 int bit_number;
3444 int mask, orig_val, to_add;
3445 int element_number;
[1]3446
[128]3447 assert(array != NULL);
[1]3448
[128]3449 element_number = N / 8;
3450 bit_number = N % 8;
3451 to_add = (1 << bit_number);
3452 mask = 255 - to_add;
3453 orig_val = array[element_number] & mask;
3454 // log_it("array[%d]=%02x; %02x&%02x = %02x", element_number, array[element_number], mask, orig_val);
3455 if (true_or_false) {
3456 array[element_number] = orig_val | to_add;
3457 }
[1]3458}
3459
3460/* @} - end of utilityGroup */
3461
3462
3463
3464
3465
3466
3467
3468
3469/**
3470 * Chop up @c filename.
3471 * @param bkpinfo The backup information structure. Fields used:
3472 * - @c backup_media_type
3473 * - @c compression_level
3474 * - @c optimal_set_size
3475 * - @c tmpdir
3476 * - @c use_lzo
3477 * - @c zip_exe
3478 * - @c zip_suffix
3479 *
3480 * @param biggie_filename The file to chop up.
[296]3481 * @param ntfsprog_fifo The FIFO to ntfsclone if this is an imagedev, NULL otherwise.
[1]3482 * @param biggie_file_number The sequence number of this biggie file (starting from 0).
3483 * @param noof_biggie_files The number of biggie files there are total.
3484 * @return The number of errors encountered (0 for success)
3485 * @see make_slices_and_images
3486 * @ingroup LLarchiveGroup
3487 */
3488int
[1645]3489slice_up_file_etc(char *biggie_filename,
[296]3490 char *ntfsprog_fifo, long biggie_file_number,
3491 long noof_biggie_files, bool use_ntfsprog)
[1]3492{
3493
[128]3494 /*@ buffers ************************************************** */
3495 char *tmp, *checksum_line, *command;
3496 char *tempblock;
3497 char *curr_slice_fname_uncompressed;
3498 char *curr_slice_fname_compressed;
3499 char *file_to_archive;
3500 char *file_to_openin;
3501 /*@ pointers ************************************************** */
3502 char *pB;
[1552]3503 FILE *fin = NULL, *fout = NULL;
[1]3504
[128]3505 /*@ bool ****************************************************** */
3506 bool finished = FALSE;
[1]3507
[128]3508 /*@ long ****************************************************** */
3509 size_t blksize = 0;
3510 long slice_num = 0;
3511 long i;
3512 long optimal_set_size;
3513 bool should_I_compress_slices;
3514 char *suffix; // for compressed slices
[1]3515
[128]3516 /*@ long long ************************************************** */
[684]3517 off_t totalread = (off_t)0;
3518 off_t totallength = (off_t)0;
3519 off_t length;
[1]3520
[128]3521 /*@ int ******************************************************** */
3522 int retval = 0;
3523 int res = 0;
[1]3524
[128]3525 /*@ structures ************************************************** */
3526 struct s_filename_and_lstat_info biggiestruct;
[1]3527// struct stat statbuf;
3528
[128]3529 assert(bkpinfo != NULL);
3530 assert_string_is_neither_NULL_nor_zerolength(biggie_filename);
3531 malloc_string(tmp);
3532 malloc_string(checksum_line);
3533 malloc_string(curr_slice_fname_uncompressed);
3534 malloc_string(curr_slice_fname_compressed);
3535 malloc_string(file_to_archive);
3536 malloc_string(suffix);
3537 command = malloc(MAX_STR_LEN * 8);
[1]3538
[128]3539 biggiestruct.for_backward_compatibility = '\n';
[296]3540 biggiestruct.use_ntfsprog = use_ntfsprog;
[128]3541 if (!(tempblock = (char *) malloc(256 * 1024))) {
3542 fatal_error("malloc error 256*1024");
3543 }
3544 optimal_set_size = bkpinfo->optimal_set_size;
3545 if (is_this_file_compressed(biggie_filename)
3546 || bkpinfo->compression_level == 0) {
3547 suffix[0] = '\0';
3548 // log_it("%s is indeed compressed :-)", filename);
3549 should_I_compress_slices = FALSE;
3550 } else {
3551 strcpy(suffix, bkpinfo->zip_suffix);
3552 should_I_compress_slices = TRUE;
3553 }
[1]3554
[128]3555 if (optimal_set_size < 999) {
3556 fatal_error("bkpinfo->optimal_set_size is insanely small");
3557 }
[296]3558 if (ntfsprog_fifo) {
3559 file_to_openin = ntfsprog_fifo;
[128]3560 strcpy(checksum_line, "IGNORE");
3561 log_msg(2,
3562 "Not calculating checksum for %s: it would take too long",
3563 biggie_filename);
[296]3564 if ( !find_home_of_exe("ntfsresize")) {
3565 fatal_error("ntfsresize not found");
3566 }
3567 sprintf(command, "ntfsresize --force --info %s|grep '^You might resize at '|cut -d' ' -f5", biggie_filename);
3568 log_it("command = %s", command);
3569 strcpy (tmp, call_program_and_get_last_line_of_output(command));
3570 log_it("res of it = %s", tmp);
[684]3571 totallength = (off_t)atoll(tmp);
[128]3572 } else {
3573 file_to_openin = biggie_filename;
[693]3574 if (strchr(biggie_filename,'\'') != NULL) {
3575 sprintf(command, "md5sum \"%s\"", biggie_filename);
3576 } else {
3577 sprintf(command, "md5sum '%s'", biggie_filename);
3578 }
[128]3579 if (!(fin = popen(command, "r"))) {
3580 log_OS_error("Unable to popen-in command");
3581 return (1);
3582 }
3583 (void) fgets(checksum_line, MAX_STR_LEN, fin);
3584 pclose(fin);
[167]3585 totallength = length_of_file (biggie_filename);
[128]3586 }
3587 lstat(biggie_filename, &biggiestruct.properties);
3588 strcpy(biggiestruct.filename, biggie_filename);
3589 pB = strchr(checksum_line, ' ');
3590 if (!pB) {
3591 pB = strchr(checksum_line, '\t');
3592 }
3593 if (pB) {
3594 *pB = '\0';
3595 }
3596 strcpy(biggiestruct.checksum, checksum_line);
[1]3597
[128]3598 strcpy(tmp, slice_fname(biggie_file_number, 0, bkpinfo->tmpdir, ""));
3599 fout = fopen(tmp, "w");
[1236]3600 if (fout == NULL) {
[1261]3601 log_msg(1, "Unable to open and write to %s\n", tmp);
[1236]3602 paranoid_free(tmp);
3603 paranoid_free(suffix);
3604 return (1);
3605 }
3606
[128]3607 (void) fwrite((void *) &biggiestruct, 1, sizeof(biggiestruct), fout);
[1552]3608 paranoid_fclose(fout);
[128]3609 length = totallength / optimal_set_size / 1024;
3610 log_msg(1, "Opening in %s; slicing it and writing to CD/tape",
3611 file_to_openin);
3612 if (!(fin = fopen(file_to_openin, "r"))) {
3613 log_OS_error("Unable to openin biggie_filename");
3614 sprintf(tmp, "Cannot archive bigfile '%s': not found",
3615 biggie_filename);
3616 log_to_screen(tmp);
3617 paranoid_free(tempblock);
3618 paranoid_free(tmp);
3619 paranoid_free(checksum_line);
3620 paranoid_free(command);
3621 return (1);
3622 }
3623 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
3624 res =
[1645]3625 move_files_to_stream(slice_fname(biggie_file_number, 0,
[128]3626 bkpinfo->tmpdir, ""), NULL);
3627 } else {
3628 res =
[1645]3629 move_files_to_cd(slice_fname(biggie_file_number, 0,
[128]3630 bkpinfo->tmpdir, ""), NULL);
3631 }
3632 i = bkpinfo->optimal_set_size / 256;
3633 for (slice_num = 1; !finished; slice_num++) {
3634 strcpy(curr_slice_fname_uncompressed,
3635 slice_fname(biggie_file_number, slice_num, bkpinfo->tmpdir,
3636 ""));
3637 strcpy(curr_slice_fname_compressed,
3638 slice_fname(biggie_file_number, slice_num, bkpinfo->tmpdir,
3639 suffix));
[1]3640
[1645]3641 strcpy(tmp, percent_media_full_comment());
[128]3642 update_progress_form(tmp);
3643 if (!(fout = fopen(curr_slice_fname_uncompressed, "w"))) {
3644 log_OS_error(curr_slice_fname_uncompressed);
3645 return (1);
[1]3646 }
[128]3647 if ((i == bkpinfo->optimal_set_size / 256)
3648 && (totalread < 1.1 * totallength)) {
3649 for (i = 0; i < bkpinfo->optimal_set_size / 256; i++) {
3650 blksize = fread(tempblock, 1, 256 * 1024, fin);
3651 if (blksize > 0) {
3652 totalread = totalread + blksize;
3653 (void) fwrite(tempblock, 1, blksize, fout);
3654 } else {
3655 break;
3656 }
3657 }
3658 } else {
3659 i = 0;
3660 }
3661 paranoid_fclose(fout);
3662 if (i > 0) // length_of_file (curr_slice_fname_uncompressed)
[1]3663 {
[128]3664 if (!does_file_exist(curr_slice_fname_uncompressed)) {
3665 log_msg(2,
3666 "Warning - '%s' doesn't exist. How can I compress slice?",
3667 curr_slice_fname_uncompressed);
3668 }
3669 if (should_I_compress_slices && bkpinfo->compression_level > 0) {
3670 sprintf(command, "%s -%d %s", bkpinfo->zip_exe,
3671 bkpinfo->compression_level,
3672 curr_slice_fname_uncompressed);
3673 log_msg(2, command);
3674 if ((res = system(command))) {
3675 log_OS_error(command);
3676 }
3677 // did_I_compress_slice = TRUE;
3678 } else {
3679 sprintf(command, "mv %s %s 2>> %s",
3680 curr_slice_fname_uncompressed,
3681 curr_slice_fname_compressed, MONDO_LOGFILE);
3682 res = 0; // don't do it :)
3683 // did_I_compress_slice = FALSE;
3684 }
3685 retval += res;
3686 if (res) {
3687 log_msg(2, "Failed to compress the slice");
3688 }
3689 if (bkpinfo->use_lzo
3690 && strcmp(curr_slice_fname_compressed,
3691 curr_slice_fname_uncompressed)) {
3692 unlink(curr_slice_fname_uncompressed);
3693 }
3694 if (res) {
3695 sprintf(tmp, "Problem with slice # %ld", slice_num);
3696 } else {
3697 sprintf(tmp,
3698 "%s - Bigfile #%ld, slice #%ld compressed OK ",
3699 biggie_filename, biggie_file_number + 1,
3700 slice_num);
3701 }
[1]3702#ifndef _XWIN
[128]3703 if (!g_text_mode) {
3704 newtDrawRootText(0, g_noof_rows - 2, tmp);
3705 newtRefresh();
3706 } else {
3707 log_msg(2, tmp);
3708 }
[1]3709#else
[128]3710 log_msg(2, tmp);
[1]3711#endif
[128]3712 strcpy(file_to_archive, curr_slice_fname_compressed);
3713 g_current_progress++;
3714 } else { /* if i==0 then ... */
[1]3715
[128]3716 finished = TRUE;
3717 strcpy(file_to_archive, curr_slice_fname_uncompressed);
3718 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
3719 break;
3720 }
3721 }
3722
3723 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
3724 register_in_tape_catalog(biggieslice, biggie_file_number,
3725 slice_num, file_to_archive);
3726 maintain_collection_of_recent_archives(bkpinfo->tmpdir,
3727 file_to_archive);
[1645]3728 res = move_files_to_stream(file_to_archive, NULL);
[128]3729 } else {
[1645]3730 res = move_files_to_cd(file_to_archive, NULL);
[128]3731 }
3732 retval += res;
3733 if (res) {
3734 sprintf(tmp,
3735 "Failed to add slice %ld of bigfile %ld to scratchdir",
3736 slice_num, biggie_file_number + 1);
3737 log_to_screen(tmp);
3738 fatal_error
3739 ("Hard disk full. You should have bought a bigger one.");
3740 }
[1]3741 }
[128]3742 paranoid_fclose(fin);
3743 sprintf(tmp, "Sliced bigfile #%ld", biggie_file_number + 1);
3744 if (retval) {
3745 strcat(tmp, "...FAILED");
3746 } else {
3747 strcat(tmp, "...OK!");
[1]3748 }
[128]3749 log_msg(1, tmp);
3750 paranoid_free(tempblock);
3751 paranoid_free(tmp);
3752 paranoid_free(checksum_line);
3753 paranoid_free(command);
3754 paranoid_free(curr_slice_fname_uncompressed);
3755 paranoid_free(curr_slice_fname_compressed);
3756 paranoid_free(file_to_archive);
3757 paranoid_free(suffix);
3758 return (retval);
[1]3759}
3760
3761
3762
3763
3764
3765
3766/**
3767 * Remove the archives in @c d.
3768 * This could possibly include any of:
3769 * - all afioballs (compressed and not)
3770 * - all filelists
3771 * - all slices
3772 * - all checksums
3773 * - a zero filler file
3774 *
3775 * @param d The directory to wipe the archives from.
3776 * @ingroup utilityGroup
3777 */
[128]3778void wipe_archives(char *d)
[1]3779{
[128]3780 /*@ buffers ********************************************* */
3781 char *tmp;
3782 char *dir;
[1]3783
[128]3784 malloc_string(tmp);
3785 malloc_string(dir);
3786 assert_string_is_neither_NULL_nor_zerolength(d);
[1]3787
[128]3788 sprintf(dir, "%s/archives", d);
3789 sprintf(tmp, "find %s -name '*.afio*' -exec rm -f '{}' \\;", dir);
3790 run_program_and_log_output(tmp, FALSE);
3791 sprintf(tmp, "find %s -name '*list.[0-9]*' -exec rm -f '{}' \\;", dir);
3792 run_program_and_log_output(tmp, FALSE);
3793 sprintf(tmp, "find %s -name 'slice*' -exec rm -f '{}' \\;", dir);
3794 run_program_and_log_output(tmp, FALSE);
3795 sprintf(tmp, "rm -f %s/cklist*", dir);
3796 run_program_and_log_output(tmp, FALSE);
3797 sprintf(tmp, "rm -f %s/zero", dir);
3798 run_program_and_log_output(tmp, FALSE);
3799 log_msg(1, "Wiped %s's archives", dir);
3800 sprintf(tmp, "ls -l %s", dir);
3801 run_program_and_log_output(tmp, FALSE);
3802 paranoid_free(tmp);
3803 paranoid_free(dir);
[1]3804}
3805
3806
3807
3808/**
3809 * @addtogroup LLarchiveGroup
3810 * @{
3811 */
3812/**
3813 * Write the final ISO image.
3814 * @param bkpinfo The backup information structure. Used only
3815 * in the call to @c write_iso_and_go_on().
3816 * @return The number of errors encountered (0 for success)
3817 * @see write_iso_and_go_on
3818 * @see make_iso_fs
3819 * @bug The final ISO is written even if there are no files on it. In practice,
3820 * however, this occurs rarely.
3821 */
[1645]3822int write_final_iso_if_necessary()
[1]3823{
[128]3824 /*@ int ***************************************************** */
3825 int res;
[1]3826
[128]3827 /*@ buffers ************************************************** */
3828 char *tmp;
[1]3829
[128]3830 malloc_string(tmp);
3831 assert(bkpinfo != NULL);
[1]3832
3833// I should really check if there are any slices or tarballs to be copied to CD-R(W)'s; the odds are approx. 1 in a million that there are no files here, so I'll just go ahead & make one more CD anyway
3834
[128]3835 sprintf(tmp, "Writing the final ISO");
3836 log_msg(2, tmp);
3837 center_string(tmp, 80);
[1]3838#ifndef _XWIN
[128]3839 if (!g_text_mode) {
3840 newtPushHelpLine(tmp);
3841 }
[1]3842#endif
[1645]3843 res = write_iso_and_go_on(TRUE);
[1]3844#ifndef _XWIN
[128]3845 if (!g_text_mode) {
3846 newtPopHelpLine();
3847 }
[1]3848#endif
[128]3849 log_msg(2, "Returning from writing final ISO (res=%d)", res);
3850 paranoid_free(tmp);
3851 return (res);
[1]3852}
3853
3854
3855/**
[20]3856 * Write an ISO image to <tt>[bkpinfo->isodir]/bkpinfo->prefix-[g_current_media_number].iso</tt>.
[1]3857 * @param bkpinfo The backup information structure. Fields used:
3858 * - @c backup_media_type
[20]3859 * - @c prefix
[1]3860 * - @c isodir
3861 * - @c manual_cd_tray
3862 * - @c media_size
3863 * - @c nfs_mount
3864 * - @c nfs_remote_dir
3865 * - @c scratchdir
3866 * - @c verify_data
3867 *
3868 * @param last_cd If TRUE, this is the last CD to write; if FALSE, it's not.
3869 * @return The number of errors encountered (0 for success)
3870 * @see make_iso_fs
3871 */
[1645]3872int write_iso_and_go_on(bool last_cd)
[1]3873{
[128]3874 /*@ pointers **************************************************** */
3875 FILE *fout;
[1]3876
[128]3877 /*@ buffers ***************************************************** */
3878 char *tmp;
3879 char *cdno_fname;
3880 char *lastcd_fname;
3881 char *isofile;
[1]3882
[128]3883 /*@ bool ******************************************************** */
3884 bool that_one_was_ok;
3885 bool using_nfs;
3886 bool orig_vfy_flag_val;
[1]3887
[128]3888 /*@ int *********************************************************** */
3889 int res = 0;
[1]3890
[128]3891 malloc_string(tmp);
3892 malloc_string(cdno_fname);
3893 malloc_string(lastcd_fname);
3894 malloc_string(isofile);
[1]3895
[128]3896 assert(bkpinfo != NULL);
3897 orig_vfy_flag_val = bkpinfo->verify_data;
3898 if (bkpinfo->media_size[g_current_media_number] <= 0) {
3899 fatal_error("write_iso_and_go_on() - unknown media size");
3900 }
[1]3901
[128]3902 if (strlen(bkpinfo->nfs_mount) > 1) {
3903 using_nfs = TRUE;
3904 } else {
3905 using_nfs = FALSE;
3906 }
3907 log_msg(1, "OK, time to make %s #%d",
3908 media_descriptor_string(bkpinfo->backup_media_type),
3909 g_current_media_number);
[1]3910
[128]3911 /* label the ISO with its number */
[1]3912
[128]3913 sprintf(cdno_fname, "%s/archives/THIS-CD-NUMBER", bkpinfo->scratchdir);
3914 fout = fopen(cdno_fname, "w");
3915 fprintf(fout, "%d", g_current_media_number);
3916 paranoid_fclose(fout);
[1]3917
[128]3918 sprintf(tmp, "cp -f %s/autorun %s/", g_mondo_home,
3919 bkpinfo->scratchdir);
3920 if (run_program_and_log_output(tmp, FALSE)) {
3921 log_msg(2, "Warning - unable to copy autorun to scratchdir");
[1]3922 }
[128]3923
3924 /* last CD or not? Label accordingly */
3925 sprintf(lastcd_fname, "%s/archives/NOT-THE-LAST", bkpinfo->scratchdir);
3926 if (last_cd) {
3927 unlink(lastcd_fname);
3928 log_msg(2,
3929 "OK, you're telling me this is the last CD. Fair enough.");
3930 } else {
3931 fout = fopen(lastcd_fname, "w");
3932 fprintf(fout,
3933 "You're listening to 90.3 WPLN, Nashville Public Radio.\n");
3934 paranoid_fclose(fout);
[1]3935 }
[128]3936 if (space_occupied_by_cd(bkpinfo->scratchdir) / 1024 >
3937 bkpinfo->media_size[g_current_media_number]) {
3938 sprintf(tmp,
3939 "Warning! CD is too big. It occupies %ld KB, which is more than the %ld KB allowed.",
3940 (long) space_occupied_by_cd(bkpinfo->scratchdir),
3941 (long) bkpinfo->media_size[g_current_media_number]);
3942 log_to_screen(tmp);
3943 }
3944 sprintf(isofile, "%s/%s/%s-%d.iso", bkpinfo->isodir,
3945 bkpinfo->nfs_remote_dir, bkpinfo->prefix,
3946 g_current_media_number);
3947 for (that_one_was_ok = FALSE; !that_one_was_ok;) {
[1688]3948 if (bkpinfo->backup_media_type != usb) {
3949 res = make_iso_fs(isofile);
3950 } else {
[1691]3951 res = make_usb_fs();
[1688]3952 }
[128]3953 if (g_current_media_number == 1 && !res
3954 && (bkpinfo->backup_media_type == cdr
3955 || bkpinfo->backup_media_type == cdrw)) {
3956 if (find_cdrom_device(tmp, FALSE)) // make sure find_cdrom_device() finds, records CD-R's loc
3957 {
3958 log_msg(3, "*Sigh* Mike, I hate your computer.");
3959 bkpinfo->manual_cd_tray = TRUE;
3960 } // if it can't be found then force pausing
3961 else {
3962 log_msg(3, "Great. Found Mike's CD-ROM drive.");
3963 }
[1]3964 }
[128]3965 if (bkpinfo->verify_data && !res) {
3966 log_to_screen
3967 ("Please reboot from the 1st %s in Compare Mode, as a precaution.",
3968 media_descriptor_string(g_backup_media_type));
3969 chdir("/");
[1709]3970 iamhere("Before calling verification of image()");
3971 if (bkpinfo->backup_media_type == usb) {
3972 res += verify_usb_image();
3973 } else {
3974 res += verify_cd_image();
3975 }
3976 iamhere("After calling verification of image()");
[1]3977 }
[128]3978 if (!res) {
3979 that_one_was_ok = TRUE;
3980 } else {
[1709]3981 sprintf(tmp, "Failed to create %s #%d. Retry?",
[128]3982 media_descriptor_string(bkpinfo->backup_media_type),
3983 g_current_media_number);
3984 res = ask_me_yes_or_no(tmp);
3985 if (!res) {
3986 if (ask_me_yes_or_no("Abort the backup?")) {
3987 fatal_error("FAILED TO BACKUP");
3988 } else {
3989 break;
3990 }
3991 } else {
3992 log_msg(2, "Retrying, at user's request...");
3993 res = 0;
3994 }
3995 }
[1]3996 }
3997/*
3998 if (using_nfs)
3999 {
4000 sprintf(tmp,"mv -f %s %s/%s/", isofile, bkpinfo->isodir, bkpinfo->nfs_remote_dir);
4001 if (run_program_and_log_output(tmp, FALSE))
4002 { log_to_screen("Unable to move ISO to NFS dir"); }
4003 }
4004*/
[128]4005 g_current_media_number++;
4006 if (g_current_media_number > MAX_NOOF_MEDIA) {
[1709]4007 fatal_error("Too many media. Use tape or net.");
[128]4008 }
4009 wipe_archives(bkpinfo->scratchdir);
4010 sprintf(tmp, "rm -Rf %s/images/*gz %s/images/*data*img",
4011 bkpinfo->scratchdir, bkpinfo->scratchdir);
4012 if (system(tmp)) {
4013 log_msg
4014 (2,
4015 "Error occurred when I tried to delete the redundant IMGs and GZs");
4016 }
[1]4017
[128]4018 if (last_cd) {
[1709]4019 log_msg(2, "This was your last media.");
[128]4020 } else {
4021 log_msg(2, "Continuing to backup your data...");
4022 }
[1]4023
[128]4024 bkpinfo->verify_data = orig_vfy_flag_val;
4025 paranoid_free(tmp);
4026 paranoid_free(cdno_fname);
4027 paranoid_free(lastcd_fname);
4028 paranoid_free(isofile);
4029 return (0);
[1]4030}
4031
4032/* @} - end of LLarchiveGroup */
4033
4034
4035
4036
4037/**
4038 * Verify the user's data.
4039 * @param bkpinfo The backup information structure. Fields used:
4040 * - @c backup_data
4041 * - @c backup_media_type
4042 * - @c media_device
4043 * - @c verify_data
4044 *
4045 * @return The number of errors encountered (0 for success)
4046 * @ingroup verifyGroup
4047 */
[1645]4048int verify_data()
[1]4049{
[128]4050 int res = 0, retval = 0, cdno = 0;
4051 char *tmp;
4052 long diffs = 0;
[1]4053
[128]4054 malloc_string(tmp);
4055 assert(bkpinfo != NULL);
4056 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
4057 chdir("/");
4058 mvaddstr_and_log_it(g_currentY, 0,
4059 "Verifying archives against live filesystem");
4060 if (bkpinfo->backup_media_type == cdstream) {
4061 strcpy(bkpinfo->media_device, "/dev/cdrom");
4062 }
[1645]4063 verify_tape_backups();
[128]4064 mvaddstr_and_log_it(g_currentY++, 74, "Done.");
4065 } else if (bkpinfo->backup_data)
4066 //bkpinfo->backup_media_type == cdrw || bkpinfo->backup_media_type == cdr))
[1]4067 {
[128]4068 log_msg(2,
4069 "Not verifying again. Per-CD/ISO verification already carried out.");
[1747]4070 sprintf(tmp, "cat %s/changed.files > %s/changed.files 2> /dev/null",bkpinfo->tmpdir, MONDO_CACHE);
[1644]4071 paranoid_system(tmp);
[128]4072 } else {
4073 g_current_media_number = cdno;
4074 if (bkpinfo->backup_media_type != iso) {
4075 find_cdrom_device(bkpinfo->media_device, FALSE); // replace 0,0,0 with /dev/cdrom
[1]4076 }
[128]4077 chdir("/");
4078 for (cdno = 1; cdno < 99 && bkpinfo->verify_data; cdno++) {
4079 if (cdno != g_current_media_number) {
4080 log_msg(2,
4081 "Warning - had to change g_current_media_number from %d to %d",
4082 g_current_media_number, cdno);
4083 g_current_media_number = cdno;
4084 }
4085 if (bkpinfo->backup_media_type != iso) {
[1645]4086 insist_on_this_cd_number(cdno);
[128]4087 }
[1645]4088 res = verify_cd_image(); // sets verify_data to FALSE if it's time to stop verifying
[128]4089 retval += res;
4090 if (res) {
4091 sprintf(tmp,
4092 "Warnings/errors were reported while checking %s #%d",
[1645]4093 media_descriptor_string(bkpinfo->backup_media_type),
[128]4094 g_current_media_number);
4095 log_to_screen(tmp);
[1]4096
[128]4097 }
[1]4098 }
4099/*
4100 sprintf (tmp,
4101 "cat %s | grep \"afio: \" | cut -d'\"' -f2 | sort -u | awk '{print \"/\"$0;};' | tr -s '/' '/' | grep -vx \"/afio:.*\" > /tmp/changed.files",
4102 MONDO_LOGFILE);
4103 system (tmp);
4104*/
[128]4105 sprintf(tmp,
[1644]4106 "grep 'afio: ' %s | sed 's/afio: //' | grep -vE '^/dev/.*$' >> %s/changed.files",
[1747]4107 MONDO_LOGFILE, MONDO_CACHE);
[128]4108 system(tmp);
4109
4110 sprintf(tmp,
[1644]4111 "grep 'star: ' %s | sed 's/star: //' | grep -vE '^/dev/.*$' >> %s/changed.files",
[1747]4112 MONDO_LOGFILE, MONDO_CACHE);
[128]4113 system(tmp);
4114 run_program_and_log_output("umount " MNT_CDROM, FALSE);
4115// if (bkpinfo->backup_media_type != iso && !bkpinfo->please_dont_eject_when_restoring)
[1]4116//{
[128]4117 eject_device(bkpinfo->media_device);
[1]4118//}
4119 }
[1747]4120 sprintf(tmp, "%s/changed.files", MONDO_CACHE);
[1644]4121 diffs = count_lines_in_file(tmp);
[1]4122
[128]4123 if (diffs > 0) {
4124 if (retval == 0) {
4125 retval = (int) (-diffs);
4126 }
[1]4127 }
[128]4128 paranoid_free(tmp);
4129 return (retval);
[1]4130}
4131
4132
4133
4134
4135
4136/**
4137 * @addtogroup utilityGroup
4138 * @{
4139 */
4140/**
4141 * Write an image to a real 3.5" floppy disk.
4142 * @param device The device to write to (e.g. @c /dev/fd0)
4143 * @param datafile The image to write to @p device.
4144 * @return The number of errors encountered (0 for success)
4145 * @see write_image_to_floppy
4146 */
[128]4147int write_image_to_floppy_SUB(char *device, char *datafile)
[1]4148{
[128]4149 /*@ int *************************************************************** */
4150 int res = 0;
[1]4151 int percentage = 0;
4152 int blockno = 0;
[128]4153 int maxblocks = 0;
[1]4154
[128]4155 /*@ buffers************************************************************ */
4156 char *tmp;
[1]4157 char blk[1024];
4158 char *title;
4159
[128]4160 /*@ pointers ********************************************************** */
[1]4161 char *p;
[128]4162 FILE *fout, *fin;
[1]4163
4164
[128]4165 malloc_string(tmp);
4166 malloc_string(title);
4167 /* pretty stuff */
4168 if (!(p = strrchr(datafile, '/'))) {
4169 p = datafile;
4170 } else {
4171 p++;
[1]4172 }
[128]4173 sprintf(title, "Writing %s to floppy", p);
4174 open_evalcall_form(title);
4175 /* functional stuff */
4176 for (p = device + strlen(device); p != device && isdigit(*(p - 1));
4177 p--);
4178 maxblocks = atoi(p);
4179 if (!maxblocks) {
4180 maxblocks = 1440;
[1]4181 }
[128]4182 sprintf(tmp, "maxblocks = %d; p=%s", maxblocks, p);
4183 log_msg(2, tmp);
4184 /* copy data from image to floppy */
4185 if (!(fin = fopen(datafile, "r"))) {
4186 log_OS_error("Cannot open img");
4187 return (1);
[1]4188 }
[128]4189 if (!(fout = fopen(device, "w"))) {
4190 log_OS_error("Cannot open fdd");
4191 return (1);
4192 }
4193 for (blockno = 0; blockno < maxblocks; blockno++) {
4194 percentage = blockno * 100 / maxblocks;
4195 if (fread(blk, 1, 1024, fin) != 1024) {
4196 if (feof(fin)) {
4197 log_msg(1,
4198 "img read err - img ended prematurely - non-fatal error");
4199 sleep(3);
4200 return (res);
4201 }
4202 res++;
4203 log_to_screen("img read err");
4204 }
4205 if (fwrite(blk, 1, 1024, fout) != 1024) {
4206 res++;
4207 log_to_screen("fdd write err");
4208 }
4209 if (((blockno + 1) % 128) == 0) {
4210 paranoid_system("sync"); /* fflush doesn't work; dunno why */
4211 update_evalcall_form(percentage);
4212 }
4213 }
4214 paranoid_fclose(fin);
4215 paranoid_fclose(fout);
4216 paranoid_free(tmp);
4217 paranoid_free(title);
4218 close_evalcall_form();
4219 return (res);
[1]4220}
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230/**
4231 * Wrapper around @c write_image_to_floppy_SUB().
4232 * This function, unlike @c write_image_to_floppy_SUB(),
4233 * gives the user the opportunity to retry if the write fails.
4234 * @see write_image_to_floppy_SUB
4235 */
[128]4236int write_image_to_floppy(char *device, char *datafile)
[1]4237{
[128]4238 /*@ int ************************************************************** */
4239 int res = 0;
[1]4240
[128]4241 assert_string_is_neither_NULL_nor_zerolength(device);
4242 assert_string_is_neither_NULL_nor_zerolength(datafile);
[1]4243
[128]4244 while ((res = write_image_to_floppy_SUB(device, datafile))) {
4245 if (!ask_me_yes_or_no("Failed to write image to floppy. Retry?")) {
4246 return (res);
4247 }
[1]4248 }
[128]4249 return (res);
[1]4250}
4251
4252/* @} - end of utilityGroup */
[259]4253
[424]4254void setenv_mondo_share(void) {
[259]4255
[424]4256setenv("MONDO_SHARE", MONDO_SHARE, 1);
[259]4257}
Note: See TracBrowser for help on using the repository browser.