btrbk
btrbk copied to clipboard
Add WebDAV support
Many online backup services support WebDAV as seen here. This would be a great alternative to people who can't set up their own SSH server.
You could try to use something like davfs2 in combination with raw backups.
btrbk will probably never receive native webdav support, what I still have in mind though is to add hooks (e.g. called instead of btrfs receive) which could then be used to achieve such tasks.
@digint Any progress on that? Could be very useful to chain BorgBackup or restic.
Maybe Rclone already has what you are looking for : https://rclone.org/ https://rclone.org/webdav/ I am using restic + rclone for WebDAV and it works fine, but no reason why btrbk should not work the same way
Because 'btrfs receive' need to be run on the remote host.