shell-whiz-toolkit/shell/shell_scripts/rsync.sh

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