- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-09-2010 06:07 AM
Is there a way to perform a scheduled (weekly) configuration export. I can manually ssh to the device and run: scp export configuration to user@hostnamr:E:/Backup/pabackup from running-config.xml (the problem here is that it asks for a password and it is manual) - what I would like to be able to is have this run automatically every week.
04-09-2010 11:30 AM
To option is to use TFTP instead of SCP to export the configuration, as TFTP will not require the entering of the password.
>tftp export configuration to tftp
04-09-2010 11:51 AM
That gets me part of the way. I can now tftp the configuration.
How do I set this as a scheduled task and is there a way to change the filename from running-config.xml to something that includes hostaname and date/time?
04-10-2010 11:54 AM
Currently, the PAN device cannot perform this config export automately as you described. You would need to use an external tool to schedule the export of the config & rename the config file.
One option is to save your config to a named config snapshot each time you commit. Then you can simply upload all the saved config files via one tftp export command:
admin@PA-2050> tftp export configuration from *.xml to 192.168.16.100
You may also submit a feature request for the automated export. Thanks.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!