#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"
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. |
The global archive manager.
Definition at line 1576 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 113 of file archiver.cc.
Referenced by job_archiver::mf_do_chores(), and jobs_report::write_report().