Hi,
Issue with unzip AEM backup.Please note that the zip file is valid when we unzip it in laptop (MAC OS ) its works.
We are taking backup from our gitlab scheduler
Here is the part of Script:
backup_file="/home/aem/backups/backup-$timestamp.zip"
- curl -s -L -i -u ${AEM_BACKUP_NAME}:${AEM_BACKUP_PASS} -F "target=$backup_file" -F "delay=1" http://${AUTH_ADDRESS1}:${AUTH_PORT}/libs/granite/backup/content/createBackup/content/items/backupform.html >& curl.out
Here is the error , i am getting when try to unzip in the server.
[root@backup auth-prod]# unzip backup-20200619-0420.zip
Archive: backup-20200619-0420.zip inflating: cq-author-p4502.jar
error: invalid zip file with overlapped components (possible zip bomb)
[root@backup auth-prod]#
System details: Red Hat Enterprise Linux Server release 7.6 (Maipo)
Linux backup.prod 3.10.0-957.21.3.el7.x86_64 #1 SMP Fri Jun 14 02:54:29 EDT 2019 x86_64 x86_64 x86_64 GNU/Linux
Tried install the below rpm as well but did not work.
unzip-6.0-21.el7.x86_64.rpm
Any suggestion ?
Thanks
Sina