Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
/idbvampPublic archive

idb adapter for bacula community edition

License

NotificationsYou must be signed in to change notification settings

idb-project/idbvamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMMAND DOCUMENTATION    Command idbvamp extracts last backup runs from a bacula MySQL database    putting them into IDB. It is supposed to be run regularly by cron.    Command line arguments    The following command line arguments are supported:-config string  config file (default "/etc/bytemine/idbvamp.json")-example  write an example config to idbvamp.json.example in the current dir.-version  display version and exit    Configuration file    The configuration is a JSON file with the following fields.Create: boolean, should machines not already present in the IDB be createdDsn: Data Source Name like described athttps://github.com/go-sql-driver/mysql#dsn-data-source-nameIt has to use the parseTime=true parameter!Url: Address of the IDB.ApiToken: Token for IDB API access.InsecureSkipVerify: Ignore invalid SSL certificate chains. Optional.Debug: Enable debug output. Optional.    The example config generated by the -example switch looks like this: {"Create": false,"Dsn": "root:@tcp(127.0.0.1:3306)/bacula?parseTime=true","Url": "https://idb.example.com","ApiToken": "myVerySecretToken","InsecureSkipVerify": false,"Debug": false    }

About

idb adapter for bacula community edition

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp