View Single Post
Old 11-09-2016, 11:31 AM   #2
ISPsystem team
 
Join Date: Jul 2014
Posts: 443
ksenya is on a distinguished road
Default

Hello James.85,

If you cannot extract data from the control panel, but you have the following files in the storage

F2016-11-02.user.tgz.part1
F2016-11-02.user.tgz.part2
you can add them to achieve by executing the command:

Unix (Linux/FreeBSD/MacOS):
cat F2016-11-02.user.tgz.part1 F2016-11-02.user.tgz.part2 > F2016-11-02.user.tgz

Windows:
copy /b F2016-11-02.user.tgz.part1 + /b F2016-11-02.user.tgz.part2 F2016-11-02.user.tgz

Then you will be able to extract data from the F2016-11-02.user.tgz archive using tools provided by your operating system.
ksenya is offline   Reply With Quote