You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the feature
With the addition of support for S3 it would be nice to add a parameter to make the @url automatically appear in all the backup jobs.
Adding it to the initial config parameters would seem to be the obvious location
Description of the feature
With the addition of support for S3 it would be nice to add a parameter to make the @url automatically appear in all the backup jobs.
Adding it to the initial config parameters would seem to be the obvious location
DECLARE @CreateJobs nvarchar(max) = 'Y'
DECLARE @BackupDirectory nvarchar(max) = NULL
DECLARE @url nvarchar(max) = NULL,
DECLARE @Cleanuptime int = NULL
DECLARE @OutputFileDirectory nvarchar(max) = NULL
DECLARE @LogToTable nvarchar(max) = 'Y'
The text was updated successfully, but these errors were encountered: