Trying to copy all my video and pictures to my crypt in termux on android but it doesnt copy and encrypt them all. Some files are still unencrypted while the others are fully encrypted

What is the problem you are having with rclone?

Trying to copy all my video and pictures to my crypt in termux on android but it doesnt copy and encrypt them all. Some files are still unencrypted while the others are fully encrypted

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

rclone v1.61.1

  • os/version: Microsoft Windows 11 Home 21H2 (64 bit)
  • os/kernel: 10.0.22000.1574 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: cmount

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

Local on my phone encrypted crypt and use sftp to use it on my laptop Windows

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

~ $ rclone copy /storage/emulated/0/content/TheyLoveHerStoriTape.mp4 public_html: -vv --local-no-preallocate
2023/02/16 17:00:06 DEBUG : rclone: Version "1.61.1-termux" starting with parameters ["rclone" "copy" "/storage/emulated/0/content/TheyLoveHerStoriTape.mp4" "public_html:" "-vv" "--local-no-preallocate"]
2023/02/16 17:00:06 DEBUG : Creating backend with remote "/storage/emulated/0/content/TheyLoveHerStoriTape.mp4"
2023/02/16 17:00:06 DEBUG : Using config file from "/data/data/com.termux/files/home/.config/rclone/rclone.conf"
2023/02/16 17:00:06 DEBUG : local: detected overridden config - adding "{lUE4q}" suffix to name
2023/02/16 17:00:06 DEBUG : fs cache: adding new entry for parent of "/storage/emulated/0/content/TheyLoveHerStoriTape.mp4", "local{lUE4q}:/storage/emulated/0/content"
2023/02/16 17:00:06 DEBUG : Creating backend with remote "public_html:"
2023/02/16 17:00:06 DEBUG : Creating backend with remote "/storage/emulated/0/content"
2023/02/16 17:00:06 DEBUG : local: detected overridden config - adding "{lUE4q}" suffix to name
2023/02/16 17:00:06 DEBUG : fs cache: renaming cache item "/storage/emulated/0/content" to be canonical "local{lUE4q}:/storage/emulated/0/content"
2023/02/16 17:00:06 DEBUG : TheyLoveHerStoriTape.mp4: Size and modification time the same (differ by 0s, within tolerance 1ns)
2023/02/16 17:00:06 DEBUG : TheyLoveHerStoriTape.mp4: Unchanged skipping
2023/02/16 17:00:06 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 1 / 1, 100%
Elapsed time: 0.0s

2023/02/16 17:00:06 DEBUG : 2 go routines active


This all works but it doesnt copy all my files but some kept unencrypted while rest is getting encrypted

The rclone config contents with secrets removed.

~ $ rclone config show public_html: -vv
2023/02/16 14:07:36 DEBUG : rclone: Version "1.61.1-termux" starting with parameters ["rclone" "config" "show" "public_html:" "-vv"]
[public_html]
2023/02/16 14:07:36 DEBUG : Using config file from "/data/data/com.termux/files/home/.config/rclone/rclone.conf"
type = crypt
remote = /storage/emulated/0/helpp
password = *** ENCRYPTED ***
2023/02/16 14:07:36 DEBUG : rclone: Version "1.61.1-termux" finishing with parameters ["rclone" "config" "show" "public_html:" "-vv"]

A log from the command with the -vv flag

~ $ rclone copy /storage/emulated/0/content/TheyLoveHerStoriTape.mp4 public_html: -vv --local-no-preallocate
2023/02/16 17:00:06 DEBUG : rclone: Version "1.61.1-termux" starting with parameters ["rclone" "copy" "/storage/emulated/0/content/TheyLoveHerStoriTape.mp4" "public_html:" "-vv" "--local-no-preallocate"]
2023/02/16 17:00:06 DEBUG : Creating backend with remote "/storage/emulated/0/content/TheyLoveHerStoriTape.mp4"
2023/02/16 17:00:06 DEBUG : Using config file from "/data/data/com.termux/files/home/.config/rclone/rclone.conf"
2023/02/16 17:00:06 DEBUG : local: detected overridden config - adding "{lUE4q}" suffix to name
2023/02/16 17:00:06 DEBUG : fs cache: adding new entry for parent of "/storage/emulated/0/content/TheyLoveHerStoriTape.mp4", "local{lUE4q}:/storage/emulated/0/content"
2023/02/16 17:00:06 DEBUG : Creating backend with remote "public_html:"
2023/02/16 17:00:06 DEBUG : Creating backend with remote "/storage/emulated/0/content"
2023/02/16 17:00:06 DEBUG : local: detected overridden config - adding "{lUE4q}" suffix to name
2023/02/16 17:00:06 DEBUG : fs cache: renaming cache item "/storage/emulated/0/content" to be canonical "local{lUE4q}:/storage/emulated/0/content"
2023/02/16 17:00:06 DEBUG : TheyLoveHerStoriTape.mp4: Size and modification time the same (differ by 0s, within tolerance 1ns)
2023/02/16 17:00:06 DEBUG : TheyLoveHerStoriTape.mp4: Unchanged skipping
2023/02/16 17:00:06 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 1 / 1, 100%
Elapsed time: 0.0s

2023/02/16 17:00:06 DEBUG : 2 go routines active

which file(s) do you mean, as the logs look ok, no errors.

I did ~ $ rclone copy /storage/emulated/0/content/ public_html: -vv

instead of one file like i did with ~ $ rclone copy /storage/emulated/0/content/TheyLoveHerStoriTape.mp4 public_html: -vv

It copied alot of files to the crypt but also alot of files did copied to the crypted but didnt get encrypted

i did not see any issues in the debug logs you posted.

so need to re-create the issue and post a debug log.

how am i supposed to do that I dont want to copy files that are already good. those not little files but big files

the most common reason for your issue is new user / human error.

each time you run rclone, use a debug log file.

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