Package Details: tsmclient-service 8.1.23.0-1

Git Clone URL: https://aur.archlinux.org/tsmclient.git (read-only, click to copy)
Package Base: tsmclient
Description: IBM Tivoli Storage Manager Client and Systemd Service
Upstream URL: http://www-03.ibm.com/software/products/en/tivostormana/
Licenses: proprietary
Submitter: semi
Maintainer: codyps (zsoerenm, ninjaaron, alyst, bananana, kreucher)
Last Packager: bananana
Votes: 5
Popularity: 0.000000
First Submitted: 2014-08-22 11:45 (UTC)
Last Updated: 2024-10-09 12:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

codyps commented on 2017-06-06 22:18 (UTC)

I updated to the latest 7 as that is what my work's IT was using. I'm not sure what the compatibility story is between different client versions. It may make sense to have a seperate package per major version, but I'm not really sure.

ninjaaron commented on 2017-06-06 10:17 (UTC) (edited on 2017-06-06 10:17 (UTC) by ninjaaron)

Cool someone is maintaining this now. I have to ask, why'd you choose to stick with tsm 7 instead of move to 8? They both work in my usecase, so I went with 8. Is there some kind of deal-breaking difference? (I know almost nothing about Tivoli. My work just told me I could use it to backup my desktop to their crazy AIX backup thing.)

greyltc commented on 2016-12-21 20:10 (UTC)

disowning

greyltc commented on 2016-12-20 13:02 (UTC)

@codyps would you like to take over maintenance of this package?

codyps commented on 2016-12-09 19:02 (UTC)

Here's a patch to update this to 7.1.6.2 & use bsdtar. It also adds a broken dkms package for the kernel module now shipped in the package. Build fails due to kernel incompatibilities. https://gist.github.com/jmesmon/9eb1d60d1a5ffaa154c2a528e7ea8787

Scimmia commented on 2016-11-26 08:38 (UTC)

You should use bsdtar to extract the rpm files instead of the useless rpmextract wrapper.

FoPref commented on 2015-09-25 18:00 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index 3420b58..cd358f2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,10 +16,10 @@ conflicts=() install= options=(!strip) -source=(ftp://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86/BA/v712/7.1.2.0-TIV-TSMBAC-LinuxX86.tar +source=(ftp://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86/BA/v713/7.1.3.0-TIV-TSMBAC-LinuxX86.tar dsmcad.service) -sha1sums=('de8988b38c86ceb85104d01d95d2c978d79d90f1' +sha1sums=('4b9b66e994cf6fc9b2eb5f2ca663c0a0fc89a6c7' 'd4702d06339da46e998980e0d145e1f3e92f30aa') prepare() {

FoPref commented on 2015-09-25 17:49 (UTC)

7.1.3.0 is available at ftp://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86/BA/v713/

greyltc commented on 2015-08-20 14:29 (UTC)

Updated. Sorry this took me so long.

semi commented on 2015-08-14 12:57 (UTC)

Here's the full working PKGBUILD instead of patches: https://gist.github.com/sseemayer/6e7d9eb0e876ba77c7f8