5 lines
120 B
Bash
Executable File
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
|