diff options
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 |