summaryrefslogtreecommitdiff
path: root/sync
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-09-17 12:42:40 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-09-17 12:42:40 -0500
commit6ecc7936f2c1b41beb53220599b00972546ebdd3 (patch)
tree1bb7b79716aaf542d5aad819f45b101cdbafc3e4 /sync
parentc33e58ef2cf138fbaf3f15d3a9d472e45959fec8 (diff)
downloadscripts-6ecc7936f2c1b41beb53220599b00972546ebdd3.tar.xz
scripts-6ecc7936f2c1b41beb53220599b00972546ebdd3.zip
remove delete command from sink script
Diffstat (limited to 'sync')
-rwxr-xr-xsync/sink2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/sink b/sync/sink
index 41bf61e..188083d 100755
--- a/sync/sink
+++ b/sync/sink
@@ -9,7 +9,7 @@ oper=`echo $@ | sed 's/.* //'` # Get last argument
# rync options
#fix this too
-ropts="--archive --delete --partial --progress --recursive --update --verbose" # Equivalent to: -aPrvu --delete
+ropts="--archive --partial --progress --recursive --update --verbose" # Equivalent to: -aPrvu --delete
rdest="tjkrsync@tjkeller.xyz:"
# Colors