Announcement: New Features WebDAV and OpenDAL in upcoming rustic version #1029
simonsan
announced in
Announcements
Replies: 1 comment 28 replies
-
I am trying
But when I go to What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
28 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear
rustic
andrestic
community,The next rustic version, which will be released soon, will bring two major innovations.
On the one hand, we have integrated
OpenDAL
.On the other hand, you can now spawn a WebDAV server with
rustic webdav
, which gives you access to the snapshots in your repository in the file browser.To make sure that everything works properly with your configurations, please download rustic-nightly and test it with your use case.
OpenDAL? Tell me more!
OpenDAL is a data access layer that allows users to easily and efficiently retrieve data from various storage services in a unified way.
For
rustic
the integration of OpenDAL means, that we are supporting a wide range of backends now.For example, S3 support has been added directly into rustic, as it seems very mature.
All other opendal supported services are available via the
opendal:<SERVICE>
syntax in the config file.Services supported by OpenDAL and their current implementation status you can find here.
If you wanted to try out B2 for example, you can use
opendal:b2
in the repository string and set the needed config options within the[repository.options]
part of the rustic config file:WebDAV
With
rustic webdav
you can spawn a WebDAV server to get access to your snapshots and their files via the file browser.The config docs contain the settings you can use in the config to refine your experience.
And we have added an example configuration.
Debug
It may make sense to run
rustic
with debug flags enabled via:Please let us know if you experience anything unusual.
Cheers,
the rustic Maintainers
Beta Was this translation helpful? Give feedback.
All reactions