3 lines
95 B
Bash
3 lines
95 B
Bash
|
#!/bin/sh
|
||
|
rsync -av --rsh=ssh --exclude nextcloud ../bideoak/* root@192.168.20.2:/var/www/html
|