Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to make @URL the "standard" backup method #825

Open
fill-e opened this issue Oct 28, 2024 · 0 comments
Open

No way to make @URL the "standard" backup method #825

fill-e opened this issue Oct 28, 2024 · 0 comments

Comments

@fill-e
Copy link

fill-e commented Oct 28, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants