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:12:06 +0000 (21:12 +0100)
commit7f5c053a13654224cea65beea0478267b97b8e1f
tree3ec5516f837c033b1bac1552eed9e4f1864398d1
parent869e70cf34ac7f8e6b567bda17db3a72aa61142b
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