Can't copy a specific folder

What is the problem you are having with rclone?

I have a specific folder called music4, that folder is full of folders and files. but I cannot get it to download locally using rclone copy !

Run the command 'rclone version' and share the full output of the command.

rclone v1.60.0

  • os/version: slackware 15.0+ (64 bit)
  • os/kernel: 5.19.17-Unraid (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.2
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

Google drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone copy music4 /mnt/user/MURRAY/Music/ --progress --transfers=16 -vv --check-first

The rclone config contents with secrets removed.

[gdrive]
type = drive
client_id = XXX.apps.googleusercontent.com
client_secret = XXXX
scope = drive
token = {"access_token":"XXX","expiry":"2022-11-13T15:54:11.543684448+01:00"}
team_drive =

[gcrypted]
type = crypt
remote = gdrive:gdrive-crypted
password = XXX
password2 = XXX

A log from the command with the -vv flag

2022/11/17 09:19:54 DEBUG : rclone: Version "v1.60.0" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "copy" "music4" "/mnt/user/MURRAY/Music/" "--progress" "--transfers=16" "-vv" "--check-first"]
2022/11/17 09:19:54 DEBUG : Creating backend with remote "music4"
2022/11/17 09:19:54 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf"
2022/11/17 09:19:54 DEBUG : fs cache: renaming cache item "music4" to be canonical "/mnt/user/rclone_mounts/gcrypted/music_library/music4"
2022/11/17 09:19:54 DEBUG : Creating backend with remote "/mnt/user/MURRAY/Music/"
2022-11-17 09:19:54 INFO : Local file system at /mnt/user/MURRAY/Music/: Running all checks before starting transfers
2022-11-17 09:35:45 DEBUG : Local file system at /mnt/user/MURRAY/Music/: Waiting for checks to finish
2022-11-17 09:35:45 INFO : Local file system at /mnt/user/MURRAY/Music/: Checks finished, now starting transfers
2022-11-17 09:35:45 DEBUG : Local file system at /mnt/user/MURRAY/Music/: Waiting for transfers to finish
2022-11-17 09:35:45 INFO : There was nothing to transfer

Here is what ncdu states if I query this folder (mounted through rclone mount) :slight_smile:

Total disk usage: 0.0 B Apparent size: 0.0 B Items: 4999

Its like if these files were just....not taking any space :smiley:

Any clue ? This is really the only folder that actually has that issue.

Are you using a rclone mount as well?

Is that a mount? If so, what's the command?

You don't need to copy from a mount as you can interact with the remote directly.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.