summaryrefslogtreecommitdiff
path: root/sync
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-10-27 17:01:23 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-10-27 17:01:23 -0500
commit73688982c135a0276a64aec7d61aaff4e9434d09 (patch)
tree6a591a8598251598ffc3ca6ce293e537fa9970c9 /sync
parentd75d53fe79ee7cf0d2efd30d5e191def8c746056 (diff)
downloadscripts-73688982c135a0276a64aec7d61aaff4e9434d09.tar.xz
scripts-73688982c135a0276a64aec7d61aaff4e9434d09.zip
change tjkrsync to rsync
Diffstat (limited to 'sync')
-rwxr-xr-xsync/sink2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/sink b/sync/sink
index 3022963..9ce49d7 100755
--- a/sync/sink
+++ b/sync/sink
@@ -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"