diff options
Diffstat (limited to 'sync/sink')
-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" |