i would not use the cache at all
https://rclone.org/cache/#status
run the command with -vv
not, -v
and post the output
i would not use the cache at all
https://rclone.org/cache/#status
run the command with -vv
not, -v
and post the output
getting the same error.
like i say if the filelist.txt doesnt include any special chracters like { ] space etc
then it works as intended
use --files-from-raw=filelist.txt
Fatal error: unknown flag: --files-from-raw
i had mentioned that you are using an old version of rclone, did you update
C:\data\rclone\scripts\rr\other\test>c:\data\rclone\scripts\rclone.exe copy C:\path\to\local\folder wasabieast2:testremote01 -vv --files-from-raw=include.special.txt
2020/06/11 11:36:26 DEBUG : rclone: Version "v1.52.0" starting with parameters ["c:\\data\\rclone\\scripts\\rclone.exe" "copy" "C:\\path\\to\\local\\folder" "wasabieast2:testremote01" "-vv" "--files-from-raw=include.special.txt"]
2020/06/11 11:36:26 DEBUG : Kiz Arkadasim - My Girl (1991) 1080p DUAL [TR-EN] Blu-ray Remux AVC DTS HD.MA 5.1-TURG.mkv: MD5 = 3ac4b9b5cbdbbf9874344308470c575a OK
2020/06/11 11:36:26 INFO : Kiz Arkadasim - My Girl (1991) 1080p DUAL [TR-EN] Blu-ray Remux AVC DTS HD.MA 5.1-TURG.mkv: Copied (new)
2020/06/11 11:36:26 INFO :
Transferred: 90 / 90 Bytes, 100%, 687 Bytes/s, ETA 0s
Transferred: 1 / 1, 100%
Elapsed time: 0.1s
oh it worked for u?
the problem is that i dont know how to update it safely. if something goes wrong i dont think i can confirm the right config again with all those enrypted data around 20 tb on gdrive
rclone copy /volume1/homes/ENSAR/plex_crypt/movies/REMUX /volume1/downloads/Torrents/TransmissionVPN/completed/movies/hit --files-from-raw=/volume2/SSD/filelist.txt --dry-run -vv
Error: unknown flag: --files-from-raw
shall i not give the path way for --files-from-raw ? but then how would rclone know where is this filelist.txt ?
rclone.exe is a portable app.
it does not have an installer.
you will not need to change your config file.
just download the latest stable and copy rclone.exe to your rclone folder.
to use the flag, you have to update
https://rclone.org/install/#script-installation
curl https://rclone.org/install.sh | sudo bash
i was trying this
curl https://rclone.org/install.sh | sudo bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Pa100 4436 100 4436 0 0 34149 0 --:--:-- --:--:-- --:--:-- 34387
it stays like that. no any respond. shall i unmount before update ?
yes, you cannot run rclone and update rclone at the same time
whats the best way to unmount it ? restart to nas or ?
for i in $(mount | grep rclone | cut -d' ' -f 3); do fusermount -z -u $i ; done
that worked fusermount -u /path/to/local/mount
but it still stays like and no respond
curl https://rclone.org/install.sh | sudo bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Pa100 4436 100 4436 0 0 34131 0 --:--:-- --:--:-- --:--:-- 34387
not sure what to tell you.
perhaps reboot and try again.
or this
https://rclone.org/install/#linux-installation-from-precompiled-binary
reboot helped
rclone version --check
yours: 1.52.1
latest: 1.52.1 (released 2020-06-10)
beta: 1.52.1.56 (released 2020-06-11)
to update new version and this flag made it work! thank you so much
you also helped me.
that flag is new, i did not know it existed until i tried to help you.
do u know whats the real difference btw those ? and where can i find all those new flags?