catchdave

Results 16 comments of catchdave

@fbloemer : I have the same issue. Hyperbackup creates `.db` files and they may exceed 50mb chunks. My current one is 340Mb and webdav hyperbackup has started failing because of...

I tried following the above instructions for rclone and continually had issues using hyperbackup for large datasets to onedrive. I was getting a lot of errors such as: `transfer_webdav.cpp: remove...

Are you sure it makes recovery harder? Why don't you set it up and try a restore. I use hyperbackup with rclone and have tested a restore and worked fine...

Yes, that is true. And yes that is part of the issue. Two dependencies here are hyperbackup and rclone. You do make a good point. Maybe the reality is we...

This works for me at the moment. rclone docker-compose: ``` services: rclone: container_name: rclone-1 image: rclone/rclone:latest stdin_open: true # docker run -i tty: true # docker run -t restart: unless-stopped...

From the log file it looks like you didn't configure your onedrive backend in rclone (because it said it's creating a backend). I used the name `OneDrive` personally for the...