mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-11 03:05:41 -04:00
add things resources from the last 5 years over machines
This commit is contained in:
parent
ac9c955e0b
commit
b0a4e417ee
77 changed files with 2327 additions and 84 deletions
3
shell_scripts/rsync.sh
Executable file
3
shell_scripts/rsync.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
VM=vm_dev
|
||||
rsync -avz -e ssh <local dir> ${VM}:<remote dir> --exclude-from ~/.rsync-excludes
|
Loading…
Add table
Add a link
Reference in a new issue