From 40ff3a32b20087e1228aeebe25a6afe044e182b1 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 7 Jul 2016 05:17:44 +0000 Subject: [PATCH] Added README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a09c744 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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