plakar
plakar copied to clipboard
bad initialization for importers
In backup.go, we attempt to initialize the importer. In case of failure, we fallback to the fs importer.
If the importer fails because the path given is invalid, we should instead display the error to the user.