Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Deon George
tsmpipe
Commits
40ff3a32
Commit
40ff3a32
authored
Jul 07, 2016
by
Deon George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added README
parent
fca89308
Pipeline
#44
failed with stages
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
README.md
README.md
+17
-0
No files found.
README.md
0 → 100644
View file @
40ff3a32
# About
TSMPIPE is a Tivoli Storage Manager client, that enables you to take data from STDIN and store that in TSM as a BACKUP or ARCHIVE object.
In its simplest form, you can
```
cat myfile.ext | tsmpipe -c [MORE OPTIONS]```
Or, where an application supports "dumping" to STDOUT, you can pipe that dump into TSMPIPE.
```
myappdump | tsmpipe -c [OPTIONS]
```
Getting data back is the reverse
```
tsmpipe -x [MORE OPTIONS] > myfile
```
Or, back to your application
```
tsmpipe -x [MORE OPTIONS] | myapp
```
For help, use tsmpipe -h
To test that you can connect to TSM, use tsmpipe -i
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment