projectbuendia / buendia

Main project repository (see the Wiki for details)
Apache License 2.0
117 stars 36 forks source link

Fix errors in buendia-backup when certain config paths don't exist yet. #239

Closed schuyler closed 4 years ago

schuyler commented 4 years ago

buendia-backup assumes that certain directories exist when the Buendia configuration is backed up, and fails with an error if not. However, if those directories don't exist, there's nothing to back up per se -- this is definitely not a fatal error and shouldn't be treated as such.

This small change to buendia-backup addresses this situation and fixes #207.