Skip to content

rostfirsikov/home-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠 Home Scripts Collection

Personal collection of Bash scripts for backups, automation, and system maintenance.
These scripts are designed for Linux/macOS environments and help automate routine tasks such as backups, monitoring, and housekeeping.


📌 Features

  • 📂 Backup automation — create and rotate backups for multiple folders
  • 🖥 System maintenance — clean old files, monitor changes
  • Configurable — easy to adjust settings via variables
  • 🎨 Optional colored output — toggle colors with a single variable
  • 📝 Logging support — save script output to log files

📂 Repository Structure

├── README.md # This file 
├┬─ scripts/ 
│└── *.sh # Some automation scripts
└── docs/ # Documentation and notes

🚀 Usage

1. Clone the repository

git clone https://github.com/yourusername/home-scripts.git
cd home-scripts

2. Make scripts executable

cd scripts
chmod +x *.sh

Index

  1. backup-script.sh - Backup multiple folders (Ukrainian version 🇺🇦)
  2. macOS Automator Droplet — Replace _ with - in filenames (Ukrainian version 🇺🇦)
  3. occscan.sh - Script runs the Nextcloud occ files:scan command for a specific user and path

About

Home scripts: backups, system maintenance, and automation tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages