An open API service indexing awesome lists of open source software.

https://github.com/kvaps/linstor-backup-script

Script for export linstor configuration as simple commands
https://github.com/kvaps/linstor-backup-script

Last synced: 12 months ago
JSON representation

Script for export linstor configuration as simple commands

Awesome Lists containing this project

README

          

# linstor-backup-script
Script for export linstor configuration as simple commands

Before using please install `jq`.

**Installation:**
```
wget -O linstor-backup.sh https://github.com/kvaps/linstor-backup-script/raw/master/linstor-backup.sh
chmod +x linstor-backup.sh
```

**Usage:**
```
./linstor-backup.sh | tee linstor_$(date +%Y-%m-%d).sh
```