synchronize remote on the sub Folders
Good day! I have a problem. Help me!
I want to synchronize photos with my site every day.
This script don`t work:
Folder images/ has a lot of subdirectories (eg, /00001/, /00002/, /00003/, and so on). The subfolders have photos.
I need to synchronize any changes in the local subfolder to the site.
For example, if I delete a photo in a local subfolder /0001/, after the script is run, the same picture should be destroyed on site. If I add a photo or change its size, these changes must also be synchronized to the web site.
Now the script does not find changes in the sub-folders.
I want to synchronize photos with my site every day.
This script don`t work:
option echo on option confirm off open mylog@testpavel.ru -passive synchronize remote -delete "c:\yf_sites\testpavel_ru\images\" "/testpavel.ru/public_html/images" close exit
Folder images/ has a lot of subdirectories (eg, /00001/, /00002/, /00003/, and so on). The subfolders have photos.
I need to synchronize any changes in the local subfolder to the site.
For example, if I delete a photo in a local subfolder /0001/, after the script is run, the same picture should be destroyed on site. If I add a photo or change its size, these changes must also be synchronized to the web site.
Now the script does not find changes in the sub-folders.