site-library/scripts/sync-creava.sh
2025-03-30 10:42:28 +02:00

9 lines
166 B
Bash

echo "Starting sync from ./dist to creava:/httpdocs..."
rclone sync ./dist creava:/httpdocs \
--progress \
--stats-one-line \
-v
echo "Sync completed!"