hunleyd / btrfs-auto-snapshot

BTRFS Automatic Snapshot Service for Linux
GNU General Public License v2.0
16 stars 4 forks source link

Names of snaps have changed from using - to _. #14

Closed ams-tschoening closed 1 year ago

ams-tschoening commented 1 year ago

Some commit in the past changed the created snap name from containing - to _ between label and date. In PR #9 I implemented cleanup of snap names based on some regular expression, but that didn't take the change from - to _ into account, so older snap names containing _ weren't deleted anymore. This should be fixed now.

hunleyd commented 1 year ago

thx @ams-tschoening !