I have FTP server, i want to configure backup in Paloalto firewall so that all the config backup will automatically send to the FTP server how can i do that?
I went to device and configured schedule log export but i don't see any config file saved in the FTP server
I dont have panorama.
Interestingly the option for FTP export of configuration files is only available in Panorama. to export configuration from a regular firewall, you will need to resort to manual interventions, API calls or expect scripts
through API you can simply run the following url to fetch the full running config
curl -k -X GET 'https://<yourFirewall>/api/?type=op&cmd=<show><config><running></running></config></show>&<key>yourkey</key>'
if you haven't created a key yet:
curl -k -X GET 'https://<yourFirewall>/api/?type=keygen&user=<username>&password=<password>'