abstractpublic class AbstractBackuper implements Backuper(Code)
This class defines a AbstractBackuper, which can be used as a base class for
most backupers. This class provides a default implementation for options
parsing/setting and an implementation for dump serving/fetching that
understands the dumpServer option.
Returns the value of 'ignoreStdErrOutput' option. This option tells whether
command success should be altered by any output on stderr. Default is
false.
true if ignoreStdErrOutput option is set to true, false otherwise