What is the problem you are having with rclone?
I need help, I decided to use rclone rc commands to alternative for Mega sessions problems, but I need to use chunkers to send files. The command works with chunker? When I use only the "remote: ...", it works. Someone can help me? Accepting alternative solutions
Run the command 'rclone version' and share the full output of the command.
rclone v1.64.2
- os/version: debian 10.13 (64 bit)
- os/kernel: 6.5.11-7-pve (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.3
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Mega
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone rc sync/sync remote= srcFs="/etc/asterisk/keys" dstFs="MEGA_LUIS_TESTE-chunker:arq" --rc-user=myusercredentials --rc-pass=mypasswordcredentials --backup-dir MEGA_LUIS_TESTE-chunker:arq/changes --exclude timestamp.txt --fast-list --transfers=8 --checkers=32 --tpslimit=10 -vv
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[MEGA_LUIS_TESTE]
type = mega
excluirBackupAntigoNuvemNumDias =
caminhoServidor = backup
formatoExclusao = enviarParaLixeira
user = XXX
pass = XXX
emailRelatorioBackup = null
[MEGA_LUIS_TESTE-chunker]
type = chunker
remote = MEGA_LUIS_TESTE-crypt:
chunk_size = 2k
hash_type = md5
[MEGA_LUIS_TESTE-crypt]
type = crypt
remote = MEGA_LUIS_TESTE:backup
filename_encryption = off
directory_name_encryption = false
password = XXX```
#### A log from the command that you were trying to run with the `-vv` flag
<!-- You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/ -->
2024/11/01 18:36:44 INFO : Starting transaction limiter: max 10 transactions/s with burst 1
2024/11/01 18:36:44 DEBUG : rclone: Version "v1.64.2" starting with parameters ["rclone" "rc" "sync/sync" "remote=" "srcFs=/etc/asterisk/keys" "dstFs=MEGA_LUIS_TESTE-chunker:arq" "--rc-user=credentialUser" "--rc-pass=credentialPass" "--backup-dir" "MEGA_LUIS_TESTE-chunker:arq/changes" "--exclude" "timestamp.txt" "--fast-list" "--transfers=8" "--checkers=32" "--tpslimit=10" "-vv"]
{}
2024/11/01 18:36:44 DEBUG : 6 go routines active```