For those who want to delete old backups, just add this line and edit "<number of days>" to how many days you want to keep backups:
forfiles /p "%DestPath%" /s /m *.7z /D -<number of days> /C "cmd /c del @path"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.