Infoblox-PS / ibx-sdk

Basic Tools and Functions used by other Integrations.
Apache License 2.0
4 stars 0 forks source link

72 update fileoppy module to provide default download filenames #73

Closed yeti9990 closed 9 months ago

yeti9990 commented 9 months ago

All export/download operations in the fileop MixIn class support filename.

I'm not putting in filename support in all the script(s) and it's fine if they already have it. it will work out of box w/ or w/o filename argument.

grid-backup - defaults to database.bak get-log - defaults to .tar.gz get-file - defaults to .tar.gz get-supportbundle - defaults to supportbundle.tar.gz csv-export - defaults to .csv i.e. -o record:a will output to arecords.csv