source: MondoRescue/branches/3.2/mondo/src/common/libmondo-archive.h@ 3568

Last change on this file since 3568 was 3464, checked in by Bruno Cornec, 9 years ago
  • suppress function archive_this_fileset_with_star and handle the star case in the std archive_this_fileset function to benefit from std features. Should help solving the issue reported on scratchdir not emptied in star case. Removes also duplicated code.
  • Property svn:keywords set to Id
File size: 1.3 KB
RevLine 
[1]1/* libmondo-archive.h
[128]2 * $Id: libmondo-archive.h 3464 2015-09-10 09:52:41Z bruno $
[1]3 */
4
[1647]5int archive_this_fileset(char *filelist,
[128]6 char *fname, int setno);
[1647]7int backup_data();
8int call_mindi_to_supply_boot_disks();
9bool can_we_fit_these_files_on_media(
[128]10 char *files_to_add, ...);
[1647]11int do_that_initial_phase();
12int do_that_final_phase();
[128]13int figure_out_kernel_path_interactively_if_necessary(char *kernel);
14bool get_bit_N_of_array(char *array, int N);
[1647]15int make_those_slices_phase();
16int make_those_afios_phase();
17int make_slices_and_images(
[128]18 char *biggielist_fname);
[1647]19int make_iso_fs(char *destfile);
20int make_afioballs_and_images();
21extern int (*move_files_to_cd) (char *, ...);
22int _move_files_to_cd(char *files_to_add, ...);
23extern int (*move_files_to_stream) (char *, ...);
24int _move_files_to_stream(char *files_to_add,
[128]25 ...);
26void pause_and_ask_for_cdr(int, bool *);
27void set_bit_N_of_array(char *array, int N, bool true_or_false);
[1647]28int slice_up_file_etc(char *biggie_filename,
[296]29 char *ntfsprog_fifo,
[128]30 long biggie_file_number, long noof_biggie_files,
[296]31 bool use_ntfsprog);
[1647]32int verify_data();
[128]33void wipe_archives(char *d);
[1647]34int write_iso_and_go_on(bool last_cd);
35int write_final_iso_if_necessary();
36int call_growisofs(char *destfile);
37int make_afioballs_and_images_SINGLETHREAD();
[543]38void setenv_mondo_share(void);
Note: See TracBrowser for help on using the repository browser.