emersion / bups

Simple GUI for Bup, a very efficient backup system.
MIT License
95 stars 8 forks source link

Handle errors caused by single files #30

Open Aerilius opened 6 years ago

Aerilius commented 6 years ago

It took me several attempts to setup bups, it seemed to abort when it encountered errors due to some files.

These are issues that many users will encounter and that are not bup/bups' fault. There may even be other system software that creates root-owned files in home (as pulseaudio did). Since these errors are caused by individual files, I wonder whether it makes sense to abort backing up all other files, or whether these errors should be handled somehow?