What is the problem you are having with rclone?
ncdu did not show different colors while on visual select mode
Run the command 'rclone version' and share the full output of the command.
rclone v1.63.1
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.109+ (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.6
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Everything
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone ncdu ~/
The rclone config contents with secrets removed.
No need for config as it accesses local path.
A log from the command with the -vv
flag
~/Downloads# rclone ncdu ~/ -vv
2023/08/11 10:15:12 DEBUG : rclone: Version "v1.63.1" starting with parameters ["rclone" "ncdu" "/root/" "-vv"]
2023/08/11 10:15:12 DEBUG : Creating backend with remote "/root/"
2023/08/11 10:15:12 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/08/11 10:15:12 DEBUG : fs cache: renaming cache item "/root/" to be canonical "/root"
2023/08/11 10:15:20 NOTICE: .ssh/known_hosts: Can't follow symlink without -L/--copy-links
2023/08/11 10:15:20 NOTICE: .config/qBittorrent/ipc-socket: Can't transfer non file/directory
2023/08/11 10:15:20 NOTICE: .local/share/jupyter/runtime/kernel-1461776b-13d0-42cc-9d64-d3b3642fff87-ipc-1: Can't transfer non file/directory
2023/08/11 10:15:20 NOTICE: .local/share/jupyter/runtime/kernel-1461776b-13d0-42cc-9d64-d3b3642fff87-ipc-3: Can't transfer non file/directory
2023/08/11 10:15:20 NOTICE: .local/share/jupyter/runtime/kernel-1461776b-13d0-42cc-9d64-d3b3642fff87-ipc-4: Can't transfer non file/directory
2023/08/11 10:15:20 NOTICE: .local/share/jupyter/runtime/kernel-1461776b-13d0-42cc-9d64-d3b3642fff87-ipc-2: Can't transfer non file/directory
2023/08/11 10:15:20 NOTICE: .local/share/jupyter/runtime/kernel-1461776b-13d0-42cc-9d64-d3b3642fff87-ipc-5: Can't transfer non file/directory
2023/08/11 10:15:20 DEBUG : 4 go routines active
I suspect it has something to do with my terminal emulator or ssh client. So I tried using PuTTY, Windows's Terminal and Bitvise SSH client, but all shows same behavior.