I need to copy a bunch of selected folders with its files/contents from remotecrypt to "normal" remote.
I put those folders in a txt to pass it as an --include-from parameter but can't get it work.
Here is the content of "folder_batch.txt" with an example of two folders I want to copy:
30 Birthday [DVDRIP][Ac3 5.1]
Wedding [BDRip][AC3 5.1-Decoded+more][ES-EN]
Every folder contains one or more files inside.
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.0
os/version: ubuntu 22.04 (64 bit)
os/kernel: 5.15.0-89-generic (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.21.4
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)
Oops, sorry didn't read that documented part.
Ok!! thank you, If it's just a matter of escaping the parentheses and there are no more special characters it will be easy to find a way to do it.
@asdffdsa no more special characters errors but do you know why is giving an "excluded" message for every folder? and nothing is being uploaded. Thanks again!
Well, I want to copy all folders in that list (batch.txt) with all their subfolders and files from "remotecrypt" to the new remote "remotenew". Maybe I need to add an Slash and * for every entry?