mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
added user backup/restore logging
This commit is contained in:
parent
955a5c4e98
commit
bfa65982ca
2 changed files with 6 additions and 3 deletions
|
@ -34,7 +34,9 @@ is_backup_scheduled 'backup'
|
|||
#----------------------------------------------------------#
|
||||
|
||||
# Adding backup task to the queue
|
||||
echo "$BIN/v-backup-user $user yes" >> $VESTA/data/queue/backup.pipe
|
||||
log=$VESTA/log/backup.log
|
||||
echo "$BIN/v-backup-user $user yes >> $log 2>&1" >>\
|
||||
$VESTA/data/queue/backup.pipe
|
||||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue