restic-android
restic-android copied to clipboard
Support more protocols
- [x] S3
- [x] REST
- [ ] Local
- [ ] Sftp
- [ ] rclone
- [x] B2
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!
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!