Search found 3 matches

by Agimao
07 Nov 2018, 16:26
Forum: Help
Topic: Empty folders on mirror side
Replies: 5
Views: 1858

Re: Empty folders on mirror side

Thanks for help I used this solution (if someone needs to): Create new file delete-empty-folders.txt and put there this code: for /f "delims=" %%a in ('dir /a:d /s /b ') do dir /b "%%a"|find /v ""||rd "%%a" After rename file delete-empty-folders. txt ---> dele...
by Agimao
07 Nov 2018, 12:33
Forum: Help
Topic: Empty folders on mirror side
Replies: 5
Views: 1858

Re: Empty folders on mirror side

Can you please recommend good script or tool? ... you might incidentally manually run a empty directory cleanup script or tool, or structurally launch such script or tool every time FFS completes its sync. (at the bottom of the Synchronization Settings (F8) window, "Run a command after synchron...
by Agimao
06 Nov 2018, 16:33
Forum: Help
Topic: Empty folders on mirror side
Replies: 5
Views: 1858

Empty folders on mirror side

Hi! Donation last version Scenario: Place A --> time&size --> include: *.jpg --> exclude: standart list --> Mirror: Place B Result: After moving or deleting files in Place A , old folders (but empty) still remain in Place B , and now i have lots of folder duplicates, which quantities grown up af...