Jose Henrique 018a4a5d60
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Haven Notify Build and Deploy / Build Haven Notify Image (amd64) (push) Successful in 15s
Haven Notify Build and Deploy / Deploy Haven Notify (push) Successful in 11s
updating haven notify
2025-08-16 22:41:41 -03:00
2025-08-16 22:30:04 -03:00
2025-08-16 22:41:41 -03:00
2025-08-16 22:35:10 -03:00
2025-07-31 21:02:06 -03:00
2025-07-31 21:02:06 -03:00
2025-07-31 20:48:10 -03:00
2025-07-26 22:05:36 -03:00
🤓
2025-07-31 21:15:51 -03:00

server-scripts

Useful scripts for managing servers written in Bash. Supported OS includes only Ubuntu/Debian and Alpine.

They feature auto-updating, and some error handling.

scripts-download.sh

This script is used to download selected scripts in this repository to a specified directory and install them as cron jobs.

curl -sSL https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/scripts-download.sh | bash

When you run the script, you will be prompted to select which scripts you want to download and install.

backup.sh

This script is used to backup a directory to a remote server using rsync. It is intended to be run as a cron job.

nas-gdrive-backup.sh

This script is used to both install itself and to run a periodic backup to Google Drive for files that had changed.

clean.sh

This script is used to clean some of the files, docker dangling images, and docker stopped/unused containers.

docker-updater.sh

This script is used to update all the docker containers on the server.

Description
No description provided
Readme 579 KiB
Languages
Shell 82.6%
Go 11.5%
PowerShell 4.9%
Dockerfile 1%