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