BashGuardian 🛡️ (Experimental Project)*
BashGuardian is a powerful bash script for backups and encryption on Unix-like (Linux & macOS) systems. It provides an easy-to-use and secure way to protect your important files and data. 🗂️🔒
* This is currently an experimental phase where the primary focus is on making the system functional and establishing a practical and logical pathway that aligns with both my vision and the project's goals. It might contain errors, bugs, etc. Many other non-core elements of the project are considered secondary.
First download the main script:
curl -O https://raw.githubusercontent.com/felipealfonsog/BashGuardian/main/backups_stable.sh
then,
chmod +x backups_stable.sh
and execute it:
./backups_stable.sh
To decrypt and untar your files, you can use the following commands:
gpg --decrypt --batch --passphrase passphrase encrypted_file.tar.gz.gpg | tar xzvf -
gpg --decrypt --batch --passphrase "passphrase" "backup_20230723_000101.tar.gz.gpg" | tar xzvf - --directory "$HOME/Documents/backedup-unencryped
tar -xvzf backups_macos_20231107_050001.tar.gz.
Command:
tar -xvzf
BashGuardian is licensed under the MIT License. See LICENSE for more information.
Contributions to BashGuardian are more than welcome! Here's how you can contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Make your changes and commit them:
git commit -m 'Add your feature'
. - Push the changes to your branch:
git push origin feature/your-feature-name
. - Create a new pull request.
-
Code Contributions: If you're a developer, you can contribute by submitting pull requests with bug fixes, new features, or improvements. Feel free to fork the project and create your branch to work on.
-
Bug Reports and Feedback: If you encounter any issues or have suggestions for improvement, please open an issue on the project's GitHub repository. Your feedback is valuable in making the project better.
-
Documentation: Improving the documentation is always appreciated. If you find any gaps or have suggestions to enhance the project's documentation, please let me know.
This project is still in its experimental stage and may have limitations in terms of features and compatibility. Use at your own discretion.
Hello! My name is Felipe, and I'm a passionate Computer Science Engineer. I'm also the creator of this project. If you have any questions, suggestions, or just want to chat, feel free to reach out to me. I'd be more than happy to help! 😊
- Email: f.alfonso@res-ear.ch
- LinkedIn: felipealfonsog
- GitHub: felipealfonsog
Your support and contributions are greatly appreciated! Thank you for your help in making this project better. 🙌