feat: add a Bash script to help Linux user manage Backrest #187
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Bash script include those feature:
When it install Backrest it will check CPU/Kernel tpye ( x86_64, Armv6, Arm64), if not those type it should stop the install process.
After check CPU/Kernel tpye, it will use
wget
to download the correct version of Backrest install pack from newest release. Then create a folder/path name "backrest" under/home/username
, then unpackage the install pack the install pack and run installer.sh inside it, after that it will clean the install file (remove the/home/username/backrest
).Uninstall feature is same as install but excute the
uninstall.sh
script.other feature use
sudo systemctl
command to manage it.Which plateform this script should support:
Linux running on x86_64, armv6~v8 CPU/Kernel
I have test the x86_64 and Armv8, other version I don't have device or enviroment to test it.