Laurent Cozic

Results 266 comments of Laurent Cozic

Still relevant. A missing icon shouldn't produce an unrelated "ERR_ELECTRON_BUILDER_CANNOT_EXECUTE" which is impossible to debug.

It seems the pull request sometimes adds two pairs of double quotes, and sometimes one pair of double and one pair single quotes. For example: "\'$DEST_FOLDER/\'" "\"$INPROGRESS_FILE\"" That would result...

I forgot we even had tags and assumed people were getting the script from master directly (which should be safe).

Thank for the patch. Any chance you could create a pull request with it?

The script should normally auto-delete old backups based on a special algorithm - it's not doing this? Otherwise, yes you can delete any of these safely with `rm -rf`. The...

Yes I think that would make sense to re-use the $NOW variable, assuming it's always defined by the time LOG_FILE is set.

I guess that could indeed be optional although I'm not really familiar with these parameters. @fustundag, do you remember why it was implemented this way?

Are you using the latest version of the script? Because there was a recent bug that could result in empty directories being left on the backup drive (I had the...

Strange, I cannot replicate this. The script searches for the string "rsync error" in the log file and, if found, display an error and return an error code "1". It's...

Are you able to replicate this consistently? If so, please could you give it another try and check the log generated by the application? In particular, does this log includes...