From cbb8d5c1fa88a4a58d2f5dd3f34098cb1f0ed951 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 24 Sep 2015 21:10:59 +1000 Subject: [PATCH] deon created page: home --- home.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 home.md diff --git a/home.md b/home.md new file mode 100644 index 0000000..581769a --- /dev/null +++ b/home.md @@ -0,0 +1,20 @@ +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