Simple Backup crashs silently if an io error occurs while doing backup and restoration.
Bug #290265 reported by
Jean-Peer Lorenz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
sbackup | Status tracked in Trunk | |||||
0.10 |
Fix Committed
|
Medium
|
Unassigned | |||
Trunk |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Simple Backup crashs silently if an io error occurs while doing backup and restoration:
If an io error occurs an exception is raised and the creation of a backup fails silently. Same holds for the restore process.
An io error happens for instance if a directory contains a 'socket'. SBackup tries to store this 'file' but the access fails.
At least a message should appear to inform the user that an error happened! The better way would be to catch such non 'files' before storing them.
Remark: this bug does not exist in NSsbackup.
Related branches
Changed in sbackup: | |
status: | New → Fix Committed |
Changed in sbackup: | |
status: | Fix Committed → New |
To post a comment you must log in.
Please reproduce the exception and paste it here.