auto: sync 2026-05-29

This commit is contained in:
2026-05-29 03:15:02 +02:00
parent ec01ccfdfb
commit 3d89e18d23
2 changed files with 100 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
set -e
CT104="root@192.168.1.40"
STAGING="/mnt/pve/unas/services/open-webui"
rsync -rlptD --no-owner --no-group --delete \
--exclude='cache/' --exclude='*.tmp' --exclude='*.log' \
"$CT104":/opt/stacks/ai/open-webui/data/ "$STAGING/"
echo "[$(date)] openwebui-prestage: done ($(du -sh $STAGING | cut -f1))"