Last change
on this file since 2272 was 1967, checked in by Bruno Cornec, 17 years ago |
- 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 ...
|
-
Property svn:eol-style
set to
native
|
File size:
371 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * $Id$
|
---|
3 | *
|
---|
4 | * Definitions for mondoarchive
|
---|
5 | */
|
---|
6 |
|
---|
7 | /**
|
---|
8 | * Compatibility #define to ease the transition to logfile-in-a-variable.
|
---|
9 | */
|
---|
10 | char *MONDO_LOGFILE = "/var/log/mondoarchive.log";
|
---|
11 | char *MONDO_OPTIONS = "0123456789A:B:C:DE:GHI:J:K:LNOP:QRS:T:UVWb:c:d:ef:gik:l:mn:op:rs:tuw:x:z";
|
---|
12 |
|
---|
13 | /* No restriction on ps options */
|
---|
14 | char *ps_options = "auxww";
|
---|
15 | char *ps_proc_id = "$2";
|
---|
Note:
See
TracBrowser
for help on using the repository browser.