auto: sync 2026-05-29
This commit is contained in:
Executable
+8
@@ -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))"
|
||||
Reference in New Issue
Block a user