-
Im running in docker, been successfull doing backups to repo on a nas. According to the official restic docs, i cant see anywhere a URL is required. But when adding repo in backrest, there is a URL field. Is it this blob url from the container? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Well after much trial and error I am at this point.. Everything looks like its able to create the repo now. The documentation should have included that you need to use "azure:containername:/foldername" as "azure:containername" is not accepted. But it fails.. |
Beta Was this translation helpful? Give feedback.
-
Ok, so i have it working. The following syntax is what is expected. And I find it strange that this is not documented anywhere. azure:[containername]:[foldername] (no slash allowed, even thoug it validates as an OK path) |
Beta Was this translation helpful? Give feedback.
Ok, so i have it working.
The following syntax is what is expected. And I find it strange that this is not documented anywhere.
azure:[containername]:[foldername] (no slash allowed, even thoug it validates as an OK path)