[Nssbackup-team] [Bug 335450] Re: GConf error when run as cronjob

2010-09-08 Thread Jean-Peer Lorenz
** Changed in: sbackup (Ubuntu) Status: New = Incomplete -- GConf error when run as cronjob https://bugs.launchpad.net/bugs/335450 You received this bug notification because you are a member of Simple Backup Maintainers, which is subscribed to sbackup in ubuntu.

[Nssbackup-team] [Bug 632605] Re: Incremental backups fail but not full backups

2010-09-08 Thread Martin Schaaf
The fix is to handle the error (gio.Error) on closing the stream. An exception on closing a stream for reading should not lead to a failing application. Even more if the error say that the connection is closed. So my suggestion is to catch the error and log but do not fail. Here is some code