-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support more protocols #20
Comments
Great app! Are there any plans to add support for B2 (Backblaze)? |
Hi, thanks! It's still quite rough on the edges but I will probably polish it up in the near future. Sure I will add B2 to the roadmap. |
Thanks to the work from @quantum-byte this project will also support B2 and REST in the next version! |
I would love to have option to backup to local network as i have NAS. I'm using Restic with all my systems (Linux / Windows) and i'd love to use it on android devices too. As temporary solution could be probably to install official Restic via terminal on rooted devices. However this fact prevent Restic to be installed on non-rooted devices. Looking forward for Local backup feature! |
Hi @Pheggas, i just saw your message here. You potentially can already do local backups to your NAS Server via the REST Protocol. That is why i implemented it here. The only thing you need is a Restic Rest Server on your NAS. Most NAS today offer the possibility to run docker containers. Restic offers a Docker image for the Rest Server. So with a bit of setup this would be doable. |
Thank you for reply. I already chose syncthing for Android backup. But thank you anyway! |
The text was updated successfully, but these errors were encountered: