Skip to content

Commit 7867f81

Browse files
authored
Fix bug with v-backup-users
1 parent b2d62b2 commit 7867f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-backup-users

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# info: backup all users
33
# options: NONE
44
#
5-
# example: v-backup-users-restic
5+
# example: v-backup-users
66
#
77
# This function backups all system users.
88

@@ -44,7 +44,7 @@ for user in $("$BIN/v-list-users" list); do
4444
echo -e "================================" >> $log
4545
echo -e "$user" >> $log
4646
echo -e "--------------------------------\n" >> $log
47-
nice -n 19 ionice -c2 -n7 $BIN/v-backup-user-restic $user >> $log 2>&1
47+
nice -n 19 ionice -c2 -n7 $BIN/v-backup-user $user >> $log 2>&1
4848
echo -e "\n--------------------------------\n\n" >> $log
4949
fi
5050
done

0 commit comments

Comments
 (0)