Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add a Bash script to help Linux user manage Backrest #187

Merged
merged 2 commits into from
Apr 7, 2024

Commits on Apr 2, 2024

  1. feat: add a Bash script to help Linux user manage Backrest

    This Bash script include those feature:
    
    1. Install / Update / Uninstall Backrest
    2. Start / Stop / Check Status of Backrest
    
    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.
    Nebulosa-Cat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fb78aa4 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    12c0dac View commit details
    Browse the repository at this point in the history