digint / btrbk

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

Configure Cleaning #569

Open Sepero opened 1 year ago

Sepero commented 1 year ago

I just discovered recently that over a month of scheduled backups that should have been occurring do not exist. This was because I needed to run btrbk clean to remove stray subvolumes.

In order to prevent this from happening again, I suppose I could make a cronjob that runs btrbk clean hourly.. But I'd prefer to manage everything within btrbk. Is there a flag or option I can set in the configuration that will automatically clean out stray subvolumes?

Sepero commented 9 months ago

I suppose I should assume the answer is no?