olahallengren / sql-server-maintenance-solution

SQL Server Maintenance Solution
https://ola.hallengren.com
MIT License
2.91k stars 756 forks source link

ChangeBackuplocation #794

Closed 5u5anne closed 3 weeks ago

5u5anne commented 9 months ago

How can I change the backup directory to a new backup directory?

I have changed DECLARE @BackupDirectory nvarchar(max) = 'C:\backup' to 'D:\backup' and execute the script again, but nothing changed.
Have I missed something?