SweetAsNZ / veeam-hardened-repository

Sample code for hardening a Veeam Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Veeam Hardened Linux Repository

This linux script can be used to apply hardening settings based on DISA STIG to Veeam Hardened Linux Repository. Download and run it on fresh Ubuntu 20.04 installation.

This tool is community supported and not an officially supported Veeam product.

πŸ“— Documentation

System Requirements:

  • Must be run as elevated user
  • Must be run on fresh Ubuntu 20.04 installation
  • Must be used for Veeam Backup & Replication v12

Operation:

  1. Connect through SSH to fresh Ubuntu 20.04 server installation
  2. Copy script to that server.
  3. Run the script with the following command:
sudo bash veeam.harden.sh > output.txt 2>&1

Note: If you need more verbose output just run that command:

sudo bash veeam.harden.sh

✍ Contributions

We welcome contributions from the community! We encourage you to create issues for Bugs & Feature Requests and submit Pull Requests. For more detailed information, refer to our Contributing Guide.

🀝🏾 License

πŸ€” Questions

If you have any questions or something is unclear, please don't hesitate to create an issue and let us know!

About

Sample code for hardening a Veeam Repository

License:MIT License


Languages

Language:Shell 100.0%