Problem:
I setup rclone with an encrypted remote to use with b2 and I was able to upload a test file to my bucket. But when i try to download it using "copy" or "sync", the file gets downloaded but its of 0 BYTES.
I have a single png file in my bucket. My local directory was cleared before entering sync/copy.
Rclone version:
rclone v1.53.1
os/arch: linux/amd64
go version: go1.15
OS:
Ubuntu 20.04.1 LTS
Storage system:
Backblaze B2
Command:
1. rclone copy archive-b2-crypt:/ /home/me/Desktop/test --progress
2. rclone sync archive-b2-crypt:/ /home/me/Desktop/test --progress
The rclone config:
[archive-b2]
type = b2
account =
key =
hard_delete = false
[archive-b2-crypt]
type = crypt
remote = archive-b2:rclone-synced
filename_encryption = off
directory_name_encryption = false
password =
Log file:
Copy:
2020/10/14 00:56:22 DEBUG : rclone: Version "v1.53.1" starting with parameters ["rclone" "copy" "archive-b2-crypt:/" "/home/me/Desktop/test" "--progress" "-vv" "--log-file=log.txt"]
2020/10/14 00:56:22 DEBUG : Using config file from "/home/me/.config/rclone/rclone.conf"
2020/10/14 00:56:22 DEBUG : Creating backend with remote "archive-b2-crypt:/"
2020/10/14 00:56:22 DEBUG : Creating backend with remote "archive-b2:rclone-synced/.bin"
2020/10/14 00:56:24 DEBUG : Creating backend with remote "archive-b2:rclone-synced"
2020/10/14 00:56:24 DEBUG : Creating backend with remote "/home/me/Desktop/test"
2020/10/14 00:56:24 DEBUG : Local file system at /home/me/Desktop/test: Waiting for checks to finish
2020/10/14 00:56:24 DEBUG : Local file system at /home/me/Desktop/test: Waiting for transfers to finish
2020/10/14 00:56:26 INFO : Firefox_wallpaper.png: Copied (new)
2020/10/14 00:56:26 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Transferred: 1 / 1, 100%
Elapsed time: 4.0s
2020/10/14 00:56:26 DEBUG : 8 go routines active
Sync:
2020/10/14 01:03:09 DEBUG : rclone: Version "v1.53.1" starting with parameters ["rclone" "sync" "archive-b2-crypt:/" "/home/me/Desktop/test" "--progress" "-vv" "--log-file=log1.txt"]
2020/10/14 01:03:09 DEBUG : Using config file from "/home/me/.config/rclone/rclone.conf"
2020/10/14 01:03:09 DEBUG : Creating backend with remote "archive-b2-crypt:/"
2020/10/14 01:03:09 DEBUG : Creating backend with remote "archive-b2:rclone-synced/.bin"
2020/10/14 01:03:11 DEBUG : Creating backend with remote "archive-b2:rclone-synced"
2020/10/14 01:03:12 DEBUG : Creating backend with remote "/home/me/Desktop/test"
2020/10/14 01:03:12 DEBUG : Local file system at /home/me/Desktop/test: Waiting for checks to finish
2020/10/14 01:03:12 DEBUG : Local file system at /home/me/Desktop/test: Waiting for transfers to finish
2020/10/14 01:03:14 INFO : Firefox_wallpaper.png: Copied (new)
2020/10/14 01:03:14 DEBUG : Waiting for deletions to finish
2020/10/14 01:03:14 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Transferred: 1 / 1, 100%
Elapsed time: 4.4s
2020/10/14 01:03:14 DEBUG : 8 go routines active