The Jenkins CLI provides the function to export&import single jobs, e.g.:
java -jar jenkins-cli.jar -s http://foo-jenkins.tld:8080 get-job myjob > myjob.xml
java -jar jenkins-cli.jar -s http://bar-jenkins.tld:8080 create-job newmyjob < myjob.xml
Is it also possible / How to backup&restore the configs?
I mean the whole settings:
- the system configuration,
- the global security configuration,
- the credentials,
- the global tool configuration,
- the plugins configuration (the "HTTP Proxy Configuration" and the list of the installed plugins)
- the nodes
- the users
- is anything missing?
The whole settings at once or maybe even as single backup/restore processes like e.g. MozBackup with its "Components selection"

or eclipse with its "Export Preferences" dialog
