What is the problem you are having with rclone?
After the update to 1.70, the scheduled job stoped working. Debug log provides no additional info. Connection happens through the SAS token. It wasn't expired. It has enough permissions. At least for the previous version.
Rolling back to version 1.69 fully resolves the issue. Version is the only thing that was changed. Same vars/sas/config/command/etc.
Run the command 'rclone version' and share the full output of the command.
rclone v1.70.1
-
os/version: ubuntu 24.04 (64 bit)
-
os/kernel: 5.15.0-1090-azure (x86_64)
-
os/type: linux
-
os/arch: amd64
-
go/version: go1.24.4
-
go/linking: static
-
go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Azure blob
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone config create crypt crypt directory_name_encryption false \
filename_encryption off password $(cat rnsalt) password2 $(cat rnpass) remote s3:$S3_BUCKET && \
rclone -vv --s3-no-check-bucket --s3-no-head --max-backlog 1000 --size-only --azureblob-disable-checksum \
--azureblob-sas-url "https://${AZ_ACCOUNT}.blob.core.windows.net/${AZ_CONTAINER}?$(cat /home/ubuntu/az/sas_token)" --azureblob-no-head-object \
--no-traverse copy az:$AZ_CONTAINER crypt:$DATE_MARK/ --files-from-raw blob-list.txt
The rclone config contents with secrets removed.
[az]
type = azureblob
account = sa_acc_name
tenant = ...
[s3]
type = s3
provider = AWS
env_auth = true
region = eu-north-1
[crypt]
type = crypt
password = ...
password2 = ...
remote = s3:bucket_name
directory_name_encryption = false
filename_encryption = off
A log from the command with the -vv
flag
2025/06/24 11:13:00 DEBUG : rclone: Version "v1.70.1" starting with parameters ["rclone" "-vv" "--s3-no-check-bucket" "--s3-no-head" "--max-backlog" "1000" "--size-only" "--azureblob-disable-checksum" "--azureblob-sas-url" "https://sa_acc_name.blob.core.windows.net/container_name?fully_working_sas_token_here" "--azureblob-no-head-object" "--no-traverse" "copy" "az:container_name" "crypt:dir_name/" "--files-from-raw" "blob-list.txt"]
2025/06/24 11:13:00 DEBUG : Creating backend with remote "az:container_name"
2025/06/24 11:13:00 DEBUG : Using config file from "/home/ubuntu/.config/rclone/rclone.conf"
2025/06/24 11:13:00 DEBUG : az: detected overridden config - adding "{...}" suffix to name
2025/06/24 11:13:00 DEBUG : fs cache: renaming cache item "az:container_name" to be canonical "az{...}:container_name"
2025/06/24 11:13:00 DEBUG : Creating backend with remote "crypt:dir_name/"
2025/06/24 11:13:00 DEBUG : Creating backend with remote "s3:bucket_name/dir_name/.bin"
2025/06/24 11:13:00 DEBUG : s3: detected overridden config - adding "{---}" suffix to name
2025/06/24 11:13:00 DEBUG : fs cache: renaming cache item "s3:bucket_name/dir_name/.bin" to be canonical "s3{---}:bucket_name/dir_name/.bin"
2025/06/24 11:13:00 DEBUG : Creating backend with remote "s3:bucket_name/dir_name"
2025/06/24 11:13:00 DEBUG : s3: detected overridden config - adding "{---}" suffix to name
2025/06/24 11:13:00 DEBUG : fs cache: renaming cache item "s3:bucket_name/dir_name" to be canonical "s3{---}:bucket_name/dir_name"
2025/06/24 11:14:00 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 0 / 0, -, Listed 29066
Elapsed time: 1m0.0s
2025/06/24 11:15:00 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 0 / 0, -, Listed 29066
Elapsed time: 2m0.0s
2025/06/24 11:16:00 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 0 / 0, -, Listed 29066
Elapsed time: 3m0.0s
2025/06/24 11:17:00 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 0 / 0, -, Listed 29066
Elapsed time: 4m0.0s