Variable DirectoryStructure only works if variable Directory provided; DatabaseBackup #485
Unanswered
chris904apps
asked this question in
Questions & Answers
Replies: 1 comment 1 reply
-
Please stop pinging me i have no idea what this repo is this is just my username leave my one j have hundreds of notifications from this repos issue tracker putting an @ infront of something conveniently called directory |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a reason why
@DirectoryStructure
only works if@Directory
provided? I want to use the directory that is configured in Sql Server but append the DirectoryStruture. Seems like a simple issue to fix but didn't know if there was a good reason why it shouldn't.Directory Structure
Database Backup
Code in question is 2848

In last IF statement The CurrentDirectoryStructure is being overwritten if Directory variable is not supplied. This doesn't seem to be correct to me. But again, There could be a case that I'm not seeing..
Beta Was this translation helpful? Give feedback.
All reactions