This should be an error -> Failed to create file system for "": didn't find section in config file

this should be logged as an ERROR

2021/03/15 12:17:06 Failed to create file system for "wasabi01:en07/kdbx/zip/backup": didn't find section in config file

thanks,

That is a fatal error and should have existed with a non zero exit code.

i do not rely on exit codes.
my script scans the log files, for VSS, 7zip, fastcopy and rclone.

after rclone is run, my scripts checks for.

  1. log file does not exist.
  2. log file size equals zero.
  3. scan log file for ERRORand other phrases

i thought that particular error would be the same as all the other errors.
ERROR :

now i wonder what other errors my script has been missing?

is there a list of errors that do not use ERROR :?

It is a good point.

It looks like it

$ git grep log.Fatal | wc -l
312

I'd really like not to have any log.Fatals which would fix your problem too.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.