w.v
(Ivan)
October 24, 2024, 10:46am
1
What is the problem you are having with rclone?
After copy to server (rclone says replaced existing) file wasnt replaced, just duplicated. So after this trying to copy one more time rclone says that this file must be uploaded again because size differs (peharps rclone compares to older duplicate of file) As a result new dup creates.
The question is how to escape this problem in future? Why rclone says that replaced, but file isnt replaced, what can i do to stop this without every time running dedupe.
Run the command 'rclone version' and share the full output of the command.
rclone v1.66.0-termux
os/version: unknown
os/kernel: 4.14.197-Xtended (armv8l)
os/type: android
os/arch: arm64 (ARMv8 compatible)
go/version: go1.21.6
go/linking: dynamic
go/tags: noselfupdate
Which cloud storage system are you using? (eg Google Drive)
uloz
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
2024/10/24 00:17:08 DEBUG : rclone: Version "v1.68.1-termux" starting with parameters ["rclone" "copy" "--modify-window" "2s" "--drive-acknowledge-abuse" "--stats" "10s" "-u" "-vv" "/storage/emulated/0/Заметки/Notepad" "DOCu:/Документы/Заметки"]
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[DOCu]
type = ulozto
app_token = ;HG%7jW6@6/8vx">R;f(
username = van.g*@gmail.com
password = *
A log from the command that you were trying to run with the -vv
flag
...
2024/10/24 00:17:12 INFO : Фильмы просмотренные.csv: Copied (replaced existing)
...
Transferred: 2 / 2, 100%
#second time
...
2024/10/24 00:17:21 NOTICE: Фильмы просмотренные.csv: Duplicate object found in destination - ignoring
2024/10/24 00:17:21 DEBUG : Фильмы просмотренные.csv: Sizes differ (src 78605 vs dst 78482)
2024/10/24 00:17:21 NOTICE: Фильмы просмотренные.csv: Skipped copy as --dry-run is set (size 76.763Ki)
...
Transferred: 2 / 2, 100%
w.v:
rclone v1.66.0-termux
Before we jump into it can you try the same with the latest rclone? You are using quite outdated one.
w.v
(Ivan)
October 24, 2024, 8:18pm
3
Now
/ # rclone --version
rclone v1.68.1-termux
- os/version: unknown
- os/kernel: 4.14.197-Xtended (armv8l)
- os/type: android
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.23.1
- go/linking: dynamic
- go/tags: noselfupdate
The same problem
w.v
(Ivan)
October 26, 2024, 9:10am
4
i tried, but the same problem left
asdffdsa
(jojothehumanmonkey)
October 26, 2024, 1:25pm
5
as discussed in the forum, rclone+termux can have quirks. i would test on another machine.
as for termux, os/kernel: 4.14.197
is an old kernel.
can you post the output of termux-info
?
and here is my info
Termux Variables:
TERMUX_API_VERSION=0.50.1
TERMUX_APK_RELEASE=F_DROID
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP_PID=30948
TERMUX_IS_DEBUGGABLE_BUILD=0
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.1
TERMUX__USER_ID=0
Packages CPU architecture:
aarch64
termux-tools version:
1.44.1
Android version:
14
Kernel build information:
Linux localhost 5.10.198-android13-4-00050-g12f3388846c3-ab11920634 #1 SMP PREEMPT Mon Jun 3 20:51:42 UTC 2024 aarch64 Android
Device manufacturer:
Google
Device model:
Pixel 6a
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
Installed termux plugins:
com.termux.window versionCode:15
com.termux.styling versionCode:1000
com.termux.api versionCode:51
com.termux.widget versionCode:13
rclone version
rclone v1.68.1-termux
- os/version: unknown
- os/kernel: 5.10.198-android13-4-00050-g12f3388846c3-ab11920634 (aarch64)
- os/type: android
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.23.1
- go/linking: dynamic
- go/tags: noselfupdate
w.v
(Ivan)
October 26, 2024, 2:03pm
6
asdffdsa:
rclone+termux
i dont like termux, i use simple terminal (or sometimes tasker) with
/ # echo $BASH_VERSION
5.2.26(1)-release
Its just rclone taken from termux, or i should use another one?
it's Android 10 AOSP (RR)
asdffdsa
(jojothehumanmonkey)
October 26, 2024, 2:27pm
7
"as discussed in the forum, rclone+termux can have quirks. i would test on another machine." ???
"can you post the output of termux-info
???
i think it is great, easy to work with.
from my desktop, can access termux, using ssh server and tmux
system
(system)
Closed
November 25, 2024, 2:28pm
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.