Files
server-scripts/README.md
Jose Henrique 61ade81d39
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 35s
updating things
2025-09-20 20:53:54 -03:00

20 lines
963 B
Markdown

# server-scripts
Useful scripts for managing servers written in Bash. Supported OS includes only Ubuntu/Debian and Alpine.
In the past I was using it more for maintaining my home servers, bare metal with Docker, however when I changed to k3s, I started using it less. Now I'm using this as a collection of useful scripts that I can use when needed. Also `clean.sh` is still useful.
### `clean.sh`
This script is used to clean some of the files, docker dangling images, and docker stopped/unused containers.
### `windows-backup.ps1`
This PowerShell script is used to backup files from a Windows machine to a remote Samba server. It uses `7zip` to create the zip file, and then sends over the network using SMB protocol.
## Haven Notify
It's a small internal service designed to send notifications to a specified Discord channel via webhooks. It's written in Go and can be easily deployed.
The project is defined on [/haven-notify](./haven-notify) folder.