schedule backup nice and ionice

This commit is contained in:
dpeca 2019-04-05 00:15:43 +02:00 committed by GitHub
commit f969909866
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ is_backup_scheduled 'backup'
# Adding backup task to the queue
log=$VESTA/log/backup.log
echo "$BIN/v-backup-user $user yes >> $log 2>&1" >>\
echo "nice -n 19 ionice -c 3 $BIN/v-backup-user $user yes >> $log 2>&1" >>\
$VESTA/data/queue/backup.pipe