Start Python reimplementation. Added make_backup method

This commit is contained in:
2026-01-20 12:22:00 +01:00
parent e07fa5e7c3
commit 6e97943cb7
11 changed files with 490 additions and 1317 deletions

View File

@@ -1,24 +0,0 @@
name: backup.sh
on:
push:
branches: [master]
workflow_dispatch:
jobs:
bash:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt update && apt -y install rsync tar openssl shellcheck
- name: Run ShellCheck
run: |
shellcheck backup.sh
shellcheck tests.sh
- name: Install using Makefile
run: |
make install
- name: Run unit tests
run: |
./tests.sh I_HAVE_READ_THE_HELPER