diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2021-12-08 22:49:33 -0500 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2021-12-08 22:49:33 -0500 |
commit | adaf6dee04aa804fe9bae843b26dfa6d6e3e6ae4 (patch) | |
tree | 07e9a6a1c429dcd2cb260d4a49400af4dabb3eb7 | |
parent | 29e91d3164d88ee254cd8efc413b621e28b7730f (diff) |
rsync script
-rwxr-xr-x | rsync.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rsync.sh b/rsync.sh new file mode 100755 index 0000000..2be7b56 --- /dev/null +++ b/rsync.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +rsync -rtvzP ../ $1:$2 |