An open API service indexing awesome lists of open source software.

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.

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