egara / buttermanager

ButterManager is a BTRFS tool for managing snapshots, balancing filesystems and upgrading the system safetly.
GNU General Public License v3.0
129 stars 6 forks source link

Taking snapshot does not work when manually deleted a previous of the same day #41

Open ghost opened 2 years ago

ghost commented 2 years ago

Steps to reproduce:

  1. Use "Take snapshot" twice so that there are two snapshots of today e.g.:

      _snapshots/root-20210924-0
      _snapshots/root-20210924-1
  2. Go to snapshots tab and use the bin to delete the first of the two snapshots e.g.: _snapshots/root-20210924-0

  3. Go to main tab and use "Take snapshot" - no new snapshot will be created.

(You have to delete the snapshot with the -1 ending as well for it to work again, or wait for the next day.)

egara commented 2 years ago

Hi @Deckweiss !

Oh, I see. Thank you very much for your feedback again. I'll take a look!