From e07fa5e7c31bc95ac32a4a0a6c33560ade159b59 Mon Sep 17 00:00:00 2001 From: Marco Cetica Date: Fri, 16 Jan 2026 11:52:05 +0100 Subject: [PATCH] Migrating to Gitea CI --- .gitea/workflows/backup.sh.yml | 2 +- .github/workflows/backup.sh.yml | 25 ------------------------- README.md | 3 ++- 3 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 .github/workflows/backup.sh.yml diff --git a/.gitea/workflows/backup.sh.yml b/.gitea/workflows/backup.sh.yml index 34929e0..7cf1a23 100644 --- a/.gitea/workflows/backup.sh.yml +++ b/.gitea/workflows/backup.sh.yml @@ -8,7 +8,7 @@ jobs: bash: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | apt update && apt -y install rsync tar openssl shellcheck diff --git a/.github/workflows/backup.sh.yml b/.github/workflows/backup.sh.yml deleted file mode 100644 index c055818..0000000 --- a/.github/workflows/backup.sh.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: backup.sh -on: - push: - branches: [master] - workflow_dispatch: - -jobs: - bash: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Install dependencies - run: | - sudo apt update - sudo apt -y install rsync tar openssl shellcheck - - name: Run ShellCheck - run: | - shellcheck backup.sh - shellcheck tests.sh - - name: Install using Makefile - run: | - sudo make install - - name: Run unit tests - run: | - sudo ./tests.sh I_HAVE_READ_THE_HELPER diff --git a/README.md b/README.md index 27add21..92e17f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# backup.sh ![](https://github.com/ceticamarco/backup.sh/actions/workflows/backup.sh.yml/badge.svg) +# backup.sh ![](https://git.marcocetica.com/marco/backup.sh/actions/workflows/backup.sh.yml/badge.svg) + `backup.sh` is a POSIX compliant, modular and lightweight backup utility to save and encrypt your files. This tool is intended to be used on small scale UNIX environments such as VPS, personal servers and workstations. `backup.sh` uses [rsync](https://linux.die.net/man/1/rsync), [tar](https://linux.die.net/man/1/tar),