We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4814e7a commit 9eca029Copy full SHA for 9eca029
bin/v-backup-users
@@ -31,6 +31,7 @@ for user in $(grep '@' /etc/passwd |cut -f1 -d:); do
31
if [ ! -f "$VESTA/data/users/$user/user.conf" ]; then
32
continue;
33
fi
34
+ wait_for_backup_if_it_is_not_time_for_backup
35
check_suspend=$(grep "SUSPENDED='no'" $VESTA/data/users/$user/user.conf)
36
log=$VESTA/log/backup.log
37
if [ ! -z "$check_suspend" ]; then
0 commit comments