Files
linux-scripts/rsync/rsync-from-server-to-server-local.sh
T
2026-05-07 01:55:01 +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