Skip to content
/ PyTSM Public

TSM library for running easier TSM queries and automatize backup processes.

License

Notifications You must be signed in to change notification settings

fjinkis/PyTSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview PyTSM

Requirements

  • Python 3.8+ & pip
  • dsmadmc client

Install

  1. Run virtualenv env

  2. Enter to the environment

    1.1. Windows

    env\Scripts\activate

    1.2. Linux

    source env/bin/activate
  3. Run pip install -r requirements.txt

  4. Setup the /config/tsmConfig.yaml

Gotchas

  • Every script built in /src uses the library /src/lib/tsm.py
  • Global or commmon functions are defined in /src/common
  • All the YAML files are in /config

About

TSM library for running easier TSM queries and automatize backup processes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages