shell-whiz-toolkit/shell_scripts/useful/rsync.sh
2018-06-14 22:24:08 -07:00

3 lines
104 B
Bash
Executable file

#!/bin/bash
VM=vm_dev
rsync -avz -e ssh <local dir> ${VM}:<remote dir> --exclude-from ~/.rsync-excludes