From: Silvio Rhatto Date: Fri, 2 Jun 2017 18:48:03 +0000 (-0300) Subject: Make sync-tpc be nice and ionice (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6aa8fc1e1cce787d40e01026245d9cb276e93f17;p=hydra.git Make sync-tpc be nice and ionice (2) --- diff --git a/share/hydractl/sync-tpc b/share/hydractl/sync-tpc index 7f79e0b..1f38b32 100755 --- a/share/hydractl/sync-tpc +++ b/share/hydractl/sync-tpc @@ -8,7 +8,7 @@ BASENAME="$0" TPC="$1" DEST="/media/$1" MEDIA="$DEST/var/cache/$TPC/media" -RSYNC="ionice -c 3 nice -n 19 rsync -av --delete --progress" +RSYNC="ionice -c 3 nice -n 19 rsync -av --delete --progress --stats" # Syntax if [ -z "$TPC" ]; then