table of contents
GFREP(1) | Gfarm | GFREP(1) |
NAME¶
gfrep - replicate Gfarm files
SYNOPSIS¶
gfrep [-mnqvx] [-S source-domainname] [-D destination-domainname] [-h source-hostfile] [-H destination-hostfile] [-N num-of-replicas] [-j num-of-threads] path...
DESCRIPTION¶
gfrep creates specified number of replicas of Gfarm files specified by the path to specified set of destination hosts. When set of source hosts are specified, only files stored on the set of source hosts are replicated. A set of hosts can be specified by a domain name and/or a host file. When both a domain name and a host file are specified, a set of hosts is determined by both conditions.
If the path parameter is a directory, files under the directory will be copied recursively.
OPTIONS¶
-S source-domainname
-D destination-domainname
If neither this nor the -H option is specified, replicas may be copied to any available host.
-h source-hostfile
if ``-'' is specified, standard input is used to read the host list.
-H destination-hostfile
if ``-'' is specified, standard input is used to read the host list.
-N num-of-replicas
If this option is not specified, -N 1 is assumed.
-j num-of-threads
-m
-x
-n
-q
-v
-?
BUGS¶
A source host is not always selected within a set of source hosts.
31 May 2008 | Gfarm |