restic-android icon indicating copy to clipboard operation
restic-android copied to clipboard

Support more protocols

Open lhns opened this issue 3 years ago • 6 comments

  • [x] S3
  • [x] REST
  • [ ] Local
  • [ ] Sftp
  • [ ] rclone
  • [x] B2

lhns avatar Aug 02 '21 09:08 lhns

Great app! Are there any plans to add support for B2 (Backblaze)?

shobute avatar Jan 15 '22 01:01 shobute

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.

lhns avatar Jan 15 '22 14:01 lhns

Thanks to the work from @quantum-byte this project will also support B2 and REST in the next version!

lhns avatar May 02 '22 12:05 lhns

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!

Pheggas avatar Sep 18 '22 09:09 Pheggas

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.

quantum-byte avatar Jul 01 '23 14:07 quantum-byte

Thank you for reply. I already chose syncthing for Android backup. But thank you anyway!

Pheggas avatar Jul 01 '23 15:07 Pheggas