source: MondoRescue/branches/2.04_berlios/mondo/mondo/mondorestore/mondo-restore.h@ 2708

Last change on this file since 2708 was 2708, checked in by Bruno Cornec, 13 years ago

r4184@localhost: bruno | 2011-01-27 15:52:51 +0100

  • Adds support for hpsa driver (new HP Smart Array driver)
  • Property svn:keywords set to Id
File size: 2.0 KB
RevLine 
[1]1/* mondo-restore.h
[2708]2 * $Id: mondo-restore.h 2708 2011-01-27 18:31:44Z bruno $
[1]3 */
4
5/**************************************************************************
6 * Prototypes: *
7 **************************************************************************/
8
9void ask_about_these_imagedevs(char*,char*);
10int catchall_mode(struct s_bkpinfo *, struct mountlist_itself *, struct raidlist_itself*);
11void find_pathname_of_executable_preferably_in_RESTORING(char *, char*, char*);
12int interactive_mode(struct s_bkpinfo *, struct mountlist_itself *, struct raidlist_itself *);
13int nuke_mode(struct s_bkpinfo *, struct mountlist_itself *, struct raidlist_itself *);
14int compare_mode(struct s_bkpinfo *, struct mountlist_itself *, struct raidlist_itself *);
15int iso_mode(struct s_bkpinfo *bkpinfo,
16 struct mountlist_itself *mountlist,
17 struct raidlist_itself *raidlist,
18 bool nuke_me_please);
19int restore_mode(struct s_bkpinfo *, struct mountlist_itself *, struct raidlist_itself *);
20int restore_a_biggiefile_from_CD(struct s_bkpinfo *, long, struct s_node*, char*);
21int restore_a_biggiefile_from_stream(struct s_bkpinfo*, char*, long , char*, long long, struct s_node*, int, char*);
22int restore_a_tarball_from_CD(char *, long, struct s_node*);
23int restore_a_tarball_from_stream(struct s_bkpinfo*, char *, long, struct s_node*, long long, char*, char*);
24int restore_all_biggiefiles_from_CD(struct s_bkpinfo*, struct s_node*);
25int restore_all_biggiefiles_from_stream(struct s_bkpinfo*, struct s_node*);
26int restore_all_tarballs_from_CD(struct s_bkpinfo*, struct s_node*);
27int restore_all_tarballs_from_stream(struct s_bkpinfo*, struct s_node*);
28int restore_everything(struct s_bkpinfo*,struct s_node*);
29int restore_live_from_monitas_server(struct s_bkpinfo *, char*, char*, char*);
30int restore_to_live_filesystem(struct s_bkpinfo*);
31void swap_mountlist_entries(struct mountlist_itself*,int,int);
32void sort_mountlist_by_mountpoint(struct mountlist_itself*,bool);
33void sort_mountlist_by_device(struct mountlist_itself*);
34int what_number_cd_is_this(struct s_bkpinfo*);
Note: See TracBrowser for help on using the repository browser.