Skip to content

JetBackup5API-Bash-Library is a Bash library that provides full access to the JetBackup 5 API.

Notifications You must be signed in to change notification settings

Noam-Alum/JetBackup5API-Bash-Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetBackup5API Bash integration

made-with-bash

JetBackup5API-Bash-Library is a Bash library that provides full access to the JetBackup 5 API.

JetBackupLogo

How to use

You can either source via curl:

#!/bin/bash
source <(curl -LS "https://raw.githubusercontent.com/Noam-Alum/JetBackup5API-Bash-Integration/refs/heads/main/jb5_integration.bash")

jb5api::listAccounts --request '.data.accounts[-1].username'
.
.

Or download it and source directly:

#!/bin/bash
source jb5_integration.bash

jb5api::listAccounts --request '.data.accounts[-1].username'
.
.

Hero

Simple example of usage:

img

Click here for full documentation:

Documentation Button


Tip

Click here for JetBackup5APIs documentation.

About

JetBackup5API-Bash-Library is a Bash library that provides full access to the JetBackup 5 API.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages