This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/bin/sh
|
|
rsync -av --rsh=ssh --exclude nextcloud ../bideoak/* root@192.168.20.2:/var/www/html
|
|
# rsync -av --rsh="ssh -p 2222" --exclude nextcloud ../bideoak/* root@negromate.ddns.net:/var/www/html
|