shell-whiz-toolkit/shell_scripts/rsync.sh
2019-06-21 16:07:46 -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