Go to the source code of this file.
Namespaces | |
namespace | rddi |
Data Structures | |
class | rddi::Cmd |
Functions | |
def | rddi::ask |
def | rddi::ask_file |
def | rddi::ask_hash |
def | rddi::ask_num |
def | rddi::ask_opt_file |
def | rddi::ask_recover |
def | rddi::ask_size |
def | rddi::ask_slice |
def | rddi::ask_yn |
def | rddi::format |
def | rddi::fprint |
def | rddi::toplevel |
Variables | |
string | rddi::blksize_help |
string | rddi::blksize_text = """Block size?""" |
string | rddi::count_help |
string | rddi::count_text = """How many bytes to read?""" |
string | rddi::DEFAULT_BLKSIZE = "512k" |
string | rddi::DEFAULT_INTERVAL = "5" |
string | rddi::DEFAULT_LOG = "rdd-%u.log" |
int | rddi::DEFAULT_MAXERR = 0 |
string | rddi::DEFAULT_MINBLKSIZE = "512" |
rddi::DEFAULT_OUT = None | |
string | rddi::DEFAULT_PORT = "4832" |
int | rddi::DEFAULT_RECOVERYLEN = 3 |
string | rddi::destfile_help |
string | rddi::destfile_text = """Output file:""" |
string | rddi::desthost_help |
string | rddi::desthost_text = """Destination host:""" |
string | rddi::hash_help |
string | rddi::hash_text = """Hash the data?""" |
string | rddi::inetd_help |
string | rddi::inetd_text = """Use (x)inetd to start the rdd server process?""" |
string | rddi::intro_text |
string | rddi::logfile_help |
string | rddi::logfile_text = """Log file:""" |
string | rddi::maxerr_help |
string | rddi::maxerr_text = """Quit after how many read errors?""" |
string | rddi::md5_help |
string | rddi::md5_text = """Use MD5?""" |
string | rddi::minblksize_help |
string | rddi::minblksize_text = """Minimum block size?""" |
string | rddi::mode_help |
string | rddi::mode_text |
string | rddi::offset_help |
string | rddi::offset_text = """Input file offset (in bytes)?""" |
string | rddi::overwrite_help |
string | rddi::overwrite_text = """Overwrite existing files?""" |
string | rddi::port_help |
string | rddi::port_text = """At which TCP port does the rdd server listen?""" |
string | rddi::progress_help |
string | rddi::progress_text |
dictionary | rddi::Q |
string | rddi::recover_help |
string | rddi::recover_text = """Do you want to modify any recovery options?""" |
string | rddi::run_help |
string | rddi::run_text = """Run now?""" |
string | rddi::section_help |
string | rddi::section_text |
string | rddi::sha1_help |
string | rddi::sha1_text = """Use SHA1?""" |
string | rddi::size_help |
string | rddi::slice_help |
string | rddi::slice_text = """Process entire input file?""" |
string | rddi::source_help |
string | rddi::source_text = """Input file:""" |
string | rddi::verb_help |
string | rddi::verb_text = """Do you want rdd to be verbose?""" |