download issue
Created: 10 Jan 2013 | Updated: 10 Jan 2013 | 2 comments
This issue has been solved. See solution.
Hi,
Maybe it's not the place to write it I will give it a try
Tried download from 3 places (home, work, etc) client for Linux
successfully downloaded but failed to extract
any idea?
Cheers
Discussion Filed Under:
Comments 2 Comments • Jump to latest comment
You need to concatinate 3 files into one before you extract it.
Example on UNIX/Linux:
# cat NetBackup_7.5_CLIENTS_tar-gz.1of3 NetBackup_7.5_CLIENTS_tar-gz.2of3 NetBackup_7.5_CLIENTS_tar-gz.3of3 > NetBackup_7.5_CLIENTS.tar.gz
# tar xzf NetBackup_7.5_CLIENTS.tar.gz
Example on Windows:
copy /B NetBackup_7.5_CLIENTS_tar-gz.1of3 + NetBackup_7.5_CLIENTS_tar-gz.2of3 + NetBackup_7.5_CLIENTS_tar-gz.3of3 NetBackup_7.5_CLIENTS.tar.gz
(Then use any tool that can extract tar.gz files)
Authorized Symantec Consultant(ASC) Data Protection in Tokyo, Japan
Thanks a lot!
So much to learn not enough time :)
Would you like to reply?
Login or Register to post your comment.