Files
linux-scripts/rsync/rsync-from-server-to-server.sh
2024-04-11 11:14:26 -05: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