This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Backup to USB thumb from console

More of a linux question than anything else...


I have a dying v8 software appliance on which webadmin will no longer start.  Tried restarting httpd etc to no avail.  

Planning on replacing hardware and upgrading to 9 while I'm at it.

I only have console access on the v8 box and I was hoping to grab one last backup.

I ran backup.plx -o backupfile.abf

How do I go about getting it on a USB?

JH


This thread was automatically locked due to age.
Parents
  • Hi, 

    I'm assuming you know which directory the .abf file is in, and are in that directory...

    run
    tail -f /var/log/kernel.log 

    Plug a USB stick into the system, and see where it gets mounted by reading the log. 
    Hit CTRL-C to stop the log.

    cp backupfile.abf 

    Barry
Reply
  • Hi, 

    I'm assuming you know which directory the .abf file is in, and are in that directory...

    run
    tail -f /var/log/kernel.log 

    Plug a USB stick into the system, and see where it gets mounted by reading the log. 
    Hit CTRL-C to stop the log.

    cp backupfile.abf 

    Barry
Children
No Data