diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-02 15:48:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-02 15:48:03 -0300 |
commit | 6aa8fc1e1cce787d40e01026245d9cb276e93f17 (patch) | |
tree | f6864dded4b960378448a05c178a3d09003f3d06 /share | |
parent | 41b1f754a2aa20db1632427b3671e8d21b480fce (diff) | |
download | hydra-6aa8fc1e1cce787d40e01026245d9cb276e93f17.tar.gz hydra-6aa8fc1e1cce787d40e01026245d9cb276e93f17.tar.bz2 |
Make sync-tpc be nice and ionice (2)
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydractl/sync-tpc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |