PDA

View Full Version : How to get data from backup via console?


James.85
11-08-2016, 03:12 PM
Hi support,

for some reason I cannot renew the panel for the next month and I cannot open UI. I need my backup data, is it possible to get them without activation of ISPmanager right now?

ksenya
11-09-2016, 11:31 AM
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.