Allow any volume-name in additional volumes for borg-backup #2203
Answered
by
szaimen
loeffelpan
asked this question in
Ideas
-
I dig into you code and tried to find out why you trim unwanted chars from additional backup string. I have a volume with a "." in its name and would like to add that to the addional volumes for borg backup. Can we maybe remove that trim? I didn't get why you only allow that regex match. |
Beta Was this translation helpful? Give feedback.
Answered by
szaimen
Mar 25, 2023
Replies: 1 comment 6 replies
-
Hi, dots will be allowed with #2207. The regex check is just an additional safeguard so that things dont bug out later on. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
szaimen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, dots will be allowed with #2207. The regex check is just an additional safeguard so that things dont bug out later on.