From aae35c48ae2dd71763ada11541d4ad06708e6632 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: May 17 2016 01:04:50 +0000 Subject: Document VERBOSE. --- diff --git a/quick-fedora-mirror.conf.dist b/quick-fedora-mirror.conf.dist index d82eb53..cecaf79 100644 --- a/quick-fedora-mirror.conf.dist +++ b/quick-fedora-mirror.conf.dist @@ -28,9 +28,6 @@ TIMEFILE= # The name of the file holding the file list on the mirror host # FILELIST=fullfiletimelist -# Verbosity level -# VERBOSRE=0 - # Mapping of MODULES to directory names, as an associative array # MODULEMAPPING=(fedora-alt alt fedora-archive archive # fedora-enchilada fedora fedora-epel epel) @@ -43,3 +40,16 @@ TIMEFILE= # -q or -v here # RSYNCOPTS=(-aSH -f 'R .~tmp~' --delete-delay --delay-updates) +# Verbosity level +# 0 - quiet +# 1 - start and end times +# 2 - no -q to rsync +# 3 - very slightly more verbosity +# 4 - One -v to rsync +# 5 - Another -v to rsync +# 6 - Output of all settings +# 7 - Add --progress to rsync +# 8 - Shell script trace +# VERBOSE=0 + +