auto: sync 2026-05-28
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
CT104="root@192.168.1.40"
|
||||
STAGING="/mnt/pve/unas/services/n8n"
|
||||
|
||||
# Rsync n8n data (config, nodes, storage) — skip logs and temp files
|
||||
rsync -rlptD --no-owner --no-group --delete \
|
||||
--exclude='*.log' \
|
||||
--exclude='crash.journal' \
|
||||
--exclude='*.json' \
|
||||
"$CT104":/opt/stacks/n8n/data/ "$STAGING/"
|
||||
|
||||
echo "[$(date)] n8n-prestage: done"
|
||||
Reference in New Issue
Block a user