- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Re: Export-management to external file location
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Export-management to external file location
For a disaster scenario we are looking to export a compressed file (management export) to a external file share.
I saw some scripts on github, but i would prefer if this could be done with the API from Checkpoint.
is there any way this could work?
Already tried:
export-management -file-path "external url" (this runs but does not create the output)
version running is 81.10
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thx for the Tip, we eventually went with a other option where we mapped a smb share to a local folder, and used this path in the export, this works fine 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"export-management -file-path" assumes the local file system location of the export file. What you can do is script the export and transfer, then call it through API with "mgmt_cli run-script" command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thx for the Tip, we eventually went with a other option where we mapped a smb share to a local folder, and used this path in the export, this works fine 🙂
