https://github.com/hungles/shell_box
๐shell_box is a collection of shell-based utilities designed to make everyday tasks easier, faster, and more reliable.
https://github.com/hungles/shell_box
automation bash script
Last synced: 2 months ago
JSON representation
๐shell_box is a collection of shell-based utilities designed to make everyday tasks easier, faster, and more reliable.
- Host: GitHub
- URL: https://github.com/hungles/shell_box
- Owner: hungles
- Created: 2025-08-17T18:09:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-17T18:36:06.000Z (10 months ago)
- Last Synced: 2025-10-07T10:55:49.000Z (9 months ago)
- Topics: automation, bash, script
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ shell_box
**shell_box** is a collection of shell-based utilities designed to make everyday tasks easier, faster, and more reliable.
The goal of this project is not to be a huge framework, but rather a growing toolbox with small, practical scripts that solve common problems.
---
## ๐ Current utilities
### 1. `auto_backup`
A simple yet effective backup tool that allows you to:
- Automate backups of files or directories.
- Integrate with **cron jobs** for scheduled tasks.
- Keep logs of backup operations.
- Customize retention policies.
Example usage:
```bash
# Create a backup of /home/user/docs and store it in /backups
./auto_backup.sh /home/user/docs /backups
```
will continue