Hello, I like this script you created and was wondering if the rmdir and del line was working for you?
I set the days to 3 and i don't see folders and files being deleted. If you have any ideas please let me know.
Also why are the following written twice: 1) robocopy "%USERPROFILE%" "%BV%\%MONTH%_Complete\%USERNAME%" /B /E /R:0 /CREATE /NP /TEE /XJ /LOG+:"%BV%\%MONTH%_CompleteBackupLog.txt" /XD %EXC%
2) robocopy "%USERPROFILE%" "%BV%\%MONTH%_Complete\%USERNAME%" /B /E /R:0 /V /NP /TEE /XJ /LOG+:"%BV%\%MONTH%_CompleteBackupLog.txt" /XD %EXC%
and same here: 1) forfiles /p %BV% /d -%BTTL% /c "CMD /Q /C @rmdir /S /Q @PATH"
2) forfiles /p %BV% /d -%BTTL% /c "CMD /Q /C del /F /Q @PATH"
Thanks