mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
restore: display the backup creation date/time while selecting a backup
This commit is contained in:
parent
ff956b36de
commit
74fef65abb
@ -1119,9 +1119,9 @@ execute_raketask() {
|
||||
fi
|
||||
|
||||
echo
|
||||
for b in $(ls ${GITLAB_BACKUP_DIR} | grep gitlab_backup | sort -r)
|
||||
for b in $(ls ${GITLAB_BACKUP_DIR} | grep _gitlab_backup | sort -r)
|
||||
do
|
||||
echo "‣ $b"
|
||||
echo "‣ $b (created at $(date --date="@${b%%_gitlab_backup.tar}" +'%d %b, %G - %H:%M:%S %Z'))"
|
||||
done
|
||||
echo
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user