mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-12-16 16:44:03 -05:00
3 lines
104 B
Bash
Executable file
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
|