#!/bin/bash # Backup Nextcloud Database mysqldump --single-transaction -u nextclouduser -p'YourSecurePasswordHere' nextcloud > /backup/nextcloud_db_$(date +%F).sql # Backup Nextcloud Config Directory tar -czf /backup/nextcloud_config_$(date +%F).tar.gz /var/www/nextcloud/config Use code with caution.
If you want to run heavy ExApps (like AI models) on a separate machine with a GPU, you can use the built-in tunnel. harp nextcloud install
sudo apt install php php-cli php-common php-curl php-gd php-mbstring php-xml php-zip php-pgsql php-intl php-bcmath php-gmp php-imagick -y Use code with caution. 3. Configure PHP Settings harp nextcloud install