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

asg config

Hi,
I want to know if I can print all the configurations I've done to my astaro box for documentation purposes.
In regards to Fortinet and Netscreen thru their Console all configurations made are able to print.

Please guide me if anyone knows. thanks


This thread was automatically locked due to age.
Parents
  • if you need it solely for documentation purposes, from the command line simply make a backupfile and print it to human format. Its going to have a lot of noise and such, but might suffice for now for your needs vs some manual efforts, depedning on what you need to use the data for.

    backup.plx -o mybackup (makes a backupfile)
    backup.plx -p mybackup (prints it out to the console)
    or
    backup.plx -p mybackup > printfile (takes the backup file, outputs it to human readable, and captures it to file "printfile)


    might help to tide you over until we officially implement this in a much better / shinier way.
Reply
  • if you need it solely for documentation purposes, from the command line simply make a backupfile and print it to human format. Its going to have a lot of noise and such, but might suffice for now for your needs vs some manual efforts, depedning on what you need to use the data for.

    backup.plx -o mybackup (makes a backupfile)
    backup.plx -p mybackup (prints it out to the console)
    or
    backup.plx -p mybackup > printfile (takes the backup file, outputs it to human readable, and captures it to file "printfile)


    might help to tide you over until we officially implement this in a much better / shinier way.
Children
No Data