diff --git a/src/config.sh.example b/src/config.sh.example index 8509ebc..396851e 100644 --- a/src/config.sh.example +++ b/src/config.sh.example @@ -27,7 +27,7 @@ KEEP_YEARLY=5 # You can use K, M, G or T binary prefixes (power of 1024), e.g., 5M = 5MiB/s = 5242880 bytes/s. #BWLIMIT=0 -# Use nice to reduce system performance impacts from backups. Set to false to disable. +# Use nice to reduce system performance impact from backups. Set to false to disable. #USE_NICE=true #NICE="/usr/bin/nice"