mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -07:00
Update v-backup-user
This commit is contained in:
parent
476024381a
commit
c56ac362cd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ let v_disk=$(($(stat -f --format="%a*%S" $BACKUP)))/1024/1024
|
|||
|
||||
if [ "$u_disk" -gt "$v_disk" ]; then
|
||||
echo "available space on disk: $v_disk" |tee $BACKUP/$user.log
|
||||
echo "account size : $v_account" |tee $BACKUP/$user.log
|
||||
echo "account size : $u_account" |tee $BACKUP/$user.log
|
||||
echo "needed space on disk : $u_disk" |tee $BACKUP/$user.log
|
||||
echo "not enough diskspace available to perform the backup." |$SENDMAIL -s "$subj" $email $notify
|
||||
check_result $E_LIMIT "not enough diskspace available to perform the backup."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue