Instructions
Using rclone (cross platform*)
Another reliable way to download your data is by using the command line utility rclone.
-
Download the latest version of rclone or if you are using Linux your can run the following command to install
rclone automatically.
sudo -v ; curl https://rclone.org/install.sh | sudo bash
-
Create an new remote using the access keys from Step 1.
rclone config create remote b2 account <app-id> key <app-key>
-
Copy the data to your local drive making sure you use the
remote-path
specified in your access keys. Note that rclone will automatically resume if it is restarted during a transfer.rclone copy remote:<remote-path> <local-path> -P --fast-list --transfers=16
rclone.exe
instead of directly calling
rclone