mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
v-backup-user-now skip LA limit
This commit is contained in:
parent
e46c7e4e60
commit
2e2b4b2f58
2 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,9 @@ source $VESTA/func/domain.sh
|
|||
source $VESTA/func/db.sh
|
||||
source $VESTA/conf/vesta.conf
|
||||
|
||||
if [ ! -z "$NOW" ]; then
|
||||
BACKUP_LA_LIMIT=50
|
||||
fi
|
||||
|
||||
#----------------------------------------------------------#
|
||||
# Verifications #
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
export ALLOW_BACKUP_ANYTIME='yes'
|
||||
export NOW='yes'
|
||||
|
||||
nice -n 19 ionice -c 3 /usr/local/vesta/bin/v-backup-user $1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue