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
- Host: GitHub
- URL: https://github.com/kvaps/linstor-backup-script
- Owner: kvaps
- License: apache-2.0
- Created: 2018-11-07T01:45:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T06:59:23.000Z (almost 3 years ago)
- Last Synced: 2025-06-07T07:41:37.053Z (about 1 year ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```