Looking in a folder that is in a folder

hi everyone thank you for everything you do.
i have a folders that are in folders. when i run this command i believe it is not checking the dates in the folder of folders. is there something I am doing wrong?

Rclone copy --max-age 168h --progress "X:\Media Dumpster TD\TV Shows" "Z:\Video\TV"

hello and welcome to the forum,

rclone does not check the date of folders, only of files.
--max-age
"Don't transfer any file older than this"

would that mean that it will check inside folders of folders also?

yes, tho can tweak that with --max-depth

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