digint / btrbk

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

bcachefs support #537

Open onny opened 1 year ago

onny commented 1 year ago

Hey, I've seen that bcachefs has snapshot support too. Would it be possible to implement bcachefs support for btrbk?

Best regards Jonas

digint commented 1 year ago

To be honest, I'm not (yet) very familiar with bcachefs, but I assume that things are quite different to btrfs. Some time ago I looked at supporting ZFS, and I came to the conclusion that things are too different to be easily added to btrbk (more or less leaving the only "common" thing to be the scheduler and the remote ssh framework).