linuxmint / timeshift

System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
1.53k stars 75 forks source link

Display total space used by all snapshots #283

Open tbertels opened 4 months ago

tbertels commented 4 months ago

Is your feature request related to a problem? Please describe. When btrfs quotas (qgroups) are enabled, Timeshift displays the space used by each snapshot. If we want to know how much space we could potentially free up by removing multiple snapshots, we have to add all values.

Describe the solution you'd like Timeshift could display the total space used by all snapshots on the bottom bar, between the number of snapshots and the free space.

Describe alternatives you've considered Display the total space used by the selected snapshots.

Additional context