Files
linux-scripts/rsync/rsync-from-server-to-server-remote.sh
T
2026-05-07 01:56:28 +00:00

5 lines
120 B
Bash
Executable File

#!/bin/bash
rsync -azvP -e "ssh -i ~/.ssh/server-root" --progress \
/local/dir/contents/* root@192.168.1.0:/remote/dir