Sappend
From SRB
Contents |
NAME
Sappend - appends a local file or a SRB object to a target SRB object.
SYNOPSIS
Sappend localFileName srbTarget
Sappend -i srbTarget
Sappend -s srbObj srbTarget
DESCRIPTION
In the first synopsis, Sappend appends a local file localFileName to an existing SRB object srbTarget. The user should have at least read permission for localFileName and at least 'write' permission for srbTarget.
In the second synopsis, the appended file is taken from the standard input.
In the third synopsis, Sappend appends an existing SRB object to another SRB object. The user should have at least read permission for srbObj and at least 'write' permission for srbTarget. If srbObj is replicated then one of the copies is read.
The srbObjandsrbTarget arguments can be path names in the SRB collection hierarchy.
OPTIONS
- -h
- displays command options
- -i
- appended from standard input
- -s
- append existing SRB object to another SRB object


