9 lines
184 B
Bash
Executable File

#!/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/ "$@"