9 lines
184 B
Bash
Raw Normal View History

2025-01-08 12:31:08 +01:00
#!/bin/bash
echo "Please fix the sync script to match your config."
exit 1
# Here is an example
# rsync -aPh --info=progress2 public/ tsc@vps.tsc-vfl.de:show2024intern/public/ "$@"