Rollback specifics files from gdrive to file server

Hi Everyone,
I'll try to explain my question :slight_smile:

I need to make a rollback from gdrive to file server but just a list of specifics files.

I have a gdrive with thousands of folders, subfolders and files and a have a text file with a list of filename to copy to file server.
For Exemple :
test.xlsx
test1.docx
Etc ...

can i do this with rclone ?

Thank you for your help

Dim

Sure, check out the --files-from flag

https://rclone.org/filtering/#files-from-read-list-of-source-file-names

Note that in the file needs to be files - if you've got directories then you'll need to use an --include-from file

Thank you, I'll try that

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