9 lines
184 B
Bash
9 lines
184 B
Bash
|
#!/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/ "$@"
|
||
|
|