site-library/scripts/sync-polymech.sh
2025-03-08 21:04:49 +01:00

9 lines
170 B
Bash

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