Don't give up on backups if config.xml isn't there (#2185).
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Feb 2022 20:06:43 +0000 (21:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Feb 2022 20:16:09 +0000 (21:16 +0100)
commitec2f9869126bb5fa19c21e5272456976e7b7ad8a
treecf4d711a8c9e4fd6cf01cd551b6acf838d6b0425
parent47eb4bb86b59bd2e28dceac857397ae8df8ed1de
Don't give up on backups if config.xml isn't there (#2185).

Even if it isn't, we still want to try to back up other stuff.
Previously if copying config.xml threw an exception we'd just
give up.
src/lib/config.cc
test/config_test.cc