Ignore:
Timestamp:
May 29, 2008, 5:40:05 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Remove all references to /root/images
  • Fix the lack of support for options in mondorestore by copying what is done for mondoarchive and sharing the functions analyzing the cli (getopt usage)
  • Review the now common handle_incoming_parameters to have it support correctly 2 modes (archiving and restoring)
  • Update mondorestore man page to take in account the options supported now
  • Replace mondorestore options --nuke, --interactive, with -Z nuke, -Z interactive ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/common/libmondo-archive.c

    r1956 r1967  
    6060extern FILE *g_tape_stream;
    6161extern long long g_tape_posK;
     62extern bool g_cd_recovery;
    6263extern char *g_mondo_home;
    6364extern char *g_tmpfs_mountpt;
    64 extern bool g_cd_recovery;
    6565extern char *g_serial_string;
    66 
    6766extern char *g_getfacl;
    6867extern char *g_getfattr;
     
    101100static int g_sem_id;
    102101static int g_sem_key;
    103 
    104 
    105 
    106102
    107103/**
Note: See TracChangeset for help on using the changeset viewer.