source: MondoRescue/branches/3.0/mondo/src/mondoarchive/mondoarchive.h@ 3138

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

r5337@localhost: bruno | 2013-06-13 01:56:06 +0200

  • Attempt to realize #700 by adding a CLI parameter to modify the biggie file size limit. By default 64 MB.
  • Also with previous commit, fixes #700 by using blocks, and adapting autoconf to use it as well.
  • Property svn:eol-style set to native
File size: 372 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 */
[1318]10char *MONDO_LOGFILE = "/var/log/mondoarchive.log";
[3138]11char *MONDO_OPTIONS = "0123456789A:B:C:DE:GHI:J:K:LMNOP:QRS:T:UVWb:c:d:ef:gik:l:mn:op:rs:tuw:x:z";
[1316]12
13/* No restriction on ps options */
14char *ps_options = "auxww";
15char *ps_proc_id = "$2";
Note: See TracBrowser for help on using the repository browser.