Robert DuToit
2013-08-25 10:01:52 UTC
Hi Alexander,
I tried using your suggestion for mirroring a single file (to use compare of times etc..)
Thanks, Rob
I tried using your suggestion for mirroring a single file (to use compare of times etc..)
mirror -R -I file_name.ext
but am getting strange results. If I lcd to the directory of the source file (local) and use "mirror -R -I file_name.ext" It will upload the file but also the entire contents of the lcd directory. Do I need to then exclude the directory? Not sure how to do that exactly. I tried "mirror -R -I file_name.ext -x path/to/dir/ " and -x 'path/to/dir/*' but still uploads entire directory. Plus it is a bit cumbersome to have to exclude the directory as this is running from a script. Either way, I can't seem to get it to mirror just the single fileThanks, Rob