3 lines
72 B
Bash
3 lines
72 B
Bash
|
#!/bin/sh
|
||
|
rsync -rvLP public/* knirps:/var/www/vhosts/kegelschiene.net/
|