The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

rapidapp_cas_copy

DESCRIPTION

This script copies a list of CAS (content-addressed-storage) entries from one Db to another.

SYNOPSIS

  $ script/rapidapp_cas_copy.pl --source SOURCE_CAS_PATH --dest DEST_CAS_PATH [--listfile FILE] [CKSUM, ...]

OPTIONS

--help (-?)

This help text

--source (-s) SOURCE_CAS_PATH (required)

Copy from the Content-Addressed-Storage tree at SOURCE_CAS_PATH

--dest (-d) DEST_CAS_PATH (required)

Copy into the Content-Addressed-Storage tree at DEST_CAS_PATH

--listfile (-f) FILE

Use the list from the file, in addition to any hashes specified on the command line.

The file must be a simple list of hashes, one per line. Comments are allowed via lines beginning with "#".