Files
linux-scripts/dockerserver/akanealw/rsync-docker-remotely-to-proxyserver.sh
2023-12-05 19:38:42 -06:00

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