mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-10 10:44:59 -04: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
|