mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
schedule backup nice and ionice
This commit is contained in:
parent
cd3e1f9585
commit
f969909866
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue