Skip to content

Snapshot list (timeline) empty after backup finished #1705

@buhtz

Description

@buhtz

In context of PR #1688 the contributor reported a bug in a side note.

The snapshot list (aka timeline) in the main window got empty after the backup finished. He said this might happen because there is this unmount step after the backup.

# unmount
try:
mount.Mount(cfg = self.config).umount(self.config.current_hash_id)
except MountException as ex:
logger.error(str(ex), self)
instance.exitApplication()
self.flockRelease()
logger.info('Unlock', self)

The behavior happened not only in the modified code but also in the "dev" branch. The problem is not reproducible except by the original reporter. We keep this issue open for a while to see if something new came up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugHeisenbuga problem that is not reproducible but random (non-deterministic)Lowrelevant, but not urgent

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions