BmuS is a powerful free bash-based backup program. It automates backup tasks for files, directories, and MySQL databases from your Linux or Raspberry Pi system. You can back up to a NAS or network drive with ease. The software includes features like encryption, deduplication, and multilingual support, making it an excellent choice for both beginners and advanced users.
Before you begin, ensure you have:
To get started, youβll first need to visit the Releases page to download BmuS.
bmus-latest.tar.gz.After downloading, you need to extract the files from the bmus-latest.tar.gz archive. Hereβs how:
cd command. For example:
cd ~/Downloads
tar -xvzf bmus-latest.tar.gz
You will see a new folder named bmus created in your directory.
Next, youβll want to navigate into the bmus folder and set up the program:
bmus directory:
cd bmus
chmod +x install.sh
./install.sh
This step sets up BmuS on your system.
Once the installation is complete, you need to configure BmuS to meet your needs:
nano config.bash
Save your changes before exiting.
To run BmuS, enter the following command in your terminal:
./bmus.sh
The program will start backing up your specified files and databases to the designated location.
BmuS offers various options for advanced users. You can set:
Refer to the documentation for detailed instructions on using these features.
If you encounter issues, common solutions include:
For further assistance, consider joining our community. You can find support through:
BmuS is open-source software under the MIT License. You can freely use, modify, and distribute it, following the guidelines stated in the license.
For more information, return to the Releases page to download the latest version and check for updates.
We hope BmuS makes your backup process seamless and secure!