btrbk icon indicating copy to clipboard operation
btrbk copied to clipboard

Add WebDAV support

Open Tank-Missile opened this issue 5 years ago • 4 comments
trafficstars

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.

Tank-Missile avatar Sep 22 '20 03:09 Tank-Missile

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 avatar Sep 23 '20 09:09 digint

@digint Any progress on that? Could be very useful to chain BorgBackup or restic.

cubic3d avatar Oct 28 '21 14:10 cubic3d

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

unterkomplex avatar Dec 10 '22 20:12 unterkomplex

Because 'btrfs receive' need to be run on the remote host.

drbaiton avatar Apr 05 '23 02:04 drbaiton