diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-27 17:01:23 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-27 17:01:23 -0500 |
commit | 73688982c135a0276a64aec7d61aaff4e9434d09 (patch) | |
tree | 6a591a8598251598ffc3ca6ce293e537fa9970c9 /sync | |
parent | d75d53fe79ee7cf0d2efd30d5e191def8c746056 (diff) | |
download | scripts-73688982c135a0276a64aec7d61aaff4e9434d09.tar.xz scripts-73688982c135a0276a64aec7d61aaff4e9434d09.zip |
change tjkrsync to rsync
Diffstat (limited to 'sync')
-rwxr-xr-x | sync/sink | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ oper=`echo $@ | sed 's/.* //'` # Get last argument # rync options #fix this too ropts="--archive --partial --progress --recursive --update --verbose" # Equivalent to: -aPrvu --delete -rdest="tjkrsync@tjkeller.xyz:" +rdest="rsync@tjkeller.xyz:" # Colors BOLD="\033[1m" |