Can't Copy or Sync from Crypt to Local Server (Duplicate Error)

What is the problem you are having with rclone?

Trying to copy or sync a secure backup from Google crypt to my Unraid server. Instead of copying ANY files, everything is showing up as a duplicate. The odd thing is that the destination directory is 100% empty

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

rclone v1.59.0-beta.6258.14e0396fc

  • os/version: slackware 15.0 (64 bit)
  • os/kernel: 5.15.46-Unraid (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.18.3
  • 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 secure:Z840B77M/ mnt/user/disk8

The rclone config contents with secrets removed.

[google]
type = drive
scope = drive
token = {"access_token":"foo","token_type":"Bearer","refresh_token":"1//foo","expiry":"2022-06-18T17:45:26.291533428-04:00"}
root_folder_id = 

[secure]
type = crypt
remote = google:/secure
filename_encryption = standard
directory_name_encryption = true
password = 
password2 = 

A log from the command with the -vv flag

rclone copy secure:Z840B77M/ mnt/user/disk8 -vv
2022/06/18 17:17:29 DEBUG : rclone: Version "v1.59.0-beta.6258.14e0396fc" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "copy" "secure:Z840B77M/" "mnt/user/disk8" "-vv"]
2022/06/18 17:17:29 DEBUG : Creating backend with remote "secure:Z840B77M/"
2022/06/18 17:17:29 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf"
2022/06/18 17:17:29 DEBUG : Creating backend with remote "google:/secure/foo"
2022/06/18 17:17:29 DEBUG : fs cache: renaming cache item "google:/secure/foo" to be canonical "google:secure/foo"
2022/06/18 17:17:29 DEBUG : fs cache: switching user supplied name "google:/secure/mrh14o19ji93119klhtl2130is" for canonical name "google:secure/foo"
2022/06/18 17:17:29 DEBUG : Creating backend with remote "mnt/user/disk8"
2022/06/18 17:17:29 DEBUG : fs cache: renaming cache item "mnt/user/disk8" to be canonical "/root/mnt/user/disk8"
2022/06/18 17:17:29 DEBUG : foo/foo.ext: Size and modification time the same (differ by 0s, within tolerance 1ms)
2022/06/18 17:17:29 DEBUG : foo/foo.ext: Unchanged skipping```

hi,

not familiar with unraid file system however

mnt/user/disk8 is a subdir of the current working dir.
renaming cache item "mnt/user/disk8" to be canonical "/root/mnt/user/disk8"

maybe it should be /mnt/user/disk8

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