digint / btrbk

Tool for creating snapshots and remote backups of btrfs subvolumes
https://digint.ch/btrbk/
GNU General Public License v3.0
1.69k stars 122 forks source link

Add option to remove (oldest) snapshot when space is low #250

Open RlndVt opened 6 years ago

RlndVt commented 6 years ago

Unless I'm missing something, btrbk has no (configurable) check as to the free space on the host nor the target. An option to remove the oldest snapshot if the free-space is lower than say 2% would be a nice addition.

ghost commented 6 years ago

This is a good idea. Some thoughts need to go into some sensible defaults, like preserving at least one snapshot on the source and target.

zwimer commented 3 years ago

This would be amazing! That way I wouldn't have to go in and manually delete old backups every time my disk fills up.