Aller au contenu principal

Exclude folder content

Thread needs solution

Hello

I want to strip content of some folders such as
C:\Windows\Temp\*
C:\Users\*\AppData\Temp\*
But to include them inside as empty folders.

I've added the following masks
C:\Windows\Temp\*
C:\Windows\Temp\*.*
C:\Users\*\AppData\Temp\*
C:\Users\*\AppData\Temp\*.*

but it deleted them entirely from backup...

Don't know what to do.

0 Users found this helpful

Oops i have found solution

Ingore lists for system garbage is the following
C:\pagefile.sys
C:\hiberfil.sys
C:\Windows\Temp\*\*
C:\Windows\Temp\*.*
C:\Program Files\NVIDIA Corporation\Installer2
C:\Users\*\AppData\Local\Temp\*.*
C:\Users\*\AppData\Local\Temp\*\*
C:\$Recycle.Bin

it still leaves files without extensions in temporary folders (C:\Windows\Temp\* - will exclude entire folder) but i can leave with that...