Hello Everyone ..
Recently i did backup to my airwave server through webui the file size was 71GB , also i copied the last nightly backup (2gb) throuch winscp from airwave-backup folder ..
right now i'm trying to restore them to a flat new airwave installation ..
using "./amp_restore -d /tmp/nightly_data.tar.gz" ,
unfortunately this script doesnt work well .. any ideas ?
_______________________________________________________--
output from the 71gb file :
[root@localhost scripts]# ./amp_restore -d /tmp/nightly_data.tar.gz
pigz: skipping: <stdin> is not compressed
/bin/tar: var/airwave/rrd/system_bandwidth*: Not found in archive
/bin/tar: Exiting with failure status due to previous errors
No system bandwidth rrd found, assuming normal amp restore at ./amp_restore line 71.
[Fri Aug 12 08:54:23 IDT 2016] Verifying completeness of /tmp/nightly_data.tar.gz ...
pigz: skipping: <stdin> is not compressed
[Fri Aug 12 08:54:23 IDT 2016] Error: no database backup found in /tmp/nightly_data.tar.gz!
output from the 2gb file :
[root@localhost scripts]# ./amp_restore -d /tmp/nightly_data001.tar.gz
pigz: skipping: <stdin>: corrupted -- incomplete deflate data
pigz: abort: internal threads error
/bin/tar: Unexpected EOF in archive
/bin/tar: Error is not recoverable: exiting now
No system bandwidth rrd found, assuming normal amp restore at ./amp_restore line 71.
[Fri Aug 12 09:27:54 IDT 2016] Verifying completeness of /tmp/nightly_data001.tar.gz ...
pigz: skipping: <stdin>: corrupted -- incomplete deflate data
pigz: abort: internal threads error
/bin/tar: Unexpected EOF in archive
/bin/tar: Error is not recoverable: exiting now
____________________________________________________--