source: MondoRescue/branches/3.2/mondo/src/mondoarchive/mondoarchive.h@ 3567

Last change on this file since 3567 was 3567, checked in by Bruno Cornec, 8 years ago

Add a MONDO_LOGFILENAME variable to allow the basename to be used when compressing the log on the target media

  • Property svn:eol-style set to native
File size: 421 bytes
RevLine 
[1315]1/*
2 * $Id$
3 *
4 * Definitions for mondoarchive
5 */
6
7/**
8 * Compatibility #define to ease the transition to logfile-in-a-variable.
9 */
[3567]10char *MONDO_LOGFILENAME = "mondoarchive.log";
[1318]11char *MONDO_LOGFILE = "/var/log/mondoarchive.log";
[3193]12char *MONDO_OPTIONS = "0123456789A:B:C:DE:FGHI:J:K:LM:NOP:QRS:T:UVWYb:c:d:ef:gik:l:mn:op:rs:tuw:x:z";
[1316]13
14/* No restriction on ps options */
15char *ps_options = "auxww";
16char *ps_proc_id = "$2";
Note: See TracBrowser for help on using the repository browser.