6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rsync -azvP -e "ssh -i ~/.ssh/proxyserver" --progress \
|
|
/home/akanealw/docker/appdata/remotely \
|
|
root@192.168.1.4:/home/akanealw/docker/appdata
|