What is the problem you are having with rclone?
Command " : /usr/bin/sudo /usr/bin/rclone -v copy '/home/adoptacamp/tmp/backup.tar' remote:'/D:/2023-04-06/05:32/home/adoptacamp/' --config='/root/.config/rclone/rclone.conf'" failed, error message: 2023/04/06 05:32:19 ERROR : backup.tar: Failed to copy: Put mkParentDir failed: mkdir "/D:/2023-04-06/05:32" failed: sftp: "Bad message" (SSH_FX_BAD_MESSAGE) 2023/04/06 05:32:19 ERROR : Attempt 1/3 failed with 1 errors and: Put mkParentDir failed: mkdir "/D:/2023-04-06/05:32" failed: sftp: "Bad message" (SSH_FX_BAD_MESSAGE) 2023/04/06 05:32:19 ERROR : backup.tar: Failed to copy: Put mkParentDir failed: mkdir "/D:/2023-04-06/05:32" failed: sftp: "Bad message" (SSH_FX_BAD_MESSAGE) 2023/04/06 05:32:19 ERROR : Attempt 2/3 failed with 1 errors and: Put mkParentDir failed: mkdir "/D:/2023-04-06/05:32" failed: sftp: "Bad message" (SSH_FX_BAD_MESSAGE) 2023/04/06 05:32:20 ERROR : backup.tar: Failed to copy: Put mkParentDir failed: mkdir "/D:/2023-04-06/05:32" failed: sftp: "Bad message" (SSH_FX_BAD_MESSAGE) 2023/04/06 05:32:20 ERROR : Attempt 3/3 failed with 1 errors and: Put mkParentDir failed: mkdir "/D:/2023-04-06/05:32" failed: sftp: "Bad message" (SSH_FX_BAD_MESSAGE) 2023/04/06 05:32:20 INFO : Transferred: 0 B / 0 B, -, 0 B/s, ETA - Errors: 1 (retrying may help) Elapsed time: 1.1s 2023/04/06 05:32:20 Failed to copy: Put mkParentDir failed: mkdir "/D:/2023-04-06/05:32" failed: sftp: "Bad message" (SSH_FX_BAD_MESSAGE)
Run the command 'rclone version' and share the full output of the command.
rclone v1.62.2
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-1021-oracle (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.20.2
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
sFTP
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
I'm using CloudPanel Backup Function.
Paste command here
The rclone config contents with secrets removed.
Paste config here
[remote]
type = sftp
shell_type = unix
disable_hashcheck = true
host = 122.162.240.160
user = Removed
pass = Removed
port = 2223
A log from the command with the -vv
flag
Paste log here