Copy corrupted disk image to B2

What is the problem you’re having with rclone?

I’m attempting to back-up a disk image from a 2tb external hdd with an apparently corrupted file system.

I’ve mounted B2 to my macOS (Monterey) using

I’m unable to mount the drive to my macOS (Monterey), so using DiskDrill for the backup. All seems well until I hit 62gb at which point the backup fails.

Do I need to be using a lower cache option? Is there a better way to backup the unmountable drive?

Thanks for your wisdom!

Run the command 'rclone version' and share the full output of the command.

V1.69

Which cloud storage system are you using? (eg Google Drive)

Backblaze B2

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount b2remote:hd-gdu3-backup /Users/branto/b2mount --allow-other --vfs-cache-mode full --daemon

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[b2remote]
type = b2
account = XXX
key = XXX

A log from the command that you were trying to run with the -vv flag

Paste  log here

why don't you use simple rclone copy instead?

Writing 2TB file via rclone mount is not the best idea IMO.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.