add config assets, backup round

This commit is contained in:
Tykayn 2025-07-19 17:15:10 +02:00 committed by tykayn
parent cb1e4934b5
commit 728457f71c
26 changed files with 2011 additions and 126 deletions

View file

@ -5,7 +5,7 @@ source $HOME/Nextcloud/ressources/workflow_nextcloud/public_workflow/workflow_va
# Check if apt-installed packages are present
echo "Checking apt-installed packages..."
PACKAGES="adduser ansible arp-scan automysqlbackup borgbackup calibre certbot curl docker docker-compose etckeeper eza fail2ban geeqie git gnupg htop jq meld nano ncdu nginx npm pandoc php-curl php-mysql php-xml php8.4 php8.4-fpm php8.4-xml python3 python3-pip python3-setuptools rbenv restic rsync smartmontools snapd sshfs syncthing testdisk texlive tig unattended-upgrades vrms zsh"
PACKAGES="adduser ansible arp-scan automysqlbackup borgbackup calibre certbot curl docker docker-compose etckeeper eza fail2ban geeqie git gnupg ghostty htop jq meld nano ncdu nginx npm pandoc php-curl php-mysql php-xml php8.4 php8.4-fpm php8.4-xml python3 python3-pip python3-setuptools rbenv restic rsync smartmontools snapd sshfs syncthing testdisk texlive tig unattended-upgrades vrms zsh"
MISSING_PACKAGES=""
for pkg in $PACKAGES; do