Crz
#1
What is the problem you are having with rclone?
nothing
What is your rclone version (output from rclone version
)
1.55.1
Which OS you are using and how many bits (eg Windows 7, 64 bit)
windows 7
Which cloud storage system are you using? (eg Google Drive)
google
i have multiple folder where .rar, .jpg, .txt files are available. i want to upload the folder but skip .jpg and .txt. is there any command available?
asdffdsa
(jojothehumanmonkey)
#2
hi,
if you want to exclude file extensions, i think this will work
--exclude=*.jpg --exclude=*.txt
and test it using rclone ls remote: -vv
and you can combine them like so
--exclude=*.{jpg,txt}
1 Like
Crz
#3
thank you worked perfectly.
system
(system)
closed
#4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.