But how can I find backups in unknown sub folders? This doesn't seem to work:regex:^D:\\media\\(.*)$ fileexists:E:\\Backup\\media\\\1 (find files on the D: drive, where a backup with the same sub path and filename exist on the E: drive)
Code: Select all
regex:^D:\\media\\(.*)$ fileexists:E:\\Backup\\**\\media\\\1
Thanks for reading, flacky