rvm  1.11
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Variables
archiver.h File Reference
#include <string>
#include <map>
#include "asserts.h"
#include "estring.h"
#include "timer.h"
#include "exec.h"
#include "rconfig.h"
#include "logger.h"
#include "vaulter.h"
#include "reporter.h"
Include dependency graph for archiver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rstat
 Map exit codes and signal numbers to verbose strings. More...
 
class  job_archiver
 Archive the paths associated with a single job. More...
 
class  archive_manager
 Create (or update an existing) archive in the selected vault. More...
 

Variables

class rstat rsync_estat_str
 
archive_manager archiver
 The global archive manager. More...
 

Variable Documentation

archive_manager archiver

The global archive manager.

Definition at line 1536 of file archiver.cc.

Referenced by archive_manager::archive_manager(), main(), job_archiver::mf_do_chores(), job_archiver::start(), and test_rvm().

class rstat rsync_estat_str

Definition at line 114 of file archiver.cc.

Referenced by job_archiver::mf_do_chores(), and jobs_report::write_report().