Jose Henrique a60b3a55a6
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
testing auto updater
2024-12-28 21:21:54 -03:00
2024-12-27 23:27:36 -03:00
2024-12-28 21:18:35 -03:00
2024-12-27 23:44:46 -03:00
2024-12-27 23:44:46 -03:00
2024-12-28 21:21:54 -03:00
2024-12-28 21:13:05 -03:00
2024-12-28 21:13:05 -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 all the scripts in this repository to a specified directory.

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

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.

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 63 KiB
Languages
Shell 100%