Search found 4 matches

by Expresso
23 Apr 2026, 13:37
Forum: Help
Topic: Empty folders
Replies: 4
Views: 185

Re: Empty folders

I am curious if anyone else is experiencing this same issue. If you are using Mirror mode combined with Versioning, could you please check your destination folders?

Do you see empty (0 KB) folders remaining after you rename or delete a folder in your source? It would be very helpful to know if this ...
by Expresso
20 Apr 2026, 06:48
Forum: Help
Topic: Empty folders
Replies: 4
Views: 185

Re: Empty folders

I have checked my Filter (F7) settings and I am not excluding empty directories. Also, there are no hidden files like desktop.ini inside these folders (they are 0KB). The issue only seems to occur when Versioning is enabled. When I use 'Permanent Delete' instead of 'Versioning', the folders are ...
by Expresso
18 Apr 2026, 15:19
Forum: Help
Topic: Empty folders
Replies: 4
Views: 185

Re: Empty folders

I am currently using the following batch script as a post-sync command to clean up these ghost folders:

for /f "delims=" %%i in ('dir "D:\Backup" /s /b /ad ^| sort /r') do rd "%%i" 2>NUL

However, this is not an ideal solution because it creates a new problem: What if I have intentional empty ...
by Expresso
18 Apr 2026, 15:09
Forum: Help
Topic: Empty folders
Replies: 4
Views: 185

Empty folders

Hi,

I am experiencing an issue where empty folders are left behind in the destination directory after a synchronization. Here are my current settings:

Variant: Mirror

Deletion Policy: Versioning (Custom folder: D:\Backup_Archive\%day%.%month%.%year%)

Comparison: Time and Size

The Problem:
When ...