Coder Social home page Coder Social logo

veeam-job-stats's Introduction

Veeam job stats

The script works through the Veeam Backup Enterprise Manager RESTful API and serves to display information about Backup jobs. Displays the name and size of the virtual machine backup (if the "use per-vm backup files" checkbox is set in the repository settings) and the total size of the job.

use "per-vm backup files" setting!

Example:

./veeam_stats.py -backups
Job name: Exchange
VMs			Size
EX-MAIL1		379.91Gb
SAFE-MAIL1		881.16Gb
EX-DC2			8.85Gb
EX-DC1			14.3Gb
SAFE-DC1		31.01Gb
SAFE-DC2		23.78Gb
Total size: 1339.01Gb

Also, the script allows you to get information about the repository and the tasks that are configured for these repositories Example:

./veeam_stats.py -repos
Repository name: Infortrend
Repository size: 2198.82Gb
Repository free size: 1255.58Gb
Repository jobs:
	Zimbra

Repository name: Default Backup Repository
Repository size: 107.0Gb
Repository free size: 56.19Gb
Repository jobs:
	Exchange balancers

Repository name: Local
Repository size: 5497.42Gb
Repository free size: 1534.37Gb
Repository jobs:
	Exchange
	TestOrg_Test

As a setting, you must specify variables

self.address = 'https://IP:9398/api/'
self.username = 'username'
self.password = 'password'

veeam-job-stats's People

Contributors

elizaroveugene avatar

Watchers

 avatar

Forkers

amar3lo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.