source: MondoRescue/trunk/mondo/mondo/common/libmondo-archive-EXT.h@ 1

Last change on this file since 1 was 1, checked in by bcornec, 19 years ago

Initial import from latest mondo-2.04_cvs_20050503/mindi-1.04_cvs_20050503 on http://www.mondorescue.org

File size: 2.0 KB
RevLine 
[1]1/* libmondo-archive-EXT.h */
2
3
4extern int archive_this_fileset (struct s_bkpinfo *bkpinfo, char *filelist, char *fname, int setno);
5extern int backup_data(struct s_bkpinfo *bkpinfo);
6extern int call_mindi_to_supply_boot_disks (struct s_bkpinfo *bkpinfo);
7extern bool can_we_fit_these_files_on_media (struct s_bkpinfo *bkpinfo, char*files_to_add, ...);
8extern int do_that_initial_phase (struct s_bkpinfo *bkpinfo);
9extern int do_that_final_phase (struct s_bkpinfo *bkpinfo);
10extern int figure_out_kernel_path_interactively_if_necessary(char*kernel);
11extern int make_those_slices_phase (struct s_bkpinfo *bkpinfo);
12extern int make_those_afios_phase (struct s_bkpinfo *bkpinfo);
13extern int make_slices_and_images (struct s_bkpinfo *bkpinfo, char *biggielist_fname);
14extern int make_iso_fs (struct s_bkpinfo *bkpinfo, char *destfile);
15extern int make_afioballs_and_images (struct s_bkpinfo *bkpinfo);
16extern int (*move_files_to_cd) (struct s_bkpinfo *, char *, ...);
17extern int _move_files_to_cd (struct s_bkpinfo *bkpinfo, char *, ...);
18extern int (*move_files_to_stream) (struct s_bkpinfo *, char *, ...);
19extern int _move_files_to_stream (struct s_bkpinfo *bkpinfo, char *files_to_add, ...);
20extern int offer_to_write_boot_floppies_to_physical_disks(struct s_bkpinfo *bkpinfo);
21extern void pause_and_ask_for_cdr (int, bool*);
22extern int slice_up_file_etc (struct s_bkpinfo *bkpinfo, char *biggie_filename,
23 char *partimagehack_fifo,
24 long biggie_file_number, long noof_biggie_files, bool use_partimagehack);
25extern int verify_data(struct s_bkpinfo *bkpinfo);
26extern void wipe_archives (char *d);
27extern int write_iso_and_go_on (struct s_bkpinfo *bkpinfo, bool last_cd);
28extern int write_final_iso_if_necessary (struct s_bkpinfo *bkpinfo);
29extern int call_growisofs (struct s_bkpinfo *bkpinfo, char *destfile);
30extern int make_afioballs_and_images_SINGLETHREAD (struct s_bkpinfo *bkpinfo);
31extern int archive_this_fileset_with_star (struct s_bkpinfo *bkpinfo, char *filelist, char *fname,
32 int setno);
33
Note: See TracBrowser for help on using the repository browser.