mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Reseting i_am_in_backup_all_user
This commit is contained in:
parent
a46490af77
commit
5259f53dd8
1 changed files with 2 additions and 0 deletions
|
@ -43,7 +43,9 @@ for user in $(grep '@' /etc/passwd |cut -f1 -d:); do
|
|||
echo -e "================================" >> $log
|
||||
echo -e "$user" >> $log
|
||||
echo -e "--------------------------------\n" >> $log
|
||||
i_am_in_backup_all_users=0
|
||||
nice -n 19 $BIN/v-backup-user $user >> $log 2>&1
|
||||
i_am_in_backup_all_users=1
|
||||
echo -e "\n--------------------------------\n\n" >> $log
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue