From 27b90a909477ae40761324b67011b05d7a6b264e Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Fri, 27 Dec 2024 23:39:07 -0300 Subject: [PATCH] Adding readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7cbad27 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# 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. +```bash +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. \ No newline at end of file