f5devcentral / f5-corkscrew

TMOS parser and application extractor
Apache License 2.0
13 stars 3 forks source link

[RFE] include tmos defaults #8

Closed DumpySquare closed 2 years ago

DumpySquare commented 3 years ago

Work has been done to include the tmos defaults file in the mini_ucs creation. Need to provide a way for the user to include in the application extraction if desired. Currently thinking of just allowing a switch in one of the functions to include this information in the config tree.

            const ucsCmd = [
             'tar',
             '-czf',
             `${F5DownloadPaths.ucs.path}${fileN}`,
             '-C',
             '/',
             'config/bigip.conf',
             'config/bigip_gtm.conf',
             'config/bigip_base.conf',
             'config/bigip_user.conf',
             'config/bigip_script.conf',
             'config/profile_base.conf',
             'config/low_profile_base.conf',
             'config/user_alert.conf',
             'config/bigip.license',
             'config/partitions'
            ];