This project demonstrates a basic Linux backup automation script using Bash. The script copies files from a source directory to a backup directory and displays a confirmation message after successful completion.
- Automated folder backup
- Bash scripting
- Creates backup directory if it does not exist
- Displays current date and time
- Simple and easy to use
- Kali Linux
- Bash Shell
- Linux Commands
- mkdir
- cp
- chmod
- ls
- nano
- date
- Source
- Backup
- backup.sh
- screenshots
- Project Report
- Bash scripting basics
- Linux automation
- File management
- Permission management