shell-whiz-toolkit/shell_scripts/rsync.sh
2024-10-15 09:59:09 +09: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