From 6ecc7936f2c1b41beb53220599b00972546ebdd3 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Fri, 17 Sep 2021 12:42:40 -0500 Subject: remove delete command from sink script --- sync/sink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3