diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-17 12:42:40 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-17 12:42:40 -0500 |
commit | 6ecc7936f2c1b41beb53220599b00972546ebdd3 (patch) | |
tree | 1bb7b79716aaf542d5aad819f45b101cdbafc3e4 /sync | |
parent | c33e58ef2cf138fbaf3f15d3a9d472e45959fec8 (diff) | |
download | scripts-6ecc7936f2c1b41beb53220599b00972546ebdd3.tar.xz scripts-6ecc7936f2c1b41beb53220599b00972546ebdd3.zip |
remove delete command from sink script
Diffstat (limited to 'sync')
-rwxr-xr-x | sync/sink | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |