Comment 4 for bug 992026

Revision history for this message
Germar (germar) wrote : Re: Freeze when deleting a snapshot

This bug report is a wish to have a progress during deleting.

If BIT really consumes all your RAM this is a serious bug that should have it's own report.

BIT uses this commands to remove snapshots:
find "/path/to/backintime/host/user/profile_id/snapshot_id" -type d -exec chmod u+wx "{}" +
rm -rf "/path/to/backintime/host/user/profile_id/snapshot_id"

Can you please test again (especially the find command) if that eat up your RAM? If it does please open a new bug for this.